gglgokop1704
Programmer
Dear All,
I have installed php, apache2 (httpd-2.2.6) and postgreSQL5 in Linux. I could not run my php scripts on the webserver/web browser. I tried to restart the apache server but got this error:
[root@isxp1313c ~]# /etc/rc.d/init.d/httpd restart
Stopping httpd: [ OK ]
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]
When I removed LoadModule php5_module modules/libphp5.so from /etc/httpd/conf/httpd.conf file, it restarted ok, but still I cannot run my php scripts. I have never worked on php before, please how do I run php scripts on mozilla firefox web browser in linux?
Any help is appreciated
Gokop
I have installed php, apache2 (httpd-2.2.6) and postgreSQL5 in Linux. I could not run my php scripts on the webserver/web browser. I tried to restart the apache server but got this error:
[root@isxp1313c ~]# /etc/rc.d/init.d/httpd restart
Stopping httpd: [ OK ]
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]
When I removed LoadModule php5_module modules/libphp5.so from /etc/httpd/conf/httpd.conf file, it restarted ok, but still I cannot run my php scripts. I have never worked on php before, please how do I run php scripts on mozilla firefox web browser in linux?
Any help is appreciated
Gokop