• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Help on Upgrading Mysql, php and apache using yum and atomic and under CentOS

L

LucasVN

Guest
Hi,

I've searched the forum on how to upgrade mysql, php and apache.. and I tried using atomic channel..

here is my /etc/yum.conf :

[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=redhat-release
tolerant=1
exactarch=1

[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/

[atomic-app-vault]
name=Atomic Rocket Turtle - $releasever - Atomic PSA App Vault RPMS
baseurl=http://3es.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/$releasever/
baseurl=http://www.atomicrocketturtle.com/atomic/psa-7.5/$releasever/

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

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



yum update mysql:

.........Package XFree86-xfs needs XFree86-libs = 4.3.0-81.EL, this is not available.

yum update php:

..conflict between glibc-common and glibc
conflict between glibc-common and glibc

and is there a way to use apache 2?

btw, I'm using Plesk 7.5.3 under CentOS 3.3


Any body can help?

Thanks
Lucas
 
I changed my yum.conf to this:

[base]
name=CentOS-$releasever - Base
baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
gpgcheck=1

#released updates
[update]
name=CentOS-$releasever - Updates
baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/
gpgcheck=1

[atomic]
name=Atomic Rocket Turtle - $releasever - Atomic
#baseurl=ftp://archive.atomicrocketturtle.com/pub/Linux/atomic/psa/$releasever/
baseurl=http://3es.atomicrocketturtle.com/atomic/art/$releasever/

[atomic-psa-7.5]
name=Atomic Rocket Turtle - $releasever - Atomic PSA 7.5
#baseurl=ftp://archive.atomicrocketturtle.com/pub/Linux/atomic/psa-7.1/$releasever/
baseurl=http://3es.atomicrocketturtle.com/atomic/psa-7.5/$releasever/

and run yum update mysql:

and I got this errors:

.....Unable to satisfy dependencies
Package mysql-server needs libstdc++.so.6(GLIBCXX_3.4), this is not available.

Lucas
 
Back
Top