LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   problem with MYsql (https://www.linuxquestions.org/questions/linux-software-2/problem-with-mysql-51314/)

dkc_ace 03-23-2003 12:34 PM

problem with MYsql
 
i have been trying to update mysql to the newest version but every time i run the it says "packages not found":

libmysqlclient.so.10

i was going to uninstall mysql and reinstall it but i dont know how so i come here for help. :) thanks again.

david_ross 03-23-2003 12:47 PM

Install a package that contains it. A simple search at rpmfind shows:
http://rpmfind.net/linux/rpm2html/se...&submit=Search

Download it and install using:
rpm -ivh package.rpm

dkc_ace 03-23-2003 12:57 PM

Quote:

Originally posted by david_ross
Install a package that contains it. A simple search at rpmfind shows:
http://rpmfind.net/linux/rpm2html/se...&submit=Search

Download it and install using:
rpm -ivh package.rpm

ok i did that and i was tryed to update again but it now gives me this error.

Preparing... ########################################### [100%]
file /usr/bin/safe_mysqld from install of MySQL-server-4.0.12-0 conflicts with file from package mysql-server-3.23.54a-4

Crashed_Again 03-23-2003 01:01 PM

Try giving the update(-U) switch when you install the rpm:

rpm -Uvh package.rpm

If that doesn't work then just force the install:

rpm --force -Uvh package.rpm

or you can remove the previous mysql packages by doing:

rpm -e mysql

and then try installing the new ones. This should help with all these dependencies.

dkc_ace 03-23-2003 02:39 PM

Quote:

Originally posted by Crashed_Again
Try giving the update(-U) switch when you install the rpm:

rpm -Uvh package.rpm

If that doesn't work then just force the install:

rpm --force -Uvh package.rpm

or you can remove the previous mysql packages by doing:

rpm -e mysql

and then try installing the new ones. This should help with all these dependencies.

thanks it worked.


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