Alan McDonald wrote:
Can someone tell me in which rpm on the Fedora disks, is the rpm which contains the libmysqlclient.so.0 library? I'm trying to install the server manually and I can;t believe that its not there on the CDs somewhere.. Alan
[rlc@bobcp4 ~]$ rpm -q --whatprovides /usr/lib64/libmysqlclient.so.14 MySQL-shared-4.1.7-0.glibc23
Just adjust the query shown above for the full path of the file you are interested in. But it's probably on MySQL-shared (or mysql-shared, depending on where you get the package from.)
Bob