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
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.
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