Eric Hodel wrote: > On Oct 4, 2008, at 04:46 AM, Ilian Mitev wrote: >> because >> I get a result out of gem -v and gem list ... but when I try to >> install >> or update ... well then it gets nasty: >> >> /usr/local/lib/ruby/1.8/i686-linux/digest/md5.so: >> /usr/local/lib/ruby/1.8/i686-linux/digest/md5.so: undefined symbol: >> rb_Digest_MD5_Init - /usr/local/lib/ruby/1.8/i686-linux/digest/md5.so >> (LoadError) > > Sounds like digest/md5 was built incorrectly. I'm not sure why that > would be. Hi Eric, we're having a similar problem here at Boeing/Seattle on an IBM VM running SuSE SLES10 SP2 s390x. ruby 1.8.7 (2008-08-11 patchlevel 72) [s390x-linux] > gem install -p http://www.proxy.boeing.com:XXXXX net-ssh /usr/local/lib/ruby/1.8/s390x-linux/digest/md5.so: /usr/local/lib/ruby/1.8/s390x-linux/digest/md5.so: undefined symbol: rb_Digest_MD5_Init - /usr/local/lib/ruby/1.8/s390x-linux/digest/md5.so (LoadError) Is there a way to rebuilt 1.8.7 to include the correct version of md5? Or should we just downgrade? -- Posted via http://www.ruby-forum.com/.