RHEL4 trying to upgrade to latest Atomic [Solved]

Support/Development for PHP
Henrik
New Forum User
New Forum User
Posts: 4
Joined: Sun Jan 07, 2007 5:10 pm

RHEL4 trying to upgrade to latest Atomic [Solved]

Unread post by Henrik »

I have a EV1 server running Plesk 8.0 and PHP 4.3.9. I did add the suggested yum paths for RHEL in the sources file and when I try a up2date -l I get the following error.
[root@plesk rhn]# up2date -l
There was a fatal error communicating with the server. The message was:

An HTTP error occurred:
URL: http://3es.atomicrocketturtle.com/atomi ... eader.info
Status Code: 404
Error Message: Not Found

[root@plesk rhn]#
I am obviously doing something wrong here. To the sources file I had added this:
### A yum style repo. The format is:
### type channel-label url
#yum fedora-core-development http://download.fedora.redhat.com/pub/f ... ent/$ARCH/

# Atomic
yum atomic http://3es.atomicrocketturtle.com/atomic/art/4ES

# Atomic App Vault
yum atomic-app-vault http://3es.atomicrocketturtle.com/atomic/app-vault

# SW-Soft PSA 8.1
yum psa-8.1 http://3es.atomicrocketturtle.com/atomic/psa-8.1/4ES
Which I thought would work. Any ideas? I need PHP5 due to my project being written in OOP that is not supported by PHP4.

Any suggestions are greatly appreciated.

/Henrik
Last edited by Henrik on Wed Jan 10, 2007 4:06 am, edited 2 times in total.
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 »

ah, another up2date internal reveals itself. Looks like it uses the older yum 2.0 archive format, which I dropped last week. For the moment, those of you on RHEL will need to use yum 2.2 or above to access the archive until I can get the older format back in again.
Doc Rock
New Forum User
New Forum User
Posts: 1
Joined: Mon Jan 08, 2007 5:31 pm

Unread post by Doc Rock »

I ran into the same thing this morning trying to update my spamassassin. Scott, thanks for being willing to go back in and put those headers up so we can use the stock up2date stuff!

Doc
Henrik
New Forum User
New Forum User
Posts: 4
Joined: Sun Jan 07, 2007 5:10 pm

Unread post by Henrik »

Thank you for taking your time to make the up2date work again. I did give you a donation to show some appreciation of your work.

I am running into a dependency issue with php-domxml which is actually the reason that I have to upgrade the server to PHP5, I need the DOM not the php-domxml. My only concern is that Plesk might be needing it.

Is it safe just to ignore the dependency issue and upgrade or will I break Plesk?

/Henrik
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 »

whats the dependency on, sitebuilder?
raverX
Forum User
Forum User
Posts: 16
Joined: Tue Jan 16, 2007 5:47 pm

Unread post by raverX »

actually.. i thought up2date wasn't working because the 'listed' directory tree for ES4 is not actually correct..

I changed it to this:

Code: Select all

# Atomic
yum atomic http://3es.atomicrocketturtle.com/atomic/art/4ES

# Atomic App Vault
yum atomic-app-vault http://3es.atomicrocketturtle.com/atomic/app-vault

# SW-Soft PSA 8.1
yum psa-8.1 http://3es.atomicrocketturtle.com/atomic/psa-8.1/redhat/4/i386
and up2date runs - i just need to get around some dependencies :)
KirkM
Forum User
Forum User
Posts: 25
Joined: Mon Jun 11, 2007 10:18 pm

Unread post by KirkM »

I'm trying to install ART PHP5 and get the php-domxml dependency error. I followed the Wiki and everything is perfect except for this one thing.

Here's what it says when you try to remove php-domxml:

Code: Select all

[root@secure ~]# rpm -e php-domxml --test
error: Failed dependencies:
        php-domxml is needed by (installed) psa-php4-configurator-1.1.0-rhel4.build81070322.16.noarch
I removed sitebuilder and still get the same error. Configurator is tied to a few things in plesk.

psa-mod-fcgid-configurator 1.0-13
psa-rubyrails-configurator 1.1.6-rhel4.build81070322.16
psa-tomcat-configurator 8.1.1-rhel4.build81070322.16

RHEL 4, Plesk 8.1.1
KirkM
Forum User
Forum User
Posts: 25
Joined: Mon Jun 11, 2007 10:18 pm

Solved

Unread post by KirkM »

OK, so I am an idiot. The whole problem was that i did my own install of sqlite (which worked fine) and then Yum on my RHEL box (and didn't do that right). When I used the install script from ART, it fixed my yum install and also installed php5 without a hitch.

Thanks Scott.
Post Reply