|
Posted by mik on September 3, 2004, 11:10 am
Please log in for more thread options
Hello,
when I install GD-2.16 module on solaris, the make stage is OK but the "make
test" fails . all required libraries are present - gd,zlib and png. I've
seen many reports of this problem over the net, but nobody has given any
solution. the "make test" output:
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0,
'blib/lib', 'blib/arch')" t/*.t
t/GD..........Can't load './blib/arch/auto/GD/GD.so' for module GD: ld.so.1:
/us
r/bin/perl: fatal: relocation error: file ./blib/arch/auto/GD/GD.so: symbol
gdIm
ageCreateFromPng: referenced symbol not found at
/usr/local/lib/perl5/5.8.5/sun4
-solaris-64int/DynaLoader.pm line 230.
at t/GD.t line 13
Compilation failed in require at t/GD.t line 13.
BEGIN failed--compilation aborted at t/GD.t line 13.
t/GD..........dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-10
Failed 10/10 tests, 0.00% okay
t/Polyline....Can't load
'/export/home/lst/modules/GD-2.16/blib/arch/auto/GD/GD.
so' for module GD: ld.so.1: /usr/bin/perl: fatal: relocation error: file
/export
/home/lst/modules/GD-2.16/blib/arch/auto/GD/GD.so: symbol
gdImageCreateFromPng:
referenced symbol not found at
/usr/local/lib/perl5/5.8.5/sun4-solaris-64int/Dyn
aLoader.pm line 230.
at /export/home/lst/modules/GD-2.16/blib/lib/GD/Polyline.pm line 49
Compilation failed in require at
/export/home/lst/modules/GD-2.16/blib/lib/GD/Po
lyline.pm line 49.
BEGIN failed--compilation aborted at
/export/home/lst/modules/GD-2.16/blib/lib/G
D/Polyline.pm line 49.
Compilation failed in require at t/Polyline.t line 10.
BEGIN failed--compilation aborted at t/Polyline.t line 10.
t/Polyline....dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED test 1
Failed 1/1 tests, 0.00% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
----------------------------------------------------------------------------
---
t/GD.t 255 65280 10 19 190.00% 1-10
t/Polyline.t 255 65280 1 2 200.00% 1
Failed 2/2 test scripts, 0.00% okay. 11/11 subtests failed, 0.00% okay.
*** Error code 2
make: Fatal error: Command failed for target `test_dynamic'
I would be very grateful for any help
|