[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Web server not starting on RAQ4



Looks like the system have it already here's  the listing

/usr/lib/perl5/man/man3/Apache::Symdump.3
/usr/lib/perl5/man/man3/Devel::Symdump.3
/usr/lib/perl5/site_perl/5.005/i386-linux/auto/Devel/Symdump
/usr/lib/perl5/site_perl/5.005/i386-linux/auto/Devel/Symdump/.packlist
/usr/lib/perl5/site_perl/5.005/i386-linux/Apache/Symdump.pm


It does not seem to be looking for the Symdump.pm in the right directory.

What you think?

Tom Sonsuwan
Support
http://www.speedydomainregistration.com
Domain name registration and web hosting services
http://www.speedydomainregistration.com


----- Original Message -----
From: "Jolley, Carl" <Carl.Jolley@xxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Thursday, July 11, 2002 7:58 PM
Subject: RE: [cobalt-users] Web server not starting on RAQ4


|
|
| -----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.
|
| _______________________________________________
| cobalt-users mailing list
| cobalt-users@xxxxxxxxxxxxxxx
| To Subscribe or Unsubscribe, please go to:
| http://list.cobalt.com/mailman/listinfo/cobalt-users
|