Re: [PHP-INSTALL] install question - phpinfo(), db connection problem

2006-05-12 Thread Jahislove
for your mysql connection ,you need to be sure that php is compiled with mysql use phpinfo() and look at the configure command you must have a --with-mysql... if you have a --without-mysql then php is not compiled with mysql at the end of page , you must have a mysql section too Blanton, B

[PHP-INSTALL] PHP Upgrade 5.1.4

2006-05-12 Thread Alf Stockton
I have upgraded my Slackware 10.2 server to php-5.1.4 and now find that since the upgrade I cannot run php programs there. The error message I get is:- >> Server Error >> The following error occurred: >> >> [code=SERVER_RESPONSE_CLOSE] The server closed the connection while reading the response.

[PHP-INSTALL] Re: PHP5.1.4 with Apache2.x

2006-05-12 Thread NickPoole
For clarity, the libphp5.so is present in the /www/modules directory. There is a different error if its not (i had some issues with compiling before where first i couldn't get the right libmysqlclient.so to be used, then i miss spelt apxs2). I guess i'm not including something that is needed f