Marcel de Rooy wrote:
> Hi all,
>
>
>
> I am trying to solve the following error in the
installation of
> Net::Z3950::ZOOM (1.21). After a forced CPAN
installation, a require of
> the module generates this error:
>
>
>
> Can’t load
>
/usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/auto/
Net/Z3950/ZOOM/ZOOM.so
> for module Net::Z3950::ZOOM: libyaz.so.3: cannot open
shared object
> file: No such file or directory at
>
/usr/lib/perl5/5.8.8/i386-linux-thread-multi/XSLoader.pm
line 70.
>
> At
>
/usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/Net/Z
3950/ZOOM.pm
> line 12.
>
>
>
> I reached this point by:
>
> 1) installing YAZ toolkit 3.0.26 from indexdata and
Zebra 2.0.26
>
> 2) testing zebra and yaz-client: OK
>
> 3) installing several perl modules (in preparing Koha
installation)
> including ZOOM
>
> 4) after failed installation of ZOOM, I tried a forced
cpan install (-- OK)
>
> 5) hopeful guess: yum install libyaz-devel (2.1.54)
We don't know how you installed yaz or zebra. But if you
just did
configure + make + make install, libraries are installed in
/usr/local/lib . And you may not have that directory in
dot-so path.
Do NOT install YAZ as a RPM if you _also_ installed it
yourself (via
make install). Installing multiple versions in various
locations is best
avoided.
Read manual page ld.so .
Quick fix:
sudo su
echo /usr/local/lib > /etc/ld.so.conf.d/local
/sbin/ldconfig
/ Adam
>
>
>
> Note: The installation platform is a reinstalled Fedora
Core 6.
>
>
>
> Does anyone have an idea how to resolve this error?
>
>
>
> Thanks.
>
>
>
> Marcel de Rooy
>
> Application administrator
>
> Rijkmuseum Research Library
>
>
>
>
>
------------------------------------------------------------
------------
>
> _______________________________________________
> Yazlist mailing list
> Yazlist lists.indexdata.dk
> http://lists.indexdata.dk/cgi-bin/mailman/listinfo/yaz
list
_______________________________________________
Net-z3950 mailing list
Net-z3950 lists.indexdata.dk
http://lists.indexdata.dk/cgi-bin/mailman/listinfo/n
et-z3950
|