Repository Problem upgrading php and mysql on a plesk server

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
gijsbert
New Forum User
New Forum User
Posts: 2
Joined: Tue Sep 26, 2006 9:44 am

Repository Problem upgrading php and mysql on a plesk server

Unread post by gijsbert »

Dear reader,

Currenty I'm running the following versions:

mysql-5.0.95-1.el5_7.1
php-5.2.17-1.el5.art
psa-9.5.4-cos5.build95101209.08

If I do a yum update php, I will go to version 5.3.15-7.el5.art, which is great. However, I also notice that it install mysql-libs 5.5.25-7.el5.art for dependencies while my mysql-version is mysql-5.0.95-1.el5_7.1.

I cancelled the upgrade so I can upgrade mysql first. However if I do a "yum update mysql" I get the following error:

http://domain.com/centos5-x86_64/RPMS.a ... sts.xml.gz: [Errno -1] Metadata file does not match checksum
Trying other mirror.
Error: failure: repodata/filelists.xml.gz from art-repository: [Errno 256] No more mirrors to try.

Any idea how I can fix this error and update mysql as well as php?

Kind regards,

Gijsbert

UPDATE: The following DOES work:

yum update php mysql --exclude=php*5.3.15* --exclude=mysql*5.5.25*

So my versions are now:

php-5.3.14-6.el5.art
mysql-5.5.24-6.el5.art

After that I can upgrade to php-5.3.15-7.el5.art and mysql-5.5.25-7.el5.art

It seems that there is an incompatibility with libmysqlclient? Upgrade from php-5.2.17 to php-5.3.15-7 gives:

---> Package php-mysql.x86_64 0:5.3.15-7.el5.art set to be updated
--> Processing Dependency: libmysqlclient.so.18(libmysqlclient_18)(64bit) for package: php-mysql
BruceLee
Forum Regular
Forum Regular
Posts: 879
Joined: Sat Mar 28, 2009 6:58 pm
Location: Germany

Re: Repository Problem upgrading php and mysql on a plesk se

Unread post by BruceLee »

try to install libmysqlclient18 prior the installation of the rest (and besides the version 16)
Post Reply