On Tue, Sep 18, 2001 at 02:44:35PM -0400, Michael D. Risser wrote:
> I'm having a little difficulty with @INC, a script I'm trying to run,
> actually part of bugzilla, says it can't find DBI.pm in @INC, I've manually
> searched those directories and can't find it, but CPAN says DBI.pm is up to
> date.
The perl you're using with bugzilla is different from the perl you're using
to install modules. I don't recall, does bugzilla use mod_perl, or simply
CGI scripts? If the former (mod_perl) then you need to recompile mod_perl
to use the more recent libperl.so; if the latter (CGI script) your shebang
lines are likely to blame. You can either fix the shebang lines, or fix the
perl they're pointing to to point to the correct perl. For example, if they
all say "#!/usr/local/bin/perl" and /usr/local/bin/perl is 5.00503, and
/usr/bin/perl is 5.6.1, replace /usr/local/bin/perl with a symlink to
/usr/bin/perl.
Michael
--
Administrator www.shoebox.net
Programmer, System Administrator www.gallanttech.com
--
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]