Subject: Apache and Mod Perl problem
To: NetBSD Tech Pkg <tech-pkg@netbsd.org>
From: Mike Pelley <mike@pelley.com>
List: tech-pkg
Date: 06/06/2001 03:00:39
I've recently (CVS'd last week) installed Apache, Mod Perl and Mason on my
NetBSD 1.5 machine (also CVS'd last week).

I'm encountering a problem when I load my handler - summarized as:

/usr/pkg/lib/perl5/site_perl/5.6.0/i386-netbsd/auto/Data/Dumper/Dumper.so:
Undefined symbol "PL_op" (reloc type = 6, symnum = 57)

This appears to be the same problem identified in
http://mail-index.netbsd.org/netbsd-users/2001/03/28/0009.html.

As mentioned in that mail, PL_op appears to be in libperl.so and the
script runs fine from the command line.

Any thoughts?

Thanks!  Mike.