need help with mysql plugins - 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: need help with mysql plugins (
/showthread.php?tid=367804)
need help with mysql plugins -
CH | FuDo - 11.08.2012
Hi guys, I need help with mySQL plugins. I don't know where to find libmysqlclient_r.so.16, b'cuz when I'm trying to start my server, it's show me this
Код:
Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory)
Any link for this plugin ? Thanks anyway.
Re: need help with mysql plugins -
Avi57 - 11.08.2012
show your server console
Re: need help with mysql plugins -
CH | FuDo - 11.08.2012
Here is .cfg, and second one code is log file.
Код:
// gamemod igre
gamemode0 NLRPGv2 1
// filter skripte
filterscripts
// server plugini (moraju biti u .so formatu)
plugins mysql.so sscanf.so streamer.so regex.so MapAndreas.so nativechecker.so Whirlpool.so
// ostala podesavanja
maxnpc 0
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 150.0
stream_rate 1000
//!!!ne menjaj ovo ni slucajno!!!
announce 1
query 1
lanmode 0
maxplayers 30
port 7782
bind 193.192.59.7
logtimeformat [%H:%M:%S]
Код:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3e, ©2005-2012 SA-MP Team
[11:39:45] filterscripts = "" (string)
[11:39:45]
[11:39:45] Server Plugins
[11:39:45] --------------
[11:39:45] Loading plugin: mysql.so
[11:39:45] Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory)
[11:39:45] Loading plugin: sscanf.so
[11:39:45]
[11:39:45] ===============================
[11:39:45] sscanf plugin loaded.
[11:39:45] © 2009 Alex "******" Cole
[11:39:45] 0.3d-R2 500 Players "dnee"
[11:39:45] ===============================
[11:39:45] Loaded.
[11:39:45] Loading plugin: streamer.so
[11:39:45]
*** Streamer Plugin v2.6.1 by Incognito loaded ***
[11:39:45] Loaded.
[11:39:45] Loading plugin: regex.so
[11:39:45]
[11:39:45] ______________________________________
[11:39:45] Regular Expression Plugin v0.2.0 loaded
[11:39:45] ______________________________________
[11:39:45] By: Fro © Copyright <TBG> 2009-2011
[11:39:45] ______________________________________
[11:39:45] Loaded.
[11:39:45] Loading plugin: MapAndreas.so
[11:39:45] Loaded.
[11:39:45] Loading plugin: nativechecker.so
[11:39:45] Loaded.
[11:39:45] Loading plugin: Whirlpool.so
[11:39:45]
[11:39:45] ==================
[11:39:45]
[11:39:45] Whirlpool loaded
[11:39:45]
[11:39:45] ==================
[11:39:45]
[11:39:45] Loaded.
[11:39:45] Loaded 6 plugins.
[11:39:45]
[11:39:45] Ban list
[11:39:45] --------
[11:39:45] Loaded: samp.ban
[11:39:45]
[11:39:45]
[11:39:45] Filterscripts
[11:39:45] ---------------
[11:39:45] Loaded 0 filterscripts.
Re : need help with mysql plugins -
redha - 07.11.2012
Read this, Hope i helped