Displaying 2 results from an estimated 2 matches for "extmk".
Did you mean:
extm1
2007 Jul 02
1
Problems about installing ruby from source on linux
...nd 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 internet saying that I can run extconf.rb
in [ruby_sourc_path]/ext/zlib and then do a make && make install. This
works fo...
2010 Mar 11
14
trying to install postgres gem on fedora 12 ..
I get these errors :
gem install pg -- --with-pgsql-include-dir=''/usr/include/pgsql'' --
with-pgsql-lib-dir=''/usr/lib/pgsql''
Building native extensions. This could take a while...
ERROR: Error installing pg:
ERROR: Failed to build gem native extension.
/usr/bin/ruby extconf.rb --with-pgsql-include-dir=/usr/include/pgsql --
with-pgsql-lib-dir=/usr/lib/pgsql