On 10/23/07, sivasakthi <[EMAIL PROTECTED]> wrote:

> I have executed the cgi files , It throws the following error in error
> log,

Why do you say you found the message in the "error log"? Surely you
test your programs before you install them on a server, no? Does the
message not appear when you test your program offline?

> symbol lookup
> error: /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/auto/GD/GD.so:
> undefined symbol: Perl_sv_2iv_flags,referer: http://...

Something is misconfigured or misinstalled. It seems likely that the
GD module wasn't compiled using the same settings as your perl binary,
or something like that. If you didn't build your perl binary from the
source, I'd recommend that you build both perl and the GD module (and
any other modules) from source.

Good luck with it!

--Tom Phoenix
Stonehenge Perl Training

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to