Centos 3.4 PHP / Aspell problems

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
jamster
Forum User
Forum User
Posts: 23
Joined: Sat Mar 12, 2005 7:06 pm

Centos 3.4 PHP / Aspell problems

Unread post by jamster »

I'm trying to upgrade PHP on Centos 3.4

I have added the following sections to yum.conf:

Code: Select all

[atomic]
name=Atomic Rocket Turtle - $releasever - Atomic PSA-Compatible RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/art/$releasever/
baseurl=http://www.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/
baseurl=http://www.atomicrocketturtle.com/atomic/psa-7.5/$releasever/
However when I run yum update I get hte following errors:

Code: Select all

Gathering header information file(s) from server(s)
Server: CentOS-3 - Addons
Server: Atomic Rocket Turtle - 3 - Atomic PSA-Compatible RPMS
Server: CentOS-3 - Base
Server: CentOS-3 - Extras
Server: Atomic Rocket Turtle - 3 - SW-Soft PSA 7.5 RPMS
Server: CentOS-3 - Updates
Finding updated packages
Downloading needed headers
Resolving dependencies
.....Unable to satisfy dependencies
Package php needs libaspell.so.15, this is not available.
Package php needs libc.so.6(GLIBC_2.3.4), this is not available.
Package php needs libcurl.so.3, this is not available.
Package php needs libdb-4.2.so, this is not available.
Package php needs libpspell.so.15, this is not available.
Package mysql-server needs libstdc++.so.6(GLIBCXX_3.4), this is not available.
Package php-ldap needs liblber-2.2.so.7, this is not available.
Package php-ldap needs libldap-2.2.so.7, this is not available.
Taking the first one, libaspell seems to belong to aspell 0.50 however when I check - it seems CentOS only comes with aspell 0.33

Any ideas how to fix this?

Thanks
jamster
Forum User
Forum User
Posts: 23
Joined: Sat Mar 12, 2005 7:06 pm

Unread post by jamster »

No matter I sorted it out

For future reference - Centos 3.4 users should use the following in their yum.conf

Code: Select all

[atomic] 
name=Atomic Rocket Turtle - $releasever - Atomic PSA-Compatible RPMS 
baseurl=http://3es.atomicrocketturtle.com/atomic/art/3ES/ 
baseurl=http://www.atomicrocketturtle.com/atomic/art/3ES/ 

[psa-7.5] 
name=Atomic Rocket Turtle - $releasever - SW-Soft PSA 7.5 RPMS 
baseurl=http://3es.atomicrocketturtle.com/atomic/psa-7.5/3ES/ 
baseurl=http://www.atomicrocketturtle.com/atomic/psa-7.5/3ES/
I suspect the centos $releasever is set to 3 and not 3ES so actually it's trying to use the fedora core 3 rpms - which are compiled against a higher version of aspell etc...
Post Reply