Hi.
Using Perl v5.8.5 on Fedora Core 2, I'm not able to install
GD-2.30:
----------
[root@pc GD-2.30]# 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: gdImageGifAnimAddPtr at /usr/lib/perl5/5.8.5/i386-linux-thread-multi/DynaLoader.pm line 230.
-------------
However, 'GD.so' does exist:
/home/john/src/GD-2.30/blib/arch/auto/GD/GD.so
I've got 'libgd' installed:
-------
[root@pc GD-2.30]# whereis libgd
libgd: /usr/lib/libgd.so /usr/lib/libgd.la /usr/lib/libgd.a
-------
and I get the same error if I try:
----
[]# perl Makefile.PL -lib_gd_path=/usr/lib/libgd.so
----
Any suggestion? Thx.
Using Perl v5.8.5 on Fedora Core 2, I'm not able to install
GD-2.30:
----------
[root@pc GD-2.30]# 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: gdImageGifAnimAddPtr at /usr/lib/perl5/5.8.5/i386-linux-thread-multi/DynaLoader.pm line 230.
-------------
However, 'GD.so' does exist:
/home/john/src/GD-2.30/blib/arch/auto/GD/GD.so
I've got 'libgd' installed:
-------
[root@pc GD-2.30]# whereis libgd
libgd: /usr/lib/libgd.so /usr/lib/libgd.la /usr/lib/libgd.a
-------
and I get the same error if I try:
----
[]# perl Makefile.PL -lib_gd_path=/usr/lib/libgd.so
----
Any suggestion? Thx.