Hi,
I have installed mysql-4.1.20-1.RHEL4.1, php-5.1.6-1.2.1.centos.x86_64.rpm all 64bit.
I tried to upgrade my php to php-5.1.6-3.el4s1.5.x86_64.rpm but I received following error:
Error: Missing Dependency: libmysqlclient.so.15(libmysqlclient_15)(64bit) is needed by package perl-DBD-MySQL
Error: Missing Dependency: libmysqlclient.so.15(libmysqlclient_15)(64bit) is needed by package php-mysql
Where I can find libmysqlclient.so.15?
Regards
Pavel
Missing Dependency: libmysqlclient.so.15
Re: Missing Dependency: libmysqlclient.so.15
Short answer:
mysql 5
mysql 5
Missing Dependency: libmysqlclient.so.15
Read how to use external repositories (http://wiki.centos.org/Repositories) , especially the centosplus one that contains what you're searching for ...
-
- Posts: 5
- Joined: 2008/02/20 02:29:32
Re: Missing Dependency: libmysqlclient.so.15
[quote]
foxb wrote:
Short answer:
mysql 5[/quote]
No it didn't. I went to install MySQL 5 and got the message:
Missing dependency libmysqlclient.so.15
If you lookup redundant in the dictionary, it says 'see redundant'.
foxb wrote:
Short answer:
mysql 5[/quote]
No it didn't. I went to install MySQL 5 and got the message:
Missing dependency libmysqlclient.so.15
If you lookup redundant in the dictionary, it says 'see redundant'.
Re: Missing Dependency: libmysqlclient.so.15
Try:
yum whatprovides libmysqlclient.so.15
The answer appears to be:
mysql-libs.x86_64 5.0.54-1.el4.centos installed
Matched from:
/usr/lib64/mysql/libmysqlclient.so.15
/usr/lib64/mysql/libmysqlclient.so.15.0.0
libmysqlclient.so.15()(64bit)
libmysqlclient.so.15(libmysqlclient_15)(64bit)
yum whatprovides libmysqlclient.so.15
The answer appears to be:
mysql-libs.x86_64 5.0.54-1.el4.centos installed
Matched from:
/usr/lib64/mysql/libmysqlclient.so.15
/usr/lib64/mysql/libmysqlclient.so.15.0.0
libmysqlclient.so.15()(64bit)
libmysqlclient.so.15(libmysqlclient_15)(64bit)
Re: Missing Dependency: libmysqlclient.so.15
hi did anybody solved the problem
-
- Retired Moderator
- Posts: 18276
- Joined: 2006/12/13 20:15:34
- Location: Tidewater, Virginia, North America
- Contact:
Re: Missing Dependency: libmysqlclient.so.15
Stop hijacking old threads.