The following warnings occurred:
Warning [2] Use of undefined constant SAPI_NAME - assumed 'SAPI_NAME' (this will throw an Error in a future version of PHP) - Line: 3388 - File: inc/functions.php PHP 7.4.33-nmm6 (Linux)
File Line Function
/inc/functions.php 3388 errorHandler->error
/showthread.php 116 build_archive_link
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm6 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/inc/functions.php 3324 build_forum_breadcrumb
/showthread.php 195 build_forum_breadcrumb
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm6 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/showthread.php 195 build_forum_breadcrumb






Post Reply 
 
Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Linux problem
Author Message
SyllkiT
Apprentice
*

Posts: 13
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Apr 2013
Reputation: 0



Post: #1
Linux problem
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
04-14-2013 11:01 PM
Find all posts by this user Like Post Quote this message in a reply
Shaklaban
Master
**

Posts: 378
Likes Given: 0
Likes Received: 1 in 1 posts
Joined: Mar 2012
Reputation: 8

DOT

Post: #2
RE: Linux problem
you need to put libmysql.dll to sphere folder:

http://prerelease.sphere.torfo.org/files/libMySQL.dll
04-14-2013 11:47 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
SyllkiT
Apprentice
*

Posts: 13
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Apr 2013
Reputation: 0



Post: #3
RE: Linux problem
(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 ?
04-14-2013 11:49 PM
Find all posts by this user Like Post Quote this message in a reply
SyllkiT
Apprentice
*

Posts: 13
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Apr 2013
Reputation: 0



Post: #4
RE: Linux problem
(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 !
04-15-2013 04:14 AM
Find all posts by this user Like Post Quote this message in a reply
mpgram
Apprentice
*

Posts: 21
Likes Given: 0
Likes Received: 3 in 1 posts
Joined: Apr 2013
Reputation: 0



Post: #5
RE: Linux problem
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/l...n-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
(This post was last modified: 04-15-2013 10:43 AM by mpgram.)
04-15-2013 10:40 AM
Find all posts by this user Like Post Quote this message in a reply
SyllkiT
Apprentice
*

Posts: 13
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Apr 2013
Reputation: 0



Post: #6
RE: Linux problem
(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/l...n-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 ?
04-16-2013 12:23 AM
Find all posts by this user Like Post Quote this message in a reply
SyllkiT
Apprentice
*

Posts: 13
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Apr 2013
Reputation: 0



Post: #7
RE: Linux problem
Can someone help me ?
04-16-2013 04:10 AM
Find all posts by this user Like Post Quote this message in a reply
mpgram
Apprentice
*

Posts: 21
Likes Given: 0
Likes Received: 3 in 1 posts
Joined: Apr 2013
Reputation: 0



Post: #8
RE: Linux problem
You need to install MySQL-shared-compat from mysql's website. Are you using 32 or 64 bit OS?
04-16-2013 06:28 AM
Find all posts by this user Like Post Quote this message in a reply
SyllkiT
Apprentice
*

Posts: 13
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Apr 2013
Reputation: 0



Post: #9
RE: Linux problem
(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
04-16-2013 10:27 PM
Find all posts by this user Like Post Quote this message in a reply
mpgram
Apprentice
*

Posts: 21
Likes Given: 0
Likes Received: 3 in 1 posts
Joined: Apr 2013
Reputation: 0



Post: #10
RE: Linux problem
Then in all honesty, you should try with 32 bit OS. 64 bit is a pain to get running.
04-17-2013 06:43 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)