• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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