ru pulling our legs?
 
1.  How would you know PHP stopped working after you installed Apache httpd?  Apache had to have been installed prior to installing PHP or you could not have known that PHP was not working in the httpd.
 
2.  You could not have installed PHP with the --enable-apxs2 switch because the PHP configure script would have failed if it could not find the path to apache2/bin/apxs.  You must install httpd first.
 
3.  PHP5 comes enabled for MySQLite; if you want all the MySQL hooks, --enable-mysql=[path/to/mysql] on the configuration script.
 
4.  Most importantly, http://www.catb.org/~esr/faqs/smart-questions.html.  Read It. Learn It. Live It.
 
Mark<-|->kraM


>>> "Jason Gutt" <[EMAIL PROTECTED]> 15-Feb-06 10:34:43 AM >>>

Does any one know how to install php5 apache2 and mysql5?

Php5 does not have mysql enabled by default. After I installed apache my php quit working.

 

Jason Gutt

Reply via email to