conflict between mysql and psa

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
sonar
Forum User
Forum User
Posts: 8
Joined: Wed Aug 17, 2005 8:24 pm

conflict between mysql and psa

Unread post 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?
rembrandt
Forum User
Forum User
Posts: 27
Joined: Sat Oct 29, 2005 7:26 am
Location: Netherlands
Contact:

Unread post by rembrandt »

Try this first:

Code: Select all

yum --exclude=mysql update
and then

Code: Select all

yum update
sonar
Forum User
Forum User
Posts: 8
Joined: Wed Aug 17, 2005 8:24 pm

Unread post by sonar »

not working..

When running:

Code: Select all

yum --exclude=mysql update
gives me:

Code: Select all

Options Error: option --exclude not recognized
sonar
Forum User
Forum User
Posts: 8
Joined: Wed Aug 17, 2005 8:24 pm

Unread post 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.
rembrandt
Forum User
Forum User
Posts: 27
Joined: Sat Oct 29, 2005 7:26 am
Location: Netherlands
Contact:

Unread post 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.
sonar
Forum User
Forum User
Posts: 8
Joined: Wed Aug 17, 2005 8:24 pm

Unread post 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* 
Post Reply