|
From: Nicholas R. <ri...@lf...> - 2001-03-25 19:07:22
|
On 3/24/01 8:25 PM, "darren chamberlain" <dl...@us...> wrote: > Nicholas Ritter (ri...@lf...) said something to this effect on 03/23/2001: >> 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 > > Sorry for the offlist reply, but Apache::Cookie comes with > libapreq, rather than one of the more normally-named modules or > bundles. Take a look at > http://search.cpan.org/search?dist=libapreq to get started. > > (darren) I got it to work! I had to update Bundle::Apache on the system (thanx Darren), and add some mod_perl stuff. Does anyone on this list add a startup.pl to their mod_perl setup prior to the slash config section of Apache? The only problem I am now having, is that the load of the site is slow, the graphics are broken, and the admin interface link is broken or doesn't work. I figure I will reinstall slash now that I have fixed my mod_perl problems, and see how it goes. Slash should not be to slow if it MySQL, Slash, and Apache are all running on a Pentium III 800 with 512MB RAM, and 100Base-T Ethernet? (Nobody is hitting the site yet, BTW) Thanx to all of you for your help on this, especially Jonathan and Darren. Nicholas |