Can't Update Apache and PHP Centos 5.10 x86_64

General support questions including new installations
Post Reply
adk
Posts: 3
Joined: 2016/03/18 18:36:34

Can't Update Apache and PHP Centos 5.10 x86_64

Post by adk » 2016/03/18 18:52:20

Hi all,

I'm new here, and somewhat new to managing servers.

I am running Centos 5.10 x86_64 and recently updated MySQL to 5.6 from 5.5.

When using EasyApache3 to restart and update Apache and PHP, I get the following errors:

Transaction Check Error:
file /etc/pki/tls/certs/ca-bundle.crt from install of openssl-0.9.8e-39.el5_11.x86_64 conflicts with file from package openssl-0.9.8e-26.el5_9.1.i686
file /usr/share/man/man1/ca.1ssl.gz from install of openssl-0.9.8e-39.el5_11.x86_64 conflicts with file from package openssl-0.9.8e-26.el5_9.1.i686
file /usr/share/man/man1/ciphers.1ssl.gz from install of openssl-0.9.8e-39.el5_11.x86_64 conflicts with file from package openssl-0.9.8e-26.el5_9.1.i686
file /usr/share/man/man1/ecparam.1ssl.gz from install of openssl-0.9.8e-39.el5_11.x86_64 conflicts with file from package openssl-0.9.8e-26.el5_9.1.i686
file /usr/share/man/man1/req.1ssl.gz from install of openssl-0.9.8e-39.el5_11.x86_64 conflicts with file from package openssl-0.9.8e-26.el5_9.1.i686
file /usr/share/man/man1/x509.1ssl.gz from install of openssl-0.9.8e-39.el5_11.x86_64 conflicts with file from package openssl-0.9.8e-26.el5_9.1.i686

Does anyone have any idea how I can fix this issue and proceed? Currently, the site I am running is breaking when and failing on the mysql_connect function.

I can provide any more information needed. Thanks!

gerald_clark
Posts: 10642
Joined: 2005/08/05 15:19:54
Location: Northern Illinois, USA

Re: Can't Update Apache and PHP Centos 5.10 x86_64

Post by gerald_clark » 2016/03/18 19:04:48

CentOS ships and we support MySQL 5.5.
Your problem is that you have both 32 and 64 bit openssl packages installed, but they are different versions.
Why have you installed the 32 bit openssl packages?

adk
Posts: 3
Joined: 2016/03/18 18:36:34

Re: Can't Update Apache and PHP Centos 5.10 x86_64

Post by adk » 2016/03/18 19:12:03

gerald_clark wrote:CentOS ships and we support MySQL 5.5.
Your problem is that you have both 32 and 64 bit openssl packages installed, but they are different versions.
Why have you installed the 32 bit openssl packages?


I'm not quite sure why they would both be installed. I didn't set this server up originally, just recently was put in control of updating and managing it. Upgrading MySql from 5.5 to 5.6 was the first change I have made on the server.

Do you have a suggestion as to how to safely move forward?

Can I uninstall the 32 bit openssl packages and then continue with the update?

gerald_clark
Posts: 10642
Joined: 2005/08/05 15:19:54
Location: Northern Illinois, USA

Re: Can't Update Apache and PHP Centos 5.10 x86_64

Post by gerald_clark » 2016/03/18 19:19:20

You should not be replacing MySQL with an unsupported version.
I can't tell you why you have the 32 bit packages installed.
I would try to "yum remove" the 32 bit version and see what else yum wants to remove.
If it your foreign MySQL, then that is the reason.

adk
Posts: 3
Joined: 2016/03/18 18:36:34

Re: Can't Update Apache and PHP Centos 5.10 x86_64

Post by adk » 2016/03/18 20:12:58

gerald_clark wrote:You should not be replacing MySQL with an unsupported version.
I can't tell you why you have the 32 bit packages installed.
I would try to "yum remove" the 32 bit version and see what else yum wants to remove.
If it your foreign MySQL, then that is the reason.

This is what it wants to remove:


Dependencies Resolved

===============================================================================================================================================================================================
Package Arch Version Repository Size
===============================================================================================================================================================================================
Removing:
openssl i686 0.9.8e-26.el5_9.1 installed 3.4 M
Removing for dependencies:
GConf2 i386 2.14.0-9.el5 installed 4.6 M
ImageMagick i386 6.2.8.0-15.el5_8 installed 11 M
ImageMagick-devel i386 6.2.8.0-15.el5_8 installed 312 k
bind-devel i386 30:9.3.6-20.P1.el5_8.6 installed 6.1 M
bind-libs i386 30:9.3.6-20.P1.el5_8.6 installed 2.0 M
curl i386 7.15.5-17.el5_9 installed 464 k
curl-devel i386 7.15.5-17.el5_9 installed 643 k
gnome-vfs2 i386 2.16.2-12.el5_9 installed 4.7 M
libgsf i386 1.14.1-6.1 installed 258 k
librsvg2 i386 2.16.1-1.el5 installed 425 k
openldap i386 2.3.43-25.el5_8.1 installed 594 k
openssl-devel i386 0.9.8e-26.el5_9.1 installed 4.5 M

Transaction Summary
===============================================================================================================================================================================================
Remove 13 Package(s)
Reinstall 0 Package(s)
Downgrade 0 Package(s)

Is this ok [y/N]:

Post Reply