Displaying 1 result from an estimated 1 matches for "ruby_source_path".
Did you mean:
ruby_sourc_path
2007 Jul 02
1
Problems about installing ruby from source on linux
...un 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 internet saying that I can run extconf.rb
in [ruby_sourc_path]/ext/zlib and then do a make && make install. This
works for me, but before I can r...