[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Web server not starting on RAQ4
- Subject: RE: [cobalt-users] Web server not starting on RAQ4
- From: "Jolley, Carl" <Carl.Jolley@xxxxxxx>
- Date: Thu Jul 11 19:59:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
-----Original Message-----
From: Tom Sonsuwan
Sent: Thursday, July 11, 2002 10:40 PM
To: cobalt-users@xxxxxxxxxxxxxxx
Subject: [cobalt-users] Web server not starting on RAQ4
I need help quick.
Server is running but httpd server can't get started.
Here's the error.
_________________________
[root /root]# /etc/rc.d/init.d/httpd start
Setting up Web Service: Syntax error on line 445 of
/etc/httpd/conf/httpd.conf:
Can't locate Devel/Symdump.pm in @INC (@INC contains:
/usr/lib/perl5/5.00503/i386-linux /usr/lib/perl5/5.00503
/usr/lib/perl5/site_perl/5.005/i386-linux /usr/lib/perl5/site_perl/5.005 .
/etc/httpd/ /etc/httpd/lib/perl) at
/usr/lib/perl5/site_perl/5.005/i386-linux/Apache/PerlSections.pm line 6.
BEGIN failed--compilation aborted at
/usr/lib/perl5/site_perl/5.005/i386-linux/Apache/PerlSections.pm line 6.
BEGIN failed--compilation aborted at /etc/httpd/conf/httpd.conf line 349.
________________________
Anybody have ideas on how to fix this?\
----------------------------------------
I would start by installing the Devel::Symdump modules
for use by perl. if you've got the CPAN.pm module then
you should be able to do :perl -MCPAN -e shell
and from the CPAN shell prompt do a "install Devel::Symdump".
Otherwise you can download A/AN/ANDK/Devel-Symdump-2.03.tar.gz
for the www.cpan.org, do a: tar -xzf on it and then the usual
perl stuff: perl Makefile.pl; make; make test; make install.