On Tue, Jul 25, 2006 at 08:42:46PM -0700, Jonathan Motta wrote:
> t/test.....Can't load
> '/root/temp/swish-e-2.4.3/perl/blib/arch/auto/SWISH/API/API.so' for
> module SWISH::API: libswish-e.so.2: cannot open shared object file: No
> such file or directory at
> /usr/lib/perl5/5.8.8/i386-linux-thread-multi/DynaLoader.pm line 230.
> at t/test.t line 6
That message:
libswish-e.so.2: cannot open shared object file: No such file
is telling you libswish-e.so isn't found.
Is libswish-e.so in /usr/local/lib? Is /usr/local/lib in your library
search path? Do you need to add the library path (/usr/local/lib)
to /etc/ld.so.conf? Did you try running with strace to see where
it's looking (or not looking) for libswish-e?
--
Bill Moseley
moseley@hank.org
Unsubscribe from or help with the swish-e list:
http://swish-e.org/Discussion/
Help with Swish-e:
http://swish-e.org/current/docs
swish-e@sunsite.berkeley.edu
Received on Tue Jul 25 22:05:37 2006