Brad Hodges wrote:
Fair enough, I know I need to install them, and have earnestly been trying
too, however I have run into a major road block.  When creating the make for
for GD 2.35 I am getting the following error message:

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.
 at t/GD.t line 14

This is during the *tests* of the Perl GD module. Your system libgd does not include GIF functionality (not surprising since it was until recently protected by a disputed patent).

Start over from scratch (you may need to blow away the existing directory) and when you run 'perl Makefile.PL' answer "No" to all of the options that mention GIF. You should now be able to build and test the GD modules. Make sure that you also install the GD::Graph, GD::Graph3d, and GDTextUtil modules as well.

HTH

John

--
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4501 Forbes Boulevard
Suite H
Lanham, MD  20706
301-459-3366 x.5010
fax 301-429-5748

Reply via email to