|
From: Micah Y. <yo...@ho...> - 2001-04-21 00:43:03
|
Hi, Posted this on Slashcode yesterday, no replies. Guess I should have posted here instead. Anyway I had everything working great in RH 6.2 including the PHP4 module. Upgraded to 7.1 and went through the CPAN setup and now things are broken. This might be a clue: [root@eclipse apache]# perl use Slash::Apache; Can't load '/usr/lib/perl5/site_perl/5.6.0/i386-linux/auto/Slash/Apache/Apache.so' for module Slash::Apache: /usr/lib/perl5/site_perl/5.6.0/i386-linux/auto/Slash/Apache/Apache.so: undefined symbol: perl_cmd_perl_TAKE1 at /usr/lib/perl5/5.6.0/i386-linux/DynaLoader.pm line 200. at - line 1 Compilation failed in require at - line 1. BEGIN failed--compilation aborted at - line 1. But... [root@eclipse apache]# ls -l /usr/lib/perl5/site_perl/5.6.0/i386-linux/auto/Slash/Apache/Apache.so -r-xr-xr-x 1 root root 10144 Apr 18 16:45 /usr/lib/perl5/site_perl/5.6.0/i386-linux/auto/Slash/Apache/Apache.so the module is there, so I'm not entirely clear on why it can't be loaded. There's no more informative message that I can find. And when I actually try to start Apache... [root@eclipse apache]# ./bin/apachectl start Syntax error on line 9 of /usr/local/slash/httpd/slash.conf: Can't locate loadable object for module Apache::ModuleConfig 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 . /usr/local/apache/ /usr/local/apache/lib/perl) at /usr/lib/perl5/site_perl/5.6.0/i386-linux/mod_perl.pm line 14 Compilation failed in require at /usr/lib/perl5/site_perl/5.6.0/i386-linux/Slash/Utility.pm line 32. BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.6.0/i386-linux/Slash/Utility.pm line 32. Compilation failed in require at /usr/lib/perl5/site_perl/5.6.0/i386-linux/Slash/DB/Utility.pm line 9. BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.6.0/i386-linux/Slash/DB/Utility.pm line 9. Compilation failed in require at /usr/lib/perl5/site_perl/5.6.0/i386-linux/Slash/DB.pm line 10. BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.6.0/i386-linux/Slash/DB.pm line 10. Compilation failed in require at /usr/lib/perl5/site_perl/5.6.0/i386-linux/Slash.pm line 41. BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.6.0/i386-linux/Slash.pm line 41. Compilation failed in require at (eval 3) line 3. ./bin/apachectl start: httpd could not be started I'm getting desperate. Any ideas? Thanks! Micah |