I was under the impression that once I ran the
PerlRequire script, if I did the use lib command, all
my other mod_perl scripts called on that server would
have access to that library?!

Aaron

--- "Liddick, Scott" <[EMAIL PROTECTED]>
wrote:
> Make sure that your PerlRequire comes BEFORE you
> actually want to 'use' the
> module in your httpd.conf
> 
> Alternately, you could unshift(@INC,
> '/path/to/module') in your startup.pl
> 
> -----Original Message-----
> From: Aaron Schlesinger [mailto:[EMAIL PROTECTED]]
> Sent: Monday, February 12, 2001 10:07 AM
> To: [EMAIL PROTECTED]
> Subject: PerlRequire
> 
> 
> Hey there.
> 
> I have a line in my httpd.conf:
> 
> PerlRequire /path/to/startup.pl
> 
> In startup.pl I have this line:
> 
> use lib '/path/to/module';
> 
> This is not being added to my @INC like it should.
> Any
> thoughts?
> 
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Get personalized email addresses from Yahoo! Mail -
> only $35 
> a year!  http://personal.mail.yahoo.com/


__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/

Reply via email to