On 5/23/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
I recently upgraded my web server from OpenBSD 3.7 to 4.1.

Everything is up & running except for the perl library GD.
I'm getting these errors when running a perl script to create thumb
nail images from larger images. The error are:

Can't load '/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/GD/GD.so'
for module GD: Cannot load specified object at
/usr/libdata/perl5/i386-openbsd/5.8.8/DynaLoader.pm line 230.
 at /usr/local/lib/perl5/site_perl/ThumbNail.pm line 6
Compilation failed in require at /usr/local/lib/perl5/site_perl/ThumbNail.pm 
line 6.
BEGIN failed--compilation aborted at 
/usr/local/lib/perl5/site_perl/ThumbNail.pm line 6.
Compilation failed in require at ./test.pl line 4.
BEGIN failed--compilation aborted at ./test.pl line 4.

My installation of GD (p5-GD-2.30p1.tgz) went as follows:
# setenv PKG_PATH ftp://ftp.openbsd.org/pub/OpenBSD/4.1/packages/i386/
# pkg_add p5-GD-2.30p1.tgz
p5-GD-2.30p1:gd-2.0.34: complete
p5-GD-2.30p1: complete

I've installed patches 1 thru 5 and 7 to the 4.1 release.
"ThumbNail.pm" is a perl module I wrote to create thumb nail images
that worked with OpenBSD 3.7.

Suggestions for where I look for a solution to this problem?

Thanks,

Joe
.




IIRC, you need to have (at a minimum) xbase41.tgz installed also.

~samuraichef

Reply via email to