HELP ME ! - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: HELP ME ! (
/showthread.php?tid=619059)
HELP ME ! -
Chesher - 13.10.2016
How to fix this ?
Код:
[05:59:03] Loaded.
[05:59:03] Loading plugin: mysql.so
[05:59:03] Failed (libmysqlclient.so.18: cannot open shared object file: No such file or directory)
Re: HELP ME ! -
Gotham - 13.10.2016
there is no file like that...Make a new folder called "plugins"(if you have not!)
and then put the file there
Re: HELP ME ! -
Chesher - 13.10.2016
I already have "plugins" folder all my plugins are uploaded when i start my server will be Unknown cause of libmysqlclient.so.18
Re: HELP ME ! -
Chesher - 13.10.2016
Definitely im using Call Of Duty - Desert Warfare Gamemode
Re: HELP ME ! -
Gotham - 13.10.2016
You will need the static version of MySQL.
Re: HELP ME ! -
Chesher - 13.10.2016
Quote:
Originally Posted by Gotham
You will need the static version of MySQL.
|
how ?
Re: HELP ME ! -
Airblog - 13.10.2016
Please show hole server log
Re: HELP ME ! -
Chesher - 13.10.2016
Quote:
Originally Posted by Airblog
Please show hole server log
|
Код:
SA-MP Dedicated Server
----------------------
v0.3z-R4, ©2005-2014 SA-MP Team
[13:41:23] filterscripts = "" (string)
[13:41:23]
[13:41:23] Server Plugins
[13:41:23] --------------
[13:41:23] Loading plugin: sscanf.so
[13:41:23]
[13:41:23] ===============================
[13:41:23] sscanf plugin loaded.
[13:41:23] Version: 2.8.1
[13:41:23] © 2012 Alex "******" Cole
[13:41:23] ===============================
[13:41:23] Loaded.
[13:41:23] Loading plugin: streamer.so
[13:41:23]
*** Streamer Plugin v2.8.2 by Incognito loaded ***
[13:41:23] Loaded.
[13:41:23] Loading plugin: whirlpool.so
[13:41:23]
[13:41:23] ==================
[13:41:23]
[13:41:23] Whirlpool loaded
[13:41:23]
[13:41:23] ==================
[13:41:23]
[13:41:23] Loaded.
[13:41:23] Loading plugin: mysql.so
[13:41:23] Failed (libmysqlclient.so.18: cannot open shared object file: No such file or directory)
[13:41:23] Loaded 3 plugins.
[13:41:23]
[13:41:23] Filterscripts
[13:41:23] ---------------
[13:41:23] Loaded 0 filterscripts.
[13:41:23] *** Streamer Plugin: Include file version (0x26105) does not match plugin version (0x282001) (script might need to be recompiled with the latest include file)
[13:41:23] Script[gamemodes/CODDW.amx]: Run time error 19: "File or function is not found"
[13:41:23] Number of vehicle models: 0
Re: HELP ME ! -
Gotham - 13.10.2016
Get the static plugin here:
https://github.com/pBlueG/SA-MP-MySQL/releases , It's there in releases..
Re: HELP ME ! -
Mencent - 13.10.2016
Hello.
Your streamer include and streamer plugin haven't the same version. Update both to the latest version.
Use the mysql_static.so instead of mysql.so include.