|
|

楼主 |
发表于 2007-7-22 22:17:10
|
显示全部楼层
具体错误在这:
=================================
cyu:/home/wangliying # /etc/init.d/apache2 start
Starting httpd2 (prefork) httpd2-prefork: Syntax error on line 116 of /etc/apache2/httpd.conf: Syntax error on line 30 of /etc/apache2/sysconfig.d/loadmodule.conf: Cannot load /usr/lib/apache2/mod_php5.so into server: libmm.so.14: cannot open shared object file: No such file or directory
The command line was:
/usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf
failed
cyu:/home/wangliying #
============================================================
上面说的116行的错误在这
# generated from APACHE_MODULES in /etc/sysconfig/apache2
Include /etc/apache2/sysconfig.d/loadmodule.conf
30行的错误在这
|-- mod_log_config.conf . . . . . . . . . define logging formats
# |-- sysconfig.d/global.conf . . . . . . . server-wide general settings |
|