U ever checked in the apache error log?
check to see whether your php program is really in
/usr/local/lib/php/php
as it should be according to your apache config.
good luck.
suomi
Jose Manuel wrote:
I have compiled PHP 4.3.1 over Suse 8.0 with
#./configure --with-mysql=/usr/local/mysql
Try to create a link from what you have to what is requested:
ln -s /usr/lib/libmysqlclient.so.12 /usr/lib/libmysqlclient.so.10
if the libraries don't disagree too far, that may work
suomi
Michael wrote:
I am using RH9 and have successfully installed php-4.2.2-17 via rpm (i386).
I a