Upgrade from RH9 to FC2

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
Jason Lee
Forum User
Forum User
Posts: 87
Joined: Mon Dec 06, 2004 1:39 pm
Location: Winnipeg, Canada

Upgrade from RH9 to FC2

Unread post by Jason Lee »

Is it possible to upgrade from RH9 w/ Plesk 7.5.1 to FC2? If so how would I go about doing this. I've tried using yum to upgrade using the FC2 repositories but Plesk and php don't want to upgrade to FC2 because of some dependency problems....
.Package php needs libpspell-modules.so.1, this is not available.
Package php needs libpspell.so.4, this is not available.
Package php needs httpd-mmn = 20020628, this is not available.
Package psa needs libcom_err.so.3, this is not available.
Package php needs libcom_err.so.3, this is not available.
Package php-imap needs libcom_err.so.3, this is not available.
my /etc/yum.conf is as follows....
[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=fedora-core
tolerant=1
exactarch=1

# 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/2/
baseurl=http://archive.atomicrocketturtle.com/atomic/art/2/
baseurl=http://www.atomicrocketturtle.com/atomic/art/2/
exclude=spamassassin*

[app-vault]
name=Atomic Rocket Turtle - $releasever - App Vault RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/app-vault/
baseurl=http://archive.atomicrocketturtle.com/atomic/app-vault/
baseurl=http://www.atomicrocketturtle.com/atomic/app-vault/

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

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

[updates]
name=Atomic Rocket Turtle - $releasever - OS Update RPMS mirror
baseurl=http://3es.atomicrocketturtle.com/3rd-party/updates/2/
Update:
I've been working on this under VMware on my desktop and I've finally gotten down to one dependency problem by removing php php-mbstring php-imap using rpm -e --nodeps and then reinstalling them via yum.

Now I just have to solve the dependency....
Resolving dependencies
.Package psa needs libcom_err.so.3, this is not available.
When I try to upgrade psa manually I receive the error....
package psa-7.5.1-rh9.build75041216.14 (which is newer than psa-7.5.1-fc2.build75041216.15) is already installed
Another Update:
Ok I managed to solve all my problems. I had to dump the psa database into a file and then delete the database. Uninstall psa using yum. and then update by running yum update and then install psa and restore the psa database.
Post Reply