search for: ruby_sourc_path

Displaying 1 result from an estimated 1 matches for "ruby_sourc_path".

2007 Jul 02
1
Problems about installing ruby from source on linux
...a successful install into /usr/ local/ruby. Next, I want to install rubygems without apt-get. So I downloaded rubygems, extracted it and tried to run ruby setup.rb. But it said that cannot load file "zlib". I know that zlib is a part of the standard ruby distribution and I can find it in [ruby_sourc_path]/ ext/zlib, but it seems that it wasn''t installed into /usr/local/ruby as I expected. I found a file called extmk.rb in [ruby_source_path]/ext and thought this could help. So I tried to run ruby extmk.rb, but it said that cannot load "rbconfig". There is an aritcle on the inter...