|
From: Nicholas R. <ri...@lf...> - 2001-03-23 18:16:37
|
> > do you have all the httpd conf files in place? Does your httpd.conf have > an include line to /usr/local/slash/httpd/slash.conf (which then has a > link to /usr/local/site/yoursite/yoursite.conf)? > > This is the only thing that I can think of that would give you this > error. Make sure all these files are in place, also make sure that your > install process put all the necessary modules into your perl library > path. > This fixed the error I was having, although now I am getting the following: Syntax error on line 11 of /usr/local/slash/httpd/slash.conf: Can't locate Apache/Cookie.pm in @INC (@INC contains: /usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0 /usr/lib/perl5/site_perl/5.6.0/i386-linux /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl . /var/www/ /var/www/lib/perl) at /usr/lib/perl5/site_perl/5.6.0/i386-linux/Slash/Apache/User.pm line 11. BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.6.0/i386-linux/Slash/Apache/User.pm line 11. Compilation failed in require at (eval 17) line 3. /var/www/bin/apachectl start: httpd could not be started I figure this is a module install problem. I do a locate for cookie.pm, and find it in: /usr/lib/perl5/5.6.0/CGI/Cookie.pm So is this a module install issue, a path that needs to be added to the perl INC (if so, how is the best way to do that) or something else? Nicholas |