Hi,
Thanks for all your advises...I have reinstalled my yum and here is my yum.conf:
[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=redhat-release
installonlypkgs=kernel kernel-smp kernel-hugemem kernel-enterprise kernel-debug kernel-unsupported kernel-smp-unsupported kernel-hugemem-unsupported
tolerant=1
exactarch=1
[base]
name=CentOS-$releasever - Base
baseurl=
http://mirror.centos.org/centos/$releas ... $basearch/
gpgcheck=1
#released updates
[update]
name=CentOS-$releasever - Updates
baseurl=
http://mirror.centos.org/centos/$releas ... $basearch/
gpgcheck=1
#packages used/produced in the build but not released
[addons]
name=CentOS-$releasever - Addons
baseurl=
http://mirror.centos.org/centos/$releas ... $basearch/
gpgcheck=1
#additional packages that may be useful
[extras]
name=CentOS-$releasever - Extras
baseurl=
http://mirror.centos.org/centos/$releas ... $basearch/
gpgcheck=1
[atomic]
name=Atomic Rocket Turtle - $releasever - Atomic PSA-Compatible RPMS
baseurl=
http://3es.atomicrocketturtle.com/atomic/art/3/
[psa-8.0]
name=Atomic Rocket Turtle - $releasever - SW-Soft PSA 8.0 RPMS
baseurl=
http://3es.atomicrocketturtle.com/atomi ... os/3/i386/
But when i try to upgrade mysql:
[root@3wordz etc]# yum install mysql mysql-server
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 8.0 RPMS
Server: CentOS-3 - Updates
Finding updated packages
Downloading needed headers
Resolving dependencies
.....Unable to satisfy dependencies
Package mysql-server needs libstdc++.so.6(GLIBCXX_3.4), this is not available.
Neither php works...
[root@3wordz etc]# yum install php php-*
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 8.0 RPMS
Server: CentOS-3 - Updates
Finding updated packages
Downloading needed headers
Resolving dependencies
......Unable to satisfy dependencies
Package php-snmp needs librpm-4.3.so, this is not available.
Package php-snmp needs librpmio-4.3.so, this is not available.
Package sablotron needs libstdc++.so.6(GLIBCXX_3.4), this is not available.
Package php-sqlite2 needs php <= 4.4.0, this is not available.
Package php needs libaspell.so.15, 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 php-dba needs libdb-4.2.so, 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.
Package php-xslt needs php <= 4.4.0, this is not available.
Package php-imap needs libc-client.so.0, this is not available.
[root@3wordz etc]#
Any advice on this?