yum Error: Processing Dependency: psa-api-common

Support/Development for PHP
alexis
Forum User
Forum User
Posts: 7
Joined: Wed Jan 19, 2005 5:22 pm

yum Error: Processing Dependency: psa-api-common

Unread post by alexis »

Hello, I have my yum config running with the instructions from: http://3es.atomicrocketturtle.com/

I am currently running Plesk 7.5.2 on RHEL 3 and want to upgrade PHP (currently running 4.3.0)

My yum.conf has:

Code: Select all

# THIS CHANNEL CONTAINS MY PSA COMPATIBLE RPMS (php, mysql, qmail-scanner, etc)
[atomic]
name=Atomic Rocket Turtle - $releasever - Atomic PSA-Compatible RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/art/$releasever/

[psa-7.5]
name=Atomic Rocket Turtle - $releasever - SW-Soft PSA 7.5 RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/psa-7.5/$releasever/

[base]
name=Atomic Rocket Turtle - $releasever - Base OS RPMS mirror
baseurl=http://3es.atomicrocketturtle.com/3rd-party/base/$releasever/

[updates]
name=Atomic Rocket Turtle - $releasever - OS Update RPMS mirror
baseurl=http://3es.atomicrocketturtle.com/3rd-party/updates/$releasever/
I run "yum update php" and get this at the end of many checks:

Code: Select all

--> Running transaction check
--> Processing Dependency: psa-api-common = 7.5.1 for package: psa-api-rpc
--> Finished Dependency Resolution
Any idea what I'm missing?

I've run yum and installed packages from ART without problem.

Regards!
Alexis Bellido
Ventanazul - web solutions
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

Change $releasever to 3ES on RHEL3/CentOS3. If you're on a RHEL3 box, and you add the base/updates channels, you are really pulling compatible packages from CentOS3. It wont cause any problems, however I would recommend you use up2date instead, and pull updates from RedHat (you are paying for it after all!)
alexis
Forum User
Forum User
Posts: 7
Joined: Wed Jan 19, 2005 5:22 pm

Using up2date

Unread post by alexis »

Hi Scott, thank you, I've updated my up2date configuration and run again and now I'm getting:

Code: Select all

Testing package set / solving RPM inter-dependencies...
There was a package dependency problem. The message was:

Unresolvable chain of dependencies:
mysql-4.1.15-1.rhel3.art                 requires psa < 7.5.3
I'll review other threads about upgrading mysql because I wasn't thinking on doing it, just wanted to upgrade PHP now but maybe it's time for going from 3.23 to mysql 4.1.

Thanks for your help!
Alexis Bellido
Ventanazul - web solutions
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

What version of PSA are you running?
alexis
Forum User
Forum User
Posts: 7
Joined: Wed Jan 19, 2005 5:22 pm

I Am Running Plesk For Linux 7.5.2

Unread post by alexis »

Hi Scott, I'm running Plesk Reloaded For Linux 7.5.2, but I've been upgrading from 7.0 if I correctly recall.

Any ideas?
Alexis Bellido
Ventanazul - web solutions
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

Yeah, you cant run mysql 4.1 on anything lower than PSA 7.5.4
alexis
Forum User
Forum User
Posts: 7
Joined: Wed Jan 19, 2005 5:22 pm

Oh Geez

Unread post by alexis »

I see, ¿any other ideas on how to upgrade PHP 4.3.0 to 4.4.0?, without upgrading MySQL, I would like to do that.

Regards!
Alexis Bellido
Ventanazul - web solutions
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

Im linking php against mysql 4.1 these days, so unfortunately you're pretty much stuck with having to upgrade everything. Your other option would be to try rebuilding the php packages against mysql 3.
Post Reply