SphereCommunity
Linux problem - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: General Help (/Forum-General-Help)
+--- Thread: Linux problem (/Thread-Linux-problem)



Linux problem - SyllkiT - 04-14-2013 11:01 PM

Hi i try to set a sphereserver 56b to a linux Centos 6.4 but sphereserver shows me a error error while loading shared libraries: libmysqlclient.so.15: cannot open shared object file: No such file or directory What i need to do to fix that error ?? Sorry for my bad english Smile


RE: Linux problem - Shaklaban - 04-14-2013 11:47 PM

you need to put libmysql.dll to sphere folder:

http://prerelease.sphere.torfo.org/files/libMySQL.dll


RE: Linux problem - SyllkiT - 04-14-2013 11:49 PM

(04-14-2013 11:47 PM)Shaklaban Wrote:  you need to put libmysql.dll to sphere folder:

http://prerelease.sphere.torfo.org/files/libMySQL.dll

For linux ?


RE: Linux problem - SyllkiT - 04-15-2013 04:14 AM

(04-14-2013 11:47 PM)Shaklaban Wrote:  you need to put libmysql.dll to sphere folder:

http://prerelease.sphere.torfo.org/files/libMySQL.dll
I have this file in my server files but it show error again !


RE: Linux problem - mpgram - 04-15-2013 10:40 AM

This is actually in relation to a compatability issue. CentOS 6.4 yum repos use libmysqlclient.so.16. You need to install MySQL-shared-compat which, last I checked was NOT in default yum repos at all. You can get this from http://dev.mysql.com/doc/refman/5.0/en/linux-installation-rpm.html however.

Another problem that I ran into was that be default, if you install on a 64 bit CentOS, you will get a lot of issues.

To make it easier on you, run 32 bit CentOS.

EDIT: Personally, I found the linux sphere server app to be extremely unstable causing multiple faults. BUT that may be due to my environment. I am running on clustered VMWare servers with shared storage and the vmxnet drivers may be the culprit. I have not tested on a hardware server yet, but may try that soon and report back (likely in a separate thread).

MPGRAM


RE: Linux problem - SyllkiT - 04-16-2013 12:23 AM

(04-15-2013 10:40 AM)mpgram Wrote:  This is actually in relation to a compatability issue. CentOS 6.4 yum repos use libmysqlclient.so.16. You need to install MySQL-shared-compat which, last I checked was NOT in default yum repos at all. You can get this from http://dev.mysql.com/doc/refman/5.0/en/linux-installation-rpm.html however.

Another problem that I ran into was that be default, if you install on a 64 bit CentOS, you will get a lot of issues.

To make it easier on you, run 32 bit CentOS.

EDIT: Personally, I found the linux sphere server app to be extremely unstable causing multiple faults. BUT that may be due to my environment. I am running on clustered VMWare servers with shared storage and the vmxnet drivers may be the culprit. I have not tested on a hardware server yet, but may try that soon and report back (likely in a separate thread).

MPGRAM

I have on my linux libmysqlclient.so.16 but how can i activate him ?


RE: Linux problem - SyllkiT - 04-16-2013 04:10 AM

Can someone help me ?


RE: Linux problem - mpgram - 04-16-2013 06:28 AM

You need to install MySQL-shared-compat from mysql's website. Are you using 32 or 64 bit OS?


RE: Linux problem - SyllkiT - 04-16-2013 10:27 PM

(04-16-2013 06:28 AM)mpgram Wrote:  You need to install MySQL-shared-compat from mysql's website. Are you using 32 or 64 bit OS?

I use 64 bit OS


RE: Linux problem - mpgram - 04-17-2013 06:43 AM

Then in all honesty, you should try with 32 bit OS. 64 bit is a pain to get running.