SphereCommunity
./sphereNightly: error CentOS 7 64 bits - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: General Discussion (/Forum-General-Discussion)
+--- Forum: Help Wanted (/Forum-Help-Wanted)
+--- Thread: ./sphereNightly: error CentOS 7 64 bits (/Thread-sphereNightly-error-CentOS-7-64-bits)



./sphereNightly: error CentOS 7 64 bits - diegobh - 02-15-2015 11:25 PM

Im installing sphere in my CentOS 7 linux from this guide: http://forum.spherecommunity.net/Thread-Tutorial-Running-a-nightly-sphere-build-on-CentOS


But i got this error when tryied the cmd ./sphereNightly :

./sphereNightly: error while loading shared libraries: libmysqlclient.so.16: cannot open shared object file: No such file or directory

I already have the lib, but is .18 not .16...

Installed:
mariadb-libs.x86_64 1:5.5.41-2.el7_0

The file is in: /usr/lib64/libmysqlclient.so.18

How to fix it, please?

Thnak you!!!


RE: ./sphereNightly: error CentOS 7 64 bits - diegobh - 02-16-2015 12:30 AM

(02-15-2015 11:25 PM)diegobh Wrote:  Im installing sphere in my CentOS 7 linux from this guide: http://forum.spherecommunity.net/Thread-Tutorial-Running-a-nightly-sphere-build-on-CentOS


But i got this error when tryied the cmd ./sphereNightly :

./sphereNightly: error while loading shared libraries: libmysqlclient.so.16: cannot open shared object file: No such file or directory

I already have the lib, but is .18 not .16...

Installed:
mariadb-libs.x86_64 1:5.5.41-2.el7_0

The file is in: /usr/lib64/libmysqlclient.so.18

How to fix it, please?

Thnak you!!!

Ive installed 32 bit version and all works good:

yum install mariadb-libs-1:5.5.41-2.el7_0.i686

Big Grin