| Author |
Message |
You_Wish
Joined: 02 Nov 2003
Posts: 58
|
| Posted: Sat Nov 15, 2003 7:35 pm Post subject: conflicts with file from package |
|
|
Anybody know how to fix this problem --->file /usr/bin/mysql from install of MySQL-client-4.0.16-0 conflicts with file from package mysql-3.23.56-1.80
Thanks |
|
| Back to top |
|
Quik
Joined: 17 Sep 2003
Posts: 124
|
| Posted: Sat Nov 15, 2003 7:57 pm Post subject: |
|
|
Are you installing an RPM?
If so, try this:
<your original RPM command> --replacefiles
eg.
rpm -Uvh mysql-3.23.56-1.80 --replacefiles
Just did a google search and found this page which looks similar to your error: http://home.ubalt.edu/abento/752/mysql/
(google is your friend) |
|
| Back to top |
|
Nuno
Joined: 17 Nov 2003
Posts: 1
|
| Posted: Mon Nov 17, 2003 5:33 am Post subject: |
|
|
Hi ..
You are trying to install the rpm downloaded from mysql.com.
I usualy remove first the previous version from the distribution and then install the new one.
I always remove mysql, php, apache ... etc and then compile from the source.
This way I can have new versions as they came out.
Nuno |
|
| Back to top |
|
| |