살려주세여?
[root@park conf]# vi httpd.conf
[root@park conf]# vi httpd.conf
[root@park conf]# /etc/rc.d/init.d/httpdaemon restart
/etc/rc.d/init.d/httpdaemon restart: httpd not running, trying to start
Syntax error on line 241 of /home/httpd/conf/httpd.conf:
----------------------------------------------------------------
Cannot load /home/httpd/libexec/libphp4.so into server: libmysqlclient.so.10: cannot load shared object file: No such fi
le or directory /etc/rc.d/init.d/httpdaemon restart: httpd could not be started
[root@park conf]#
236 LoadModule headers_module libexec/mod_headers.so
237 LoadModule usertrack_module libexec/mod_usertrack.so
238 LoadModule example_module libexec/mod_example.so
239 LoadModule unique_id_module libexec/mod_unique_id.so
240 LoadModule setenvif_module libexec/mod_setenvif.so
-----------------------------------------------------------------
241 LoadModule php4_module libexec/libphp4.so
-----------------------------------------------------------------
242
243 # Reconstruction of the complete module list from all available modules
244 # (static and shared ones) to achieve correct module execution order.
245 # [WHENEVER YOU CHANGE THE LOADMODULE SECTION ABOVE UPDATE THIS, TOO]