I'm download the Ruby version 1.9.2-p0,and compile and install it,on
/usr/local/.
after the finish , i type the "gem install merb" or "gem install list" show
an error.
like this:
*ironbook:/home/zark/download/zlib-1.2.5 # gem install merb -zlib
ERROR: Loading command: install (LoadError)
no such file to load -- zlib
ERROR: While executing gem ... (NameError)
uninitialized constant Gem::Commands::InstallCommand
ironbook:/home/zark/download/zlib-1.2.5 # gem install merb --zlib
ERROR: Loading command: install (LoadError)
no such file to load -- zlib
ERROR: While executing gem ... (NameError)
uninitialized constant Gem::Commands::InstallCommand*
my system is openSUSE 11.1, in the system software resource is too low
version ... I don't like ..
so I download sourcecode and compile , but this problem is first time
occurs...