I think your other Linux system may be missing some other external
dependency of the GD module. Try running
ldd .../auto/GD/GD.so
and check which additional libraries your GD.so depends on. It is a good
idea to build a statically linked version for Perl modules to remove
these dependencies.
C
Title: Message
I successfully
compile (with perlapp) and execute a perl script (test.pl) which uses
the GD module. I am compiling and executing on the same box the GD
libs are on.
When I take the
compiled test.cgi script to another linux box, and try to execute it, I get the
following erro