Subject: | Text::Iconv fails all test on Solaris |
Dist: Text-Iconv-1.2
Perl: 5.6.0, 5.6.1, 5.8.0 RC1
OS: SunOS sandbox 5.7 Generic_106541-18 sun4u sparc
Error: "Can't load 'blib/arch/auto/Text/Iconv/Iconv.so'"
Full `make test` output:
PERL_DL_NONLAZY=1 /usr/local/bin/561 -Iblib/arch -Iblib/lib -I/opt/perl561/lib/sun4-solaris-perlio -I/opt/perl561/lib -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.tt/00_load...........Can't load 'blib/arch/auto/Text/Iconv/Iconv.so' for module Text::Iconv: ld.so.1: /usr/local/bin/561: fatal: relocation error: file blib/arch/auto/Text/Iconv/Iconv.so: symbol libiconv_open: referenced symbol not found at /opt/perl561/lib/sun4-solaris-perlio/DynaLoader.pm line 206.
at t/00_load.t line 3
Compilation failed in require at t/00_load.t line 3.
BEGIN failed--compilation aborted at t/00_load.t line 3.
t/00_load...........dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED test 1
Failed 1/1 tests, 0.00% okay
t/01_charsets.......Can't load 'blib/arch/auto/Text/Iconv/Iconv.so' for module Text::Iconv: ld.so.1: /usr/local/bin/561: fatal: relocation error: file blib/arch/auto/Text/Iconv/Iconv.so: symbol libiconv_open: referenced symbol not found at /opt/perl561/lib/sun4-solaris-perlio/DynaLoader.pm line 206.
at t/01_charsets.t line 3
Compilation failed in require at t/01_charsets.t line 3.
BEGIN failed--compilation aborted at t/01_charsets.t line 3.
t/01_charsets.......dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-13
Failed 13/13 tests, 0.00% okay
Failed Test Status Wstat Total Fail Failed List of Failed
--------------------------------------------------------------------------------
t/00_load.t 255 65280 1 1 100.00% 1
t/01_charsets.t 255 65280 13 13 100.00% 1-13
Failed 2/2 test scripts, 0.00% okay. 14/14 subtests failed, 0.00% okay.
make: *** [test_dynamic] Error 2
sandbox:~/.cpanplus/build/Text-Iconv-1.2 $
sandbox:/usr/local/lib $ ls -l libiconv*
-rw-r--r-- 1 root other 695 Mar 7 09:45 libiconv.la
lrwxrwxrwx 1 root other 17 Mar 7 09:45 libiconv.so -> libiconv.so.2.0.4*
lrwxrwxrwx 1 root other 17 Mar 7 09:45 libiconv.so.2 -> libiconv.so.2.0.4*
-rwxr-xr-x 1 root other 618628 Aug 8 2000 libiconv.so.2.0.0*
-rwxr-xr-x 1 root other 934195 Mar 7 09:45 libiconv.so.2.0.4*
-rw-r--r-- 1 root other 934467 Mar 7 09:45 libiconv_plug.so
Probably my fault somehow. Any help would be appreciated.
-J