Re: installed on SUSE 9.1 but not working -- help?



... and it came to pass that john <johnbkim@xxxxxxxxxxxxxxxxxxxxxx> uttered forth:
Any SUSE Linux + PHP experts out there?

I used Yast2 to install PHP4 on Suse 9.1, and restarted Apache2, but php
doesn't work. What else do I need to do? Do I need to modify httpd.conf? I
thought maybe I need to specify where Apache can find libphp4.so, but I
can't find the file myself!

just because it's installed, doesn't mean that Apache is configured to use it!

On SuSE I have the following PHP packages installed (via RPM):

webstore:/root # rpm -qa | grep php
apache2-mod_php4-4.3.4-43.25
mod_php4-core-4.3.4-43.25
.....
(amongst others)

Also my apache config file makes a reference to "php4.conf" which contains lines to associate .php extensions with the PHP processor.

Best check these two areas first, since I believe PHP installation on SuSE differs from a lot of other distros.
--


"Dungeon" Dave
.



Relevant Pages