I've been developing on a local Ubuntu Server, and moving dev files to production CentOS6 server. Working on installing node,
The internet instructed to install the "development tools" group, so I did and later learned I could just yum install npm, much like the deb apt-get.
yum install npm results in
Protected multilib versions: openssl-1.0.0-27.el6_4.2.i686 != openssl-1.0.1e-15.el6.x86_64
I've checked and I only have openssl.x86_64
Digging deeper into the web I think it's a problem with my updated php and sql being remi? Updated php and mysql with instructions somewhere on the web.
$ rpm -q mysql-libs php-cli php
-----------------------------------
mysql-libs-5.5.37-1.el6.remi.x86_64
php-cli-5.4.29-1.el6.remi.x86_64
php-5.4.29-1.el6.remi.x86_64
I've attempted to downgrade openssl with same fail. I attempted yum clean
Yum distro-sync gives me
Error: Package: mysql-libs-5.5.37-1.el6.remi.x86_64 (@remi)
Requires: libcrypto.so.10(libcrypto.so.10)(64bit)
Removing: openssl-1.0.1e-15.el6.x86_64 (@/openssl-1.0.1e-15.el6.x86_64)
libcrypto.so.10(libcrypto.so.10)(64bit)
Downgraded By: openssl-1.0.0-27.el6_4.2.x86_64 (updates)
Not found
I seem to be much better at Ubuntu than CentOS.
Can anyone tell me how to resolve this issue, and get my yum to play nicely again?
Edit
Possible error in configs? Here are links to files.
weskamouse.net/conf : url to readable files
Willing to post more, just unsure what's needed.
excludes in the yum configuration. – Michael Hampton May 30 '14 at 20:50repolist alland received weskamouse.net/repolist.html . I don't know what to make of it though =/ – Theodore Enderby May 30 '14 at 20:58yum.confor yourCentOS-Base.repohas been tampered with. – Michael Hampton May 30 '14 at 21:01CentOS-Base.repo. I've previously written more information and instructions for fixing it. – Michael Hampton May 30 '14 at 21:32centos-releaseRPM with a pristine copy, and theCentOS-Base.repois correct and has no reference to GoDaddy servers, and you still couldn't runyum distro-syncthen you may be having another issue. Try all of the above and if you have trouble, please ask a new question. – Michael Hampton May 30 '14 at 21:43