libmysqlclient_r.so.15 -
CounterTDM - 28.07.2015
Hi guys, having an issue when trying to use mysql.so as a plugin, I have researched and found a lot of other users/documentation on this issue but nobody seems to post a clear solution or the links listed in the tutorial are dead (blackbirdhost.tk).
I am using CentOS 6.5 (64bit).
All help is appreciated.
Код:
Loading plugin: mysql.so
Failed (libmysqlclient_r.so.15: cannot open shared object file: No such file or directory)
Re: libmysqlclient_r.so.15 -
Onfroi - 28.07.2015
What version of mysql are you using?
Re: libmysqlclient_r.so.15 -
CounterTDM - 28.07.2015
Quote:
Originally Posted by Onfroi
What version of mysql are you using?
|
I am trying to setup AdminKod (
https://sampforum.blast.hk/showthread.php?tid=386118) which I believe uses version R5.
Re: libmysqlclient_r.so.15 -
Crystallize - 28.07.2015
had same problem fixed by running mysql_static.so
Re: libmysqlclient_r.so.15 -
Onfroi - 28.07.2015
Quote:
Originally Posted by Wizzard2H
had same problem fixed by running mysql_static.so
|
This.
http://www.mediafire.com/download/sk...ysql_static.so
Re: libmysqlclient_r.so.15 -
CounterTDM - 28.07.2015
Quote:
Originally Posted by Wizzard2H
had same problem fixed by running mysql_static.so
|
That is not a fix.
Re: libmysqlclient_r.so.15 -
Onfroi - 28.07.2015
Quote:
Originally Posted by CounterTDM
That is not a fix.
|
It is. It's the same plugin but basically with the mysql library compiled in it. The other option would be to install the mysql library on your VPS, but good luck with that, because it's a pain in the ass if you're a newbie on linux.
Re: libmysqlclient_r.so.15 -
CounterTDM - 28.07.2015
Quote:
Originally Posted by Onfroi
It is. It's the same plugin but basically with the mysql library compiled in it. The other option would be to install the mysql library on your VPS, but good luck with that, because it's a pain in the ass if you're a newbie on linux.
|
Tried the _static multiple times and for some reason its not making a difference, im fairly certain my filterscript using MYSQL is not loading because the _static.so is not the same version as the one the admin filterscript is using. Let me explain in a little more detail;
I am using the latest (R39-3) mysql_static.so plugin to attempt to run this filterscript (
https://sampforum.blast.hk/showthread.php?tid=386118) which is running R5. I am 200% everything is correct and installed this ranging from the plugins/database.
My server log shows;
Код:
SA-MP Dedicated Server
----------------------
v0.3.7, ©2005-2015 SA-MP Team
[11:21:21]
[11:21:21] Server Plugins
[11:21:21] --------------
[11:21:21] Loading plugin: mysql_static.so
[11:21:21] >> plugin.mysql: R39-3 successfully loaded.
[11:21:21] Loaded.
[11:21:21] Loading plugin: sscanf.so
[11:21:21]
[11:21:21] ===============================
[11:21:21] sscanf plugin loaded.
[11:21:21] Version: 2.8.1
[11:21:21] © 2012 Alex "******" Cole
[11:21:21] ===============================
[11:21:21] Loaded.
[11:21:21] Loading plugin: crashdetect.so
[11:21:21] CrashDetect v4.15.1 is OK.
[11:21:21] Loaded.
[11:21:21] Loaded 3 plugins.
[11:21:21]
[11:21:21] Filterscripts
[11:21:21] ---------------
[11:21:21] Loading filterscript 'adminkod.amx'...
[11:21:21] [debug] Run time error 19: "File or function is not found"
[11:21:21] [debug] mysql_ping
[11:21:21] [debug] mysql_store_result
[11:21:21] [debug] mysql_num_rows
[11:21:21] [debug] mysql_free_result
[11:21:21] [debug] mysql_real_escape_string
[11:21:21] [debug] mysql_fetch_row_format
[11:21:21] [debug] mysql_fetch_field_row
[11:21:21] Loaded 1 filterscripts.
[11:21:21] [debug] Run time error 19: "File or function is not found"
[11:21:21] [debug] mysql_ping
[11:21:21] [debug] mysql_store_result
[11:21:21] [debug] mysql_num_rows
[11:21:21] [debug] mysql_free_result
[11:21:21] [debug] mysql_real_escape_string
[11:21:21] [debug] mysql_fetch_row_format
[11:21:21] [debug] mysql_fetch_field_row
[11:21:21]
------------------------------------------
[11:21:21] CounterTDM - Official Gamemode
[11:21:21] 1.0
[11:21:21] ------------------------------------------
[11:21:21] Number of vehicle models: 0
However the filterscript does not, its supposed to show something like this;
however it does not.
I cannot locate the _static file for the R5 version thats if it is even needed? I might be cocking this up totally, if so please advise me on what to do or if I have missed key information out ask for it.
All help is appreciated and repped.
Re: libmysqlclient_r.so.15 -
CounterTDM - 28.07.2015
I just presume the FS is outdated and will not work after reading up on a few things, thanks for the help I guess ill be looking elsewhere.
Re: libmysqlclient_r.so.15 -
Onfroi - 28.07.2015
Quote:
Originally Posted by CounterTDM
Tried the _static multiple times and for some reason its not making a difference, im fairly certain my filterscript using MYSQL is not loading because the _static.so is not the same version as the one the admin filterscript is using. Let me explain in a little more detail;
....
|
There's a reason I gave you that download link.. it's the mysql_static.so R5 version..