On Jun 20, 2006, at 12:35 PM, Lanny Rosicky wrote: > Mat Schaffer wrote: >> On Jun 20, 2006, at 7:09 AM, Lanny Rosicky wrote: >>> and make >>> >>> to no avail. Could someone please help me? >> >> I see no error here. Are you sure it's not working? >> >> What kind of system are you running? >> -Mat > > Thank you for responding. I am running AIX 4.3.3 which is IBM > flavour of > Unix. gem gets this error > > rs6000:/usr/local/lib/ruby/site_ruby/1.8/powerpc-aix4.3.3.0>gem > /usr/local/lib/ruby/site_ruby/1.8/powerpc-aix4.3.3.0/zlib.so: load > failed - /usr/local/lib/ruby/site_ruby/1.8/powerpc-aix4.3.3.0/zlib.so > (LoadError) > from > /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in > ... > > irb like so > > irb(main):001:0> require 'zlib' > LoadError: load failed - > /usr/local/lib/ruby/site_ruby/1.8/powerpc-aix4.3.3.0/zlib.so > from > /usr/local/lib/ruby/site_ruby/1.8/powerpc-aix4.3.3.0/zlib.so > from (irb):1 > irb(main):002:0> Not really sure myself. If it were me I'd make sure that the file exists. It's zlib.bundle for me. I don't know if that helps at all. -Mat