Tagged Questions
6
votes
1answer
320 views
Homebrew updated zlib and broke everything
So a brew update updated zlib from 1.2.7 to 1.2.8. Yay.
Later I noticed there was an issue running bundle. I was getting a LoadError for zlib.
Error loading RubyGems plugin ...
1
vote
1answer
483 views
Can't rvm pkg install zlib
After I do
rvm uninstall 1.9.3
rvm pkg install zlib
rvm install 1.9.3 --with-zlib-dir=$rvm_path/usr
there is still no zlib. Any gem install or gem update command fails with error:
$ gem update ...
1
vote
1answer
971 views
Not able to run gem command and build ruby with zlib support
I didn't know that installing ruby is such a pain
After lot of trouble with curl certificate, I installed the rvm using the methods mentioned in the rvm site also with lot of help from stackoverflow ...
3
votes
1answer
1k views
Unable to install rails in ubuntu 11.10. [Zlib error]
I am currently using ubuntu 11.10. I just now installed rvm and ruby 1.9.2. When I try to install rails I get the following error
ERROR: Loading command: install (LoadError)
no such file to load ...
1
vote
1answer
492 views
Ruby on Rails: Decompression (Zlib::Deflate) doesn't work after certain amount of time
I have a need to compress large chunk of text before saving it to the database and decompress it back once client requests it.
The method I am using right now seems to work fine when I insert new ...
1
vote
2answers
2k views
Error ('The program 'rails' is currently not installed.') creating rails3 application using RVM
I'm on Ubuntu 11
Tring to install rails 3.1
It seems like I install rails but then I can't use it.
I want to use rvm to install and use rails and I do not want to go the sudo apt-get route.
Thanks!
...
1
vote
1answer
690 views
Rails: how to unzip a compressed xml request body?
I have a rails 3 site which gets xml requests (incluing file submissions) from an iphone app. The iphone app compresses the body of its xml requests, which come through to my controller like this ...
0
votes
1answer
199 views
zlib library problem related with Virtual Box version
on the last days I had a really annoying problem, that is just now solved, but I'll hope that some of you experienced it and figured out a solution for that.
I created and installed Ubuntu 10.04 on ...
1
vote
0answers
1k views
missing rails gem: zlib not found on snow leopard, but shows in ports
Trying to start development on a snow leopard machine. Have reinstalled and built ruby and ruby on rails via
hivelogic post
Prior to sorting out my own rails app, I created a test app, and all the ...
1
vote
4answers
5k views
I get this error when installing a gem: “ERROR: While executing gem … (Zlib::GzipFile::Error)” [duplicate]
Possible Duplicate:
ERROR: While executing gem … (Zlib::GzipFile::Error) not in gzip format
When installing a gem on my system, I get the following error:
gem install blackbook --version ...
120
votes
13answers
55k views
Ubuntu noob rails install fails on zlib
I've just moved over to Ubuntu 8.10 as my dev box; it's my first serious foray into Linux as a daily-use OS, and I'm having a hard time getting Rails going. I have followed a number of tutorials ...

