Subject: problems with mod_perl pkg
To: None <netbsd-help@netbsd.org>
From: Matt Bell <mtbell@micropede.com>
List: netbsd-help
Date: 09/03/2000 00:33:49
Hi,

i have installed on my machine Apache-1.1.12, ap-perl, perl, libperl, and
a current DBI for mysql stuff. all the pkgs but DBI are installed using
NetBSD's current pkgsrc sustem. the problem i am having is that i wrote a
perl Module for apache to handle this website i am running, whenever i try
to use DBI in the module for apache it gives me an error "Undefined
Symbol "Perl_na"" i have a bunch of cgi scripts that are on the same
machine and use DBI but all work just fine. i looked around and Perl_na is
defined in the libperl.so library, is there possbily some kind of lib path
that i am missing here or something that may be causing this to look into
the wrong libs or something. Any Ideas?

-Matt