Hi,

I prepared a perl5 binary with the GD.pm, the perl5 interface to Thomas
Boutell's gd library, linked static.

>From the browser, that means via mod_perl, I request a perl-script
'fills.pl' that requires the GD package, following error is output in the
error_log:

[error] DYNA:Can't load module GD, dynamic loading not available in this
perl.
  (You may need to build a new perl executable which either supports dynamic
loading or has the GD module statically linked into it.)
  at /home/vtx3/apache/htdocs/perl/GD/fills.pl line 3
Compilation failed in require at /home/vtx3/apache/htdocs/perl/GD/fills.pl
line 3.                                 
BEGIN failed--compilation aborted at
/home/vtx3/apache/htdocs/perl/GD/fills.pl line 3. 

On the other site when I call the perl-script directly with perl5, that is
"perl fills.pl", without apache/mod_perl, it works.

I'm working with perl5.005.63 and and Apache.1.3.9.

Can somebody give me a solution.

Reply via email to