Koha Installation - Zoom & Yaz Issue
Hi Everyone, I run into a problem installing Koha 3.04.00. And ZOOM 1.28 doesn't seem to load with YAZ 4.1.7. I am using Perl 5.8.8 on Centos 5.5 (64 bit). I also posted my issue here, https://rt.cpan.org/Public/Bug/Display.html?id=6819. Any idea would be greatly helpful. If anyone is aware of the working Zoom/YAZ versions to use for Koha, that would be helpful too. Thanks a lot, Ling --------------------------------------------------- [root@ koha-3.04.00.000]# perl Makefile.PL Can't load '/usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/auto/Net/Z3950/ZOOM/ZOOM.so' for module Net::Z3950::ZOOM: libyaz.so.4: cannot open shared object file: No such file or directory at /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/XSLoader.pm line 70. at /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/Net/Z3950/ZOOM.pm line 10 Compilation failed in require at /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/ZOOM.pm line 4. BEGIN failed--compilation aborted at /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/ZOOM.pm line 4. Compilation failed in require at /root/Downloads/koha-3.04.00.000/C4/Context.pm line 85. BEGIN failed--compilation aborted at /root/Downloads/koha-3.04.00.000/C4/Context.pm line 85. Compilation failed in require at /root/Downloads/koha-3.04.00.000/C4/Installer.pm line 24. BEGIN failed--compilation aborted at /root/Downloads/koha-3.04.00.000/C4/Installer.pm line 24. Compilation failed in require at Makefile.PL line 31. BEGIN failed--compilation aborted at Makefile.PL line 31.
On 14/05/11 18:30, Ling Zhai wrote:
Hi Everyone,
I run into a problem installing Koha 3.04.00. And ZOOM 1.28 doesn't seem to load with YAZ 4.1.7. I am using Perl 5.8.8 on Centos 5.5 (64 bit). I also posted my issue here, https://rt.cpan.org/Public/Bug/Display.html?id=6819.
Any idea would be greatly helpful. If anyone is aware of the working Zoom/YAZ versions to use for Koha, that would be helpful too.
[root@ koha-3.04.00.000]# perl Makefile.PL Can't load '/usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/auto/Net/Z3950/ZOOM/ZOOM.so' for module Net::Z3950::ZOOM: libyaz.so.4: cannot open shared object file: No such file or directory at
Looks like it cant find the shared library libyaz.so.4 which would normally be in /usr/lib. If you've built the library elsewhere you may need to add the path to ld.so.conf (by adding and entry to ld.so.conf.d) and then running ldconfig as root. C. -- Colin Campbell Chief Software Engineer, PTFS Europe Limited Content Management and Library Solutions +44 (0) 845 557 5634 (phone) +44 (0) 7759 633626 (mobile) colin.campbell@ptfs-europe.com skype: colin_campbell2 http://www.ptfs-europe.com
participants (2)
-
Colin Campbell -
Ling Zhai