As much as I want to like Linux, I can't say that mysql/php installation is anywhere nearly as easy as it was on Windows.
After 2 successful Windows install, I am now stumped trying to get php working on Slackware 9.
Basically my <?php phpinfo() ?> file is being displayed as text in my browser. As far as I can tell, my Apache 2 server is running since it serves back the default page when I browse "localhost". (It didn't at first until I copied the htdocs folder into /var/www ?? Even though my httpd.conf file says the Document Root is /usr/local/apache2/htdocs -- Never found that one in the documentation!)
my httpd.conf includes lines like:
LoadModule php4_module /pathtomodule/libphp4.so
AddType application/x-httpd-php .php
and later, following something I saw in another thread:
AddModule /pathtomodule/mod_php4.c
I used the option --enable-so when I installed apache as well.
-- Any suggestions?