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.