Check this log and help me! - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Check this log and help me! (
/showthread.php?tid=527603)
Check this log and help me! -
mrkemal70 - 23.07.2014
Title says all +rep !!
PHP код:
SA-MP Dedicated Server
----------------------
v0.3z-R2, (C)2005-2014 SA-MP Team
[16:33:59]
[16:33:59] Server Plugins
[16:33:59] --------------
[16:33:59] Loading plugin: mysql.so
[16:33:59] Failed (plugins/mysql.so: symbol __cxa_pure_virtual, version libmysqlclient_16 not defined in file libmysqlclient_r.so.16 with link time reference)
[16:33:59] Loading plugin: streamer.so
[16:33:59]
*** Streamer Plugin v2.7.2 by Incognito loaded ***
[16:33:59] Loaded.
[16:33:59] Loading plugin: sscanf.so
[16:33:59]
[16:33:59] ===============================
[16:33:59] sscanf plugin loaded.
[16:33:59] Version: 2.8.1
[16:33:59] (c) 2012 Alex "******" Cole
[16:33:59] ===============================
[16:33:59] Loaded.
[16:33:59] Loading plugin: whirlpool.so
[16:33:59] Failed (plugins/whirlpool.so: cannot open shared object file: No such file or directory)
[16:33:59] Loading plugin: nativechecker
[16:33:59] Failed (plugins/nativechecker: cannot open shared object file: No such file or directory)
[16:33:59] Loaded 2 plugins.
[16:33:59]
[16:33:59] Filterscripts
[16:33:59] ---------------
[16:33:59] Loading filterscript 'playerexteriors.amx'...
[16:33:59] Unable to load filterscript 'playerexteriors.amx'.
[16:33:59] Loading filterscript 'playerinteriors.amx'...
[16:33:59] Unable to load filterscript 'playerinteriors.amx'.
[16:33:59] Loading filterscript 'server.amx'...
[16:33:59] Unable to load filterscript 'server.amx'.
[16:33:59] Loaded 0 filterscripts.
[16:34:00] *** Streamer Plugin: Warning: Include file version (0x26105) does not match plugin version (0x27201) (script might need to be recompiled with the latest include file)
[16:34:00] Script[gamemodes/CGRP.amx]: Run time error 19: "File or function is not found"
[16:34:00] Number of vehicle models: 0
Re: Check this log and help me! -
Venice - 23.07.2014
plugins, filterscript not loaded
Re: Check this log and help me! -
mrkemal70 - 23.07.2014
What do you mean? Ive uploaded every single file.
Re: Check this log and help me! -
GGRoleplay - 23.07.2014
Could you upload your server.cfg? And if you have added the line 'plugins' (without ' ')
make sure they all are called the same eg; mysql.so mysql.so because Linux is case-sensitive
Re: Check this log and help me! -
mrkemal70 - 23.07.2014
I did
Re: Check this log and help me! -
Konstantinos - 23.07.2014
Q: I get a Failed (plugins/mysql.so: symbol __cxa_pure_virtual, version libmysqlclient_16[...] error, is there any way to fix it?
A: That likely means that you are using a 64bit system and thus a 64bit libmysqlclient library. You'll have to use the static version of the plugin, the mysql_static.so.
And re-name to "Whirlpool.so" because the case matters in Linux.
Re: Check this log and help me! -
mrkemal70 - 24.07.2014
And where can i find that mysql_static.so shit?