[Geoip-perl] Can't install on Red Hat Enterprise Linux 5
Brought to you by:
tjmather
From: <os...@fr...> - 2007-09-06 09:50:53
|
Hi. I am trying to install GeoIP-Perl in RHEL5 (64-bit version) and I get this error. Could you help me? By the way, if this helps, I successfully installed the C library. Thanks, Oscar. [root@cat Geo-IP-1.28]# make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/0_base..........Can't load '/root/Geo-IP-1.28/blib/arch/auto/Geo/IP/IP.so' for module Geo::IP: libGeoIP.so.1: cannot open shared object file: No such file or directory at /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/DynaLoader.pm line 230. at /root/Geo-IP-1.28/blib/lib/Geo/IP.pm line 11 BEGIN failed--compilation aborted at /root/Geo-IP-1.28/blib/lib/Geo/IP.pm line 11. Compilation failed in require at t/0_base.t line 7. BEGIN failed--compilation aborted at t/0_base.t line 7. t/0_base..........dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/1_lookup........Can't load '/root/Geo-IP-1.28/blib/arch/auto/Geo/IP/IP.so' for module Geo::IP: libGeoIP.so.1: cannot open shared object file: No such file or directory at /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/DynaLoader.pm line 230. at /root/Geo-IP-1.28/blib/lib/Geo/IP.pm line 11 BEGIN failed--compilation aborted at /root/Geo-IP-1.28/blib/lib/Geo/IP.pm line 11. Compilation failed in require at t/1_lookup.t line 10. BEGIN failed--compilation aborted at t/1_lookup.t line 10. t/1_lookup........dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 1-18 Failed 18/18 tests, 0.00% okay t/2_namelookup....Can't load '/root/Geo-IP-1.28/blib/arch/auto/Geo/IP/IP.so' for module Geo::IP: libGeoIP.so.1: cannot open shared object file: No such file or directory at /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/DynaLoader.pm line 230. at /root/Geo-IP-1.28/blib/lib/Geo/IP.pm line 11 BEGIN failed--compilation aborted at /root/Geo-IP-1.28/blib/lib/Geo/IP.pm line 11. Compilation failed in require at t/2_namelookup.t line 10. BEGIN failed--compilation aborted at t/2_namelookup.t line 10. t/2_namelookup....dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 1-11 Failed 11/11 tests, 0.00% okay t/3_mirror........Can't locate Geo/IP/PurePerl.pm in @INC (@INC contains: /root/Geo-IP-1.28/blib/lib /root/Geo-IP-1.28/blib/arch /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi /usr/lib64/perl5/site_perl/5.8.7/x86_64-linux-thread-multi /usr/lib64/perl5/site_perl/5.8.6/x86_64-linux-thread-multi /usr/lib64/perl5/site_perl/5.8.5/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.7 /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi /usr/lib64/perl5/vendor_perl/5.8.7/x86_64-linux-thread-multi /usr/lib64/perl5/vendor_perl/5.8.6/x86_64-linux-thread-multi /usr/lib64/perl5/vendor_perl/5.8.5/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl/5.8.7 /usr/lib/perl5/vendor_perl/5.8.6 /usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/5.8.8 .) at /root/Geo-IP-1.28/blib/lib/Geo/Mirror.pm line 17. BEGIN failed--compilation aborted at /root/Geo-IP-1.28/blib/lib/Geo/Mirror.pm line 21. Compilation failed in require at t/3_mirror.t line 10. BEGIN failed--compilation aborted at t/3_mirror.t line 10. t/3_mirror........dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 1-3 Failed 3/3 tests, 0.00% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/0_base.t 2 512 1 2 200.00% 1 t/1_lookup.t 2 512 18 36 200.00% 1-18 t/2_namelookup.t 2 512 11 22 200.00% 1-11 t/3_mirror.t 2 512 3 6 200.00% 1-3 Failed 4/4 test scripts, 0.00% okay. 33/33 subtests failed, 0.00% okay. make: *** [test_dynamic] Error 2 |