Page 1 of 1

conflict between mysql and psa

Posted: Tue Jan 17, 2006 6:02 pm
by sonar
Hi,

I'm using plesk 7.03 on fedora core 1
Running yum upgrade gives me the following output.
yum upgrade
Gathering header information file(s) from server(s)
Server: Atomic Rocket Turtle - 1 - Atomic PSA-Compatible RPMS
Server: Atomic Rocket Turtle - 1 - Atomic PSA App Vault RPMS
Server: Atomic Rocket Turtle - 1 - Base OS RPMS mirror
Server: Atomic Rocket Turtle - 1 - SW-Soft PSA 7.0 RPMS
Server: Atomic Rocket Turtle - 1 - OS Update RPMS mirror
Server: Fedora Core 1 - i386 - Released Updates
Finding updated packages
Downloading needed headers
Finding obsoleted packages
Resolving dependencies
.conflict between mysql and psa
What can I do to resolve this problem?

Posted: Tue Jan 17, 2006 7:22 pm
by rembrandt
Try this first:

Code: Select all

yum --exclude=mysql update
and then

Code: Select all

yum update

Posted: Wed Jan 18, 2006 5:02 am
by sonar
not working..

When running:

Code: Select all

yum --exclude=mysql update
gives me:

Code: Select all

Options Error: option --exclude not recognized

Posted: Wed Jan 18, 2006 5:10 am
by sonar
I updated yum first and now it recognizes the command.

Now I get the following:

Code: Select all

....Unable to satisfy dependencies
Package mysql-server needs libmysqlclient.so.14, this is not available.
Package mysql-server needs mysql = 4.1.12, this is not available.
Package mysql-compat needs mysql = 4.1.12, this is not available.
Package spamassassin needs perl-Mail-SpamAssassin = 2.61-3, this is not available.
Package spamassassin-tools needs perl-Mail-SpamAssassin = 2.61-3, this is not available.

Posted: Wed Jan 18, 2006 6:48 am
by rembrandt
spamassassin should best be excluded in /etc/yum.conf and all MySQL packages can be excluded during the update process like this

Code: Select all

yum --exclude=mysql* update
or by excluding all the packages mentioned.

Posted: Wed Jan 18, 2006 9:48 am
by sonar
mhhh.. weird ... spamassassin is allready in the yum.conf

Code: Select all

[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=fedora-release
tolerant=1
exactarch=0
retries=1
exclude=spamassassin*