User since
2003-08-04
2536
Artikel
ModeratorIn
User since
2003-08-04
5870
Artikel
ModeratorIn
Ich verschieb den Thread mal ins Linuxforum :-)
s--Pevna-;s.([a-z]).chr((ord($1)-84)%26+97).gee; s^([A-Z])^chr((ord($1)-52)%26+65)^gee;print;
use strict; use warnings; Link zu meiner Perlseite
User since
2004-06-15
13
Artikel
BenutzerIn
Hallo,
habe schon eine ganze Zeit herumgesucht. Wo bekomme ich das Modul libgd für Linux her? CPAN bietet das ja nichts an.
Kann mir bitte jemand einen Link posten? Wär super.
Gruß
MArkus
User since
2004-06-15
13
Artikel
BenutzerIn
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!!
User since
2003-11-28
3645
Artikel
ModeratorIn
undefined symbol: gdImagePngPtrEx
Das sieht danach aus, als ob du ein altes libgd haettest, eins ohne PNG-Unterstuetzung. Du hast zwei Moeglichkeiten: ein Upgrade auf das neueste libgd (ich glaube, 2.0.28 ist aktuell und hat sogar wieder GIF-Support eingebaut) oder ein Downgrade des Perl-GD (auf ca. Version 1.30, fuer die genaue Version am besten ins ChangeLog gucken).