All,

I have this in conf/httpd.conf:

# Startup File:
PerlRequire /home/darnold/modperl/startup.pl

And:

[EMAIL PROTECTED] apache]# cat /home/darnold/modperl/startup.pl
# File: startup.pl

use lib qw(/home/darnold/modperl/);
1;

However, I am getting this in my error log:

Can't locate OnlineTestingDB.pm in @INC (@INC contains:
/usr/local/lib/perl5/5.6.2/i686-linux /usr/local/lib/perl5/5.6.2
/usr/local/lib/perl5/site_perl/5.6.2/i686-linux
/usr/local/lib/perl5/site_perl/5.6.2 /usr/local/lib/perl5/site_perl .) 

Shouldn't @INC contain /home/darnold/modperl?

-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to