Hello,
I have RH8.0, PHP 4 and MySQL 3.23.55 RPM installed. I have downloaded and installed php-mysql-4.2.2-8.0.5.i386.rpm so that PHP can use mysql_pconnect() function. However, I try to use "rpm -i php-mysql-4.2.2-8.0.5.i386.rpm" to install it, it shows me the following error:
error: Failed dependencies:
libmysqlclient.so.10 is needed by php-mysql-4.2.2-8.0.5
I try to force the installation with "rpm -i --nodeps php-mysql-4.2.2-8.0.5.i386.rpm". It is found that mysql.so appears in /usr/lib/php4/.
However, after I have restarted the server, the problem is still that same.
Even I have un-command the php.ini for "extension=mysql.so", it still cannot be solved.
Can anyone tell me how to solve the problem?
Thanks a lot!