From: Martin Pirker Date: 2005-05-13T05:30:28+09:00 Subject: Re: gem install of amatch fails for me Chad Fowler wrote: > It looks like there's a problem with the 'amatch' gem. Thanks for confirmation. > It includes > the precompiled .so file (in lib) from the developer's machine. If > you look in your "ext" subdirectory where the gem was installed, > you'll see the _real_ .so file. ext # pwd /usr/lib/ruby/gems/1.8/gems/amatch-0.1.4/ext ext # md5sum amatch.so c6f0e5f95d53377f89b22b538d2f470a amatch.so lib # md5sum amatch.so c6f0e5f95d53377f89b22b538d2f470a amatch.so > For now, you could hack amatch.rb to I'll try a manual recompile. Thanks again, Martin