libmysqlclient.so.15
#1

Hello ,

I have a problem with mysql system on my VPS and on my comp when it's running this script on linux .
Each time I start the server :
pawn Code:
libmysqlclient.so.15: cannot open shared object file: No such file or directory
Both computers are on linux 32 bit .
Full server log :
pawn Code:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3b R2, (C)2005-2010 SA-MP Team

[15:00:29]
[15:00:29] Server Plugins
[15:00:29] --------------
[15:00:29]  Loading plugin: streamer.so
[15:00:29]

*** Streamer Plugin v2.3.8 by Incognito loaded ***


[15:00:29]   Loaded.
[15:00:29]  Loading plugin: sampmysql.so
[15:00:29]   Failed (libmysqlclient.so.15: cannot open shared object file: No such file or directory)
[15:00:29]  Loaded 1 plugins.

[15:00:29]
[15:00:29] Filter Scripts
[15:00:29] ---------------
[15:00:29]   Loading filter script 'npc1.amx'...
[15:00:29]   Loading filter script 'objects.amx'...
[15:00:29]   Loaded 2 filter scripts.

[15:00:29] Script[gamemodes/new.amx]: Run time error 19: "File or function is not found"
[15:00:29] Number of vehicle models: 0
[15:00:29] Incoming connection: 127.0.0.1:49484
[15:00:29] Incoming connection: 127.0.0.1:58504
[15:00:29] Incoming connection: 127.0.0.1:48784
[15:00:29] Incoming connection: 127.0.0.1:52134
[15:00:29] Incoming connection: 127.0.0.1:36820
[15:00:29] Incoming connection: 127.0.0.1:58197
[15:00:35] --- Server Shutting Down.
[15:00:35]

*** Streamer Plugin v2.3.8 by Incognito unloaded ***


Thanks
Reply
#2

Sounds like your system is missing the required MySQL libraries to run the plugin. Depending on what distribution of Linux you are using, you should be able to get it easily using apt-get or yum.

Using apt-get:

Code:
apt-get install libmysqlclient15off
Reply
#3

Code:
root@lsl-rp:~# apt-get install libmysqlclient15off
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package libmysqlclient15off
what should i do ?
Reply
#4

I'm really not sure of the specifics of apt-get and what the packages are called, I've only been using yum really as my Dedicated Box was running Cent OS.

Although you could try:

Code:
apt-get install libmysqlclient15-dev
Reply
#5

Quote:
Originally Posted by JaTochNietDan
View Post
I'm really not sure of the specifics of apt-get and what the packages are called, I've only been using yum really as my Dedicated Box was running Cent OS.

Although you could try:

Code:
apt-get install libmysqlclient15-dev
it did install something , and i restarted my vps , but i still get this :
Code:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3b R2, ©2005-2010 SA-MP Team

[17:09:42] filterscripts = ""  (string)
[17:09:42] 
[17:09:42] Server Plugins
[17:09:42] --------------
[17:09:42]  Loading plugin: streamer.so
[17:09:42] 

*** Streamer Plugin v2.3.8 by Incognito loaded ***

[17:09:42]   Loaded.
[17:09:42]  Loading plugin: sampmysql.so
[17:09:42]   Failed (libmysqlclient.so.15: cannot open shared object file: No such file or directory)
[17:09:42]  Loaded 1 plugins.

[17:09:42] 
[17:09:42] Ban list
[17:09:42] --------
[17:09:42]  Loaded: samp.ban
[17:09:42] 
[17:09:42] 
[17:09:42] Filter Scripts
[17:09:42] ---------------
[17:09:42]   Loaded 0 filter scripts.

[17:09:42] Script[gamemodes/new.amx]: Run time error 19: "File or function is not found"
[17:09:42] Number of vehicle models: 0
ps : there are no fs loaded because i removed them
Reply
#6

I just found out about this , and its true : http://forum.centreon.com/showthread...bmysqlclient15
Its really replaced , what should i do , i have libmysqlclient.so.16 , not 15 :S
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)