LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   php-mysql-4.3.2-6.i386.rpm dependencies (https://www.linuxquestions.org/questions/linux-software-2/php-mysql-4-3-2-6-i386-rpm-dependencies-73433/)

dgp 07-16-2003 11:42 PM

php-mysql-4.3.2-6.i386.rpm dependencies
 
I've searched the web for quite awhile and have seen others stating the same problem I'm having, but have not found any solutions posted.

Running Redhat Linux 8.0 and have updated MySQL to version 4.0.13-0, which now uses libmysqlclient.so.12 instead of libmysqlclient.so.10.

When I try and install the newest php-mysql-4.3.2-6.i386.rpm, I'm getting "Failed dependencies: libmysqlclient.so.10 is needed by php-mysql-4.3.2-6.i386.rpm". Is there a version of php-mysql which uses libmysqlclient.so.12 ?? If not, does anyone know if I can force the installation of this version I have and it will work ??

Thanks for ANY help.

-Dan

rch 07-17-2003 01:18 AM

rpm -Uvh --nodeps php-mysql-4.3.2-6.i386.rpm would be enough
anyway do you have libmysqlclient.so.10
find out by
whereis libmysqlclient

dgp 07-17-2003 02:05 AM

rch,

Thanks for the reply.

I believe I've finally found a solution. On the MySQL web site's 4.0.13 download page, they have listed "Dynamic client libraries (including 3.23.x libraries)". This will load both the 4.0 (libmysqlclient.so.12) and 3.23 (libmysqlclient.so.10) shared libraries. There notes state to use this one for compatibility with older apps. I should have used this RPM instead of the one which just loads the 4.0 shared libraries. Appreciated the reply.

-Dan


All times are GMT -5. The time now is 07:57 PM.