Error in Perl code: Can't locate Apache/Cookie.pm in @INC

2001-07-17 Thread Chris Pizzo
the message: Error in Perl code: Can't locate Apache/Cookie.pm in @INC but Cookie.pm is in the @INC path. I ran perl-status and Apache::Cookie was not one of the modules loaded. In fact several modules like Apache::Registry were not loaded. Installed mod_perl as a DSO; can someone point me in the right

Re: Error in Perl code: Can't locate Apache/Cookie.pm in @INC

2001-07-17 Thread Gerald Richter
mod_perl as a DSO; can someone point me in the right direction to get the other modules loaded or what I didn't do that I needed to do to make the active? Put a PerlModule Apache::Cookie PerlModule Apache::Registry etc. in your httpd.conf Gerald

RE: Error in Perl code: Can't locate Apache/Cookie.pm in @INC

2001-07-17 Thread Chris Pizzo
Thanks that solved the problem. Chris -Original Message- From: Gerald Richter [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 17, 2001 12:42 PM To: Chris Pizzo; [EMAIL PROTECTED] Subject: Re: Error in Perl code: Can't locate Apache/Cookie.pm in @INC mod_perl as a DSO; can someone point

Re: Error in Perl code: Can't locate Apache/Cookie.pm in @INC

2001-07-17 Thread will trillich
On Tue, Jul 17, 2001 at 09:42:00PM +0200, Gerald Richter wrote: mod_perl as a DSO; can someone point me in the right direction to get the other modules loaded or what I didn't do that I needed to do to make the active? Put a PerlModule Apache::Cookie PerlModule Apache::Registry