Tagged Questions
5
votes
1answer
279 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 ...
4
votes
1answer
2k views
RVM pkg install checksum error
root@li417-132:~# rvm pkg install zlib
Fetching zlib-1.2.7.tar.gz to /usr/local/rvm/archives
There is no checksum for 'http://prdownloads.sourceforge.net/libpng/zlib-1.2.7.tar.gz' or ...
1
vote
1answer
958 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 ...
0
votes
1answer
122 views
Ruby Zlib “Symbol Not Found”
Issue
Zlib cannot be included in any fo my scripts. If it is included, I get this error
LoadError: dlsym(0x7f859bc94d90, Init_Zlib): symbol not found - ...
1
vote
1answer
328 views
rvm, zlib and ruby not working even after following instructions
I have researched this issue yet the answers found (including here on SOF) have not resolved it
Ubuntu noob rails install fails on zlib
cannot load such file -- zlib even after using rvm pkg install ...
3
votes
1answer
1k views
Zlib keeps causing problems in new ubuntu server/rvm/gemset
I've just installed RVM on a new ubuntu 10.04 LTS server and one ruby, 1.9.2-p180. I've made a new gemset in my project folder, which has a Gemfile. I realised that in order to install the gems in ...
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!
...
2
votes
1answer
541 views
Can't run “gem list”!
I get an error when i run:
vagrant@vagrantup:~$ sudo gem list
ERROR: Loading command: list (LoadError)
no such file to load -- zlib
ERROR: While executing gem ... (NameError)
uninitialized ...
0
votes
1answer
198 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 ...
50
votes
8answers
26k views
RVM Ruby 1.9.1 install can't locate zlib but its runtime and dev library are there
Trying to get Ruby 1.9.1 up and running with RVM on a fresh install (fedora).
After doing rvm install 1.9.1, the rubygems error logs show that zlib can't be located
no such file to load -- zlib ...
