hello,Tom Phoenix,! Can you tell me the main step of this ? 1.install GD lib ? After that how can i known it's success or not ? (I use echo $? is 0 to test.) 2.install GD module for perl? Is it necessarily or not ?
>Recently, auser <[EMAIL PROTECTED]> wrote: > >> i have install GD lib and GD module for perl, >> but when i try to install module by cpan,some error happened. >> (i have install GD::Graph by cpan and it works fine! ) > >> PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" >> "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t >> t/align....Can't load >> '/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/auto/GD/GD.so' for >> module GD: >> /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/auto/GD/GD.so: >> undefined symbol: gdImageGifAnimAddPtr at >> /usr/lib/perl5/5.8.5/i386-linux-thread-multi/DynaLoader.pm line 230. > >It looks like your GD module itself is broken. You should go back and >re-install it, being certain that the new build passes all tests. > >Good luck with it! > >--Tom Phoenix >Stonehenge Perl Training