|
help php5 installation on red hat enterprise linux 4
[root@spring php-5.3.0]# service httpd start
Starting httpd: Syntax error on line 190 of /etc/httpd/conf/httpd.conf:
Cannot load /etc/httpd/modules/libphp5.so into server: /etc/httpd/modules/libphp5.so: cannot open shared object file: No such file or directory
[FAILED]
[root@spring php-5.3.0]# httpd -v
Server version: Apache/2.0.52
Server built: Dec 15 2005 04:09:14
[root@spring php-5.3.0]# php -v
PHP 5.3.0 (cli) (built: Sep 9 2009 21:23:02)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2009 Zend Technologies
[root@spring php-5.3.0]#
|