Error 19 File or Function is not found -
Jumberi - 19.06.2016
hello everyone and i want to ask you, how can i fix this ?
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team
[14:28:22] mapname = "San Andreas" (string)
[14:28:22] language = "" (string)
[14:28:22]
[14:28:22] Server Plugins
[14:28:22] --------------
[14:28:22] Loading plugin: streamer.so
[14:28:22]
*** Streamer Plugin v2.8.2 by Incognito loaded ***
[14:28:22] Loaded.
[14:28:22] Loading plugin: sscanf.so
[14:28:22]
[14:28:22] ===============================
[14:28:22] sscanf plugin loaded.
[14:28:22] © 2009 Alex "******" Cole
[14:28:22] 0.3d-R2 500 Players "dnee"
[14:28:22] ===============================
[14:28:22] Loaded.
[14:28:22] Loading plugin: mysql.so
[14:28:22] Failed (libmysqlclient.so.18: cannot open shared object file: No such file or directory)
[14:28:22] Loading plugin: irc.so
[14:28:22]
*** IRC Plugin v1.4.8 by Incognito loaded ***
[14:28:22] Loaded.
[14:28:22] Loaded 3 plugins.
[14:28:23]
[14:28:23] Filterscripts
[14:28:23] ---------------
[14:28:23] Loading filterscript 'IRC.amx'...
[14:28:23] Unable to load filterscript 'IRC.amx'.
[14:28:23] Loaded 0 filterscripts.
[14:28:23] Script[gamemodes/GW.amx]: Run time error 19: "File or function is not found"
[14:28:23] Number of vehicle models: 0[/HTML][/HTML]
Re: Error 19 File or Function is not found -
Jumberi - 19.06.2016
someone help me please
Re: Error 19 File or Function is not found -
luke49 - 19.06.2016
Instead of
mysql.so try using
mysql_static.so
Re: Error 19 File or Function is not found -
Jumberi - 19.06.2016
Quote:
Originally Posted by luke49
Instead of mysql.so try using mysql_static.so
|
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team
[14:55:42] mapname = "San Andreas" (string)
[14:55:42] language = "" (string)
[14:55:42]
[14:55:42] Server Plugins
[14:55:42] --------------
[14:55:42] Loading plugin: crashdetect.so
[14:55:42] CrashDetect v4.15.1 is OK.
[14:55:42] Loaded.
[14:55:42] Loading plugin: streamer.so
[14:55:42]
*** Streamer Plugin v2.8.2 by Incognito loaded ***
[14:55:42] Loaded.
[14:55:42] Loading plugin: sscanf.so
[14:55:42]
[14:55:42] ===============================
[14:55:42] sscanf plugin loaded.
[14:55:42] © 2009 Alex "******" Cole
[14:55:42] 0.3d-R2 500 Players "dnee"
[14:55:42] ===============================
[14:55:42] Loaded.
[14:55:42] Loading plugin: mysql_static.so
[14:55:42] >> plugin.mysql: R39-5 successfully loaded.
[14:55:42] Loaded.
[14:55:42] Loading plugin: irc.so
[14:55:42]
*** IRC Plugin v1.4.8 by Incognito loaded ***
[14:55:42] Loaded.
[14:55:42] Loaded 5 plugins.
[14:55:42]
[14:55:42] Filterscripts
[14:55:42] ---------------
[14:55:42] Loading filterscript 'IRC.amx'...
[14:55:42] Unable to load filterscript 'IRC.amx'.
[14:55:42] Loaded 0 filterscripts.
[14:55:42] [debug] Run time error 19: "File or function is not found"
[14:55:42] [debug] mysql_debug
[14:55:42] [debug] mysql_ping
[14:55:42] [debug] mysql_real_escape_string
[14:55:42] [debug] mysql_store_result
not working
Re: Error 19 File or Function is not found -
Jumberi - 19.06.2016
bump
Re: Error 19 File or Function is not found -
luke49 - 19.06.2016
Quote:
Originally Posted by Jumberi
[14:55:42] [debug] Run time error 19: "File or function is not found"
[14:55:42] [debug] mysql_debug
[14:55:42] [debug] mysql_ping
[14:55:42] [debug] mysql_real_escape_string
[14:55:42] [debug] mysql_store_result
not working
|
These functions:
mysql_debug,
mysql_ping,
mysql_real_escape_string,
mysql_store_result do not exist in the newest MySQL (R39-5) version. One solution - delete them and recompile your script again.
Re: Error 19 File or Function is not found -
Jumberi - 19.06.2016
Quote:
Originally Posted by luke49
Instead of mysql.so try using mysql_static.so
|
Quote:
Originally Posted by luke49
These functions: mysql_debug, mysql_ping, mysql_real_escape_string, mysql_store_result do not exist in the newest MySQL (R39-5) version. One solution - delete them and recompile your script again.
|
can you link me mysql R6 and mysql r6 for linux?
Re: Error 19 File or Function is not found -
Konstantinos - 19.06.2016
Quote:
Originally Posted by luke49
One solution - delete them and recompile your script again.
|
That's not a solution. He will either need to update the whole script to the latest version (which is recommended as well as the use of threaded queries) or load the correct plugin which means R5 or R6. However there were issues with those two old versions like crashes when executing certain functions so bare in mind that there will be no support whatsoever.