rayoslav has asked for the wisdom of the Perl Monks concerning the following question:

Greetings, Those Who Are Most Esteemed.

This humble monk produces PNG images from GD:Image without a problem, but recieve the following error message when attempting to produce Jpeg's.
perl: error in loading shared libraries: /usr/lib/perl5/site_perl/5.00 +5/i386-linux/auto/GD/GD.so: undefined symbol: gdImageJpegPtr
Is this my library problem, or a modular problem?

Replies are listed 'Best First'.
Re: JPEG from GD::Image
by Albannach (Monsignor) on Jun 09, 2001 at 00:20 UTC
    It's amazing what a quick google search will turn up: this might help (I just searched for "gdImageJpegPtr").

    --
    I'd like to be able to assign to an luser

Re: JPEG from GD::Image
by bikeNomad (Priest) on Jun 09, 2001 at 00:22 UTC