Can't locate object method "BINMODE" via package "Apache"

2000-04-11 Thread Roca, Ignasi
I'm using mod_perl-1.21 and testing GD-1.25. When calling any of the demos examples given by GD-1.25 I have the error "Can't locate object method BINMODE via package Apache". The perl scripts are as follows: #!/usr/local/bin/perl use GD; print "Content-type: image/png\n\n" $im = new GD::Image(

Static linking of GD module

2000-04-04 Thread Roca, Ignasi
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 modul