[Perl-unix-users] RE: perlapp 5.2.0 Build 520 problem on Linux

2004-09-21 Thread Jan Dubois
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

[Perl-unix-users] perlapp 5.2.0 Build 520 problem on Linux

2004-09-21 Thread Scott Campbell
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