I'm worried that I'm repeating a topic that already exists, but I've done some searching and nothing seems to exactly explain this to me, so I shall ask anyway.
I'm trying to upgrade my current PHP version (5.0.4) to something that is at least PHP 5.1 as MediaWiki insists that it requires a newer version to run and I need to use that piece of software.
I setup yum with the following repositories:
Code: Select all
[atomic]
name=Atomic Rocket Turtle - $releasever - Atomic PSA-Compatible RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/art/$releasever/
enabled=1
[atomic-app-vault]
name=Atomic Rocket Turtle - $releasever - Atomic PSA App Vault RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/app-vault/
enabled=1
[psa-8.1]
name=Atomic Rocket Turtle - $releasever - SW-Soft PSA 8.1 RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/psa-8.1/fedora/$releasever/$basearch/
enabled=1
I issued a general yum upgrade all and it again tells me that nothing is marked for update or obsoletion. How can nothing at all need updating? There surely must be something.
I had a look into 3es.atomicrocketturtle.com/atomic/psa-8.1/fedora/4/x86_64/ and can see various RPMs in there for PHP 5.1.4 so what can I not upgrade to them?
I am well confused, a little help would be greatly appreciated. I have probably just got the wrong end of the stick so hopefully the solution is simple!
Cheers in advance.