Thread libgd (4 answers)
Opened by jan at 2004-07-27 13:46

rucksl
 2004-07-27 15:05
#94986 #94986
User since
2004-06-15
13 Artikel
BenutzerIn
[default_avatar]
Danke, das hat geklappt. Dachte es ist ein Perl Modul. Jetzt ist es klar.
Möchte jetzt das Modul GD von Perl noch installieren und schon wieder Probleme!!!

Bekomme immer die folgende Fehlermeldung, wenn ich make test ausführe:
softguard:/usr/local/apache/module/GD-2.16 # make test
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: ./blib/arch/auto/GD/GD.so: undefined symbol: gdImagePngPtrEx at /usr/lib/perl5/5.8.0/i586-linux-thread-multi/DynaLoader.pm line 229.
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 '/usr/local/apache/module/GD-2.16/blib/arch/auto/GD/GD.so' for module GD: /usr/local/apache/module/GD-2.16/blib/arch/auto/GD/GD.so: undefined symbol: gdImagePngPtrEx at /usr/lib/perl5/5.8.0/i586-linux-thread-multi/DynaLoader.pm line 229.
at /usr/local/apache/module/GD-2.16/blib/lib/GD/Polyline.pm line 49
Compilation failed in require at /usr/local/apache/module/GD-2.16/blib/lib/GD/Polyline.pm line 49.
BEGIN failed--compilation aborted at /usr/local/apache/module/GD-2.16/blib/lib/GD/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 10 100.00% 1-10
t/Polyline.t 255 65280 1 1 100.00% 1
Failed 2/2 test scripts, 0.00% okay. 11/11 subtests failed, 0.00% okay.
make: *** [test_dynamic] Error 255

Kann mir da jemand helfen?? Wäre super!!

View full thread libgd