Linux help -
uqurlord13 - 29.06.2016
server.log
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team
[(29/06) 11:10:31]
[(29/06) 11:10:31] Server Plugins
[(29/06) 11:10:31] --------------
[(29/06) 11:10:31] Loading plugin: streamer.so
[(29/06) 11:10:31]
*** Streamer Plugin v2.7.8 by Incognito loaded ***
[(29/06) 11:10:31] Loaded.
[(29/06) 11:10:31] Loading plugin: mysql.so
[(29/06) 11:10:31]
> MySQL plugin R5 successfully loaded.
[(29/06) 11:10:31] Loaded.
[(29/06) 11:10:31] Loading plugin: sscanf.so
[(29/06) 11:10:31]
[(29/06) 11:10:31] ===============================
[(29/06) 11:10:31] sscanf plugin loaded.
[(29/06) 11:10:31] Version: 2.8.1
[(29/06) 11:10:31] © 2012 Alex "******" Cole
[(29/06) 11:10:31] ===============================
[(29/06) 11:10:31] Loaded.
[(29/06) 11:10:31] Loading plugin: nativechecker.so
[(29/06) 11:10:31] Loaded.
[(29/06) 11:10:31] Loaded 4 plugins.
[(29/06) 11:10:31]
[(29/06) 11:10:31] Filterscripts
[(29/06) 11:10:31] ---------------
[(29/06) 11:10:31] Loading filterscript 'LoadMap.amx'...
[(29/06) 11:10:31] Loaded 1 filterscripts.
[(29/06) 11:10:31] Error: Function not registered: 'mysql_format'
[(29/06) 11:10:31] Error: Function not registered: 'mysql_tquery'
[(29/06) 11:10:31] Error: Function not registered: 'cache_get_row_count'
[(29/06) 11:10:31] Error: Function not registered: 'cache_get_field_content_int'
[(29/06) 11:10:31] Error: Function not registered: 'cache_delete'
[(29/06) 11:10:31] Error: Function not registered: 'cache_get_field_content'
[(29/06) 11:10:31] Error: Function not registered: 'cache_insert_id'
[(29/06) 11:10:31] Error: Function not registered: 'cache_get_row_int'
[(29/06) 11:10:31] Error: Function not registered: 'cache_get_field_count'
[(29/06) 11:10:31] Error: Function not registered: 'cache_get_row'
[(29/06) 11:10:31] Error: Function not registered: 'cache_get_data'
[(29/06) 11:10:31] Script[gamemodes/slayer.amx]: Run time error 19: "File or function is not found"
[(29/06) 11:10:31] Number of vehicle models: 9
Re: Linux help -
iKarim - 29.06.2016
Update your MySQL plugin.
Re: Linux help -
uqurlord13 - 29.06.2016
Quote:
Originally Posted by PawnHunter
Update your MySQL plugin.
|
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team
[(29/06) 14:59:37]
[(29/06) 14:59:37] Server Plugins
[(29/06) 14:59:37] --------------
[(29/06) 14:59:37] Loading plugin: streamer.so
[(29/06) 14:59:37]
*** Streamer Plugin v2.7.8 by Incognito loaded ***
[(29/06) 14:59:37] Loaded.
[(29/06) 14:59:37] Loading plugin: mysql.so
[(29/06) 14:59:37] Failed (libmysqlclient.so.18: cannot open shared object file: No such file or directory)
[(29/06) 14:59:37] Loading plugin: sscanf.so
[(29/06) 14:59:37]
[(29/06) 14:59:37] ===============================
[(29/06) 14:59:37] sscanf plugin loaded.
[(29/06) 14:59:37] Version: 2.8.1
[(29/06) 14:59:37] © 2012 Alex "******" Cole
[(29/06) 14:59:37] ===============================
[(29/06) 14:59:37] Loaded.
[(29/06) 14:59:37] Loading plugin: nativechecker.so
[(29/06) 14:59:37] Loaded.
[(29/06) 14:59:37] Loaded 3 plugins.
[(29/06) 14:59:37]
[(29/06) 14:59:37] Filterscripts
[(29/06) 14:59:37] ---------------
[(29/06) 14:59:37] Loading filterscript 'LoadMap.amx'...
[(29/06) 14:59:37] Loaded 1 filterscripts.
[(29/06) 14:59:37] Error: Function not registered: 'mysql_query'
[(29/06) 14:59:37] Error: Function not registered: 'mysql_format'
[(29/06) 14:59:37] Error: Function not registered: 'mysql_tquery'
[(29/06) 14:59:37] Error: Function not registered: 'cache_get_row_count'
[(29/06) 14:59:37] Error: Function not registered: 'cache_get_field_content_int'
[(29/06) 14:59:37] Error: Function not registered: 'cache_delete'
[(29/06) 14:59:37] Error: Function not registered: 'cache_get_field_content'
[(29/06) 14:59:37] Error: Function not registered: 'cache_insert_id'
[(29/06) 14:59:37] Error: Function not registered: 'cache_get_row_int'
[(29/06) 14:59:37] Error: Function not registered: 'mysql_connect'
[(29/06) 14:59:37] Error: Function not registered: 'mysql_errno'
[(29/06) 14:59:37] Error: Function not registered: 'mysql_close'
[(29/06) 14:59:37] Error: Function not registered: 'cache_get_field_count'
[(29/06) 14:59:37] Error: Function not registered: 'cache_get_row'
[(29/06) 14:59:37] Error: Function not registered: 'cache_get_data'
[(29/06) 14:59:37] Script[gamemodes/slayer.amx]: Run time error 19: "File or function is not found"
[(29/06) 14:59:37] Number of vehicle models: 9
Re: Linux help -
Konstantinos - 29.06.2016
Install mysql-client package or load mysql_static.so (
https://github.com/pBlueG/SA-MP-MySQ...5-linux.tar.gz) instead.
Re: Linux help -
uqurlord13 - 29.06.2016
Quote:
Originally Posted by Konstantinos
|
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team
[(29/06) 15:22:31]
[(29/06) 15:22:31] Server Plugins
[(29/06) 15:22:31] --------------
[(29/06) 15:22:31] Loading plugin: streamer.so
[(29/06) 15:22:31]
*** Streamer Plugin v2.7.8 by Incognito loaded ***
[(29/06) 15:22:31] Loaded.
[(29/06) 15:22:31] Loading plugin: mysql.so
[(29/06) 15:22:31] Failed (libmysqlclient.so.18: cannot open shared object file: No such file or directory)
[(29/06) 15:22:31] Loading plugin: mysql_static.so
[(29/06) 15:22:31] >> plugin.mysql: R39-5 successfully loaded.
[(29/06) 15:22:31] Loaded.
[(29/06) 15:22:31] Loading plugin: sscanf.so
[(29/06) 15:22:31]
[(29/06) 15:22:31] ===============================
[(29/06) 15:22:31] sscanf plugin loaded.
[(29/06) 15:22:31] Version: 2.8.1
[(29/06) 15:22:31] © 2012 Alex "******" Cole
[(29/06) 15:22:31] ===============================
[(29/06) 15:22:31] Loaded.
[(29/06) 15:22:31] Loading plugin: nativechecker.so
[(29/06) 15:22:31] Loaded.
[(29/06) 15:22:31] Loaded 4 plugins.
[(29/06) 15:22:31]
[(29/06) 15:22:31] Filterscripts
[(29/06) 15:22:31] ---------------
[(29/06) 15:22:31] Loading filterscript 'LoadMap.amx'...
[(29/06) 15:22:31] Loaded 1 filterscripts.
[(29/06) 15:22:31]
[(29/06) 15:22:31]
[(29/06) 15:22:31]
[(29/06) 15:22:31]
[(29/06) 15:22:31]
[(29/06) 15:22:31]
[(29/06) 15:22:31]
[(29/06) 15:22:31]
[(29/06) 15:22:31]
[(29/06) 15:22:31]
[(29/06) 15:22:31]
[(29/06) 15:22:31]
[(29/06) 15:22:31]
[(29/06) 15:22:31] Veritabanina baglanti kurulamadi, Sunucu kapatiliyor.
[(29/06) 15:22:31]
[(29/06) 15:22:31] Toplam 0 ev yьklendi.
[(29/06) 15:22:31]
[(29/06) 15:22:31]
[(29/06) 15:22:31] Toplam 0 bolge yьklendi.
[(29/06) 15:22:31]
[(29/06) 15:22:31] Number of vehicle models: 19
[(29/06) 15:22:31] --- Server Shutting Down.
[(29/06) 15:22:31]
*** Streamer Plugin v2.7.8 by Incognito unloaded ***
[(29/06) 15:22:31] plugin.mysql: Unloading plugin...
Re: Linux help -
Konstantinos - 29.06.2016
Remove mysql.so from the plugins line in server.cfg, the static version has been loaded correctly and the server has started.
Re: Linux help -
uqurlord13 - 29.06.2016
Teamwiever help me ? :/ please bro
Re: Linux help -
Konstantinos - 29.06.2016
Quote:
Originally Posted by uqurlord13
Teamwiever help me ? :/ please bro
|
Help you with what? The problem with the plugin failing to load has been fixed.
Re: Linux help -
uqurlord13 - 29.06.2016
Quote:
Originally Posted by Konstantinos
Help you with what? The problem with the plugin failing to load has been fixed.
|
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team
[(29/06) 15:34:14]
[(29/06) 15:34:14] Server Plugins
[(29/06) 15:34:14] --------------
[(29/06) 15:34:14] Loading plugin: streamer.so
[(29/06) 15:34:14]
*** Streamer Plugin v2.7.8 by Incognito loaded ***
[(29/06) 15:34:14] Loaded.
[(29/06) 15:34:14] Loading plugin: mysql_static.so
[(29/06) 15:34:14] >> plugin.mysql: R39-5 successfully loaded.
[(29/06) 15:34:14] Loaded.
[(29/06) 15:34:14] Loading plugin: sscanf.so
[(29/06) 15:34:14]
[(29/06) 15:34:14] ===============================
[(29/06) 15:34:14] sscanf plugin loaded.
[(29/06) 15:34:14] Version: 2.8.1
[(29/06) 15:34:14] © 2012 Alex "******" Cole
[(29/06) 15:34:14] ===============================
[(29/06) 15:34:14] Loaded.
[(29/06) 15:34:14] Loading plugin: nativechecker.so
[(29/06) 15:34:14] Loaded.
[(29/06) 15:34:14] Loaded 4 plugins.
[(29/06) 15:34:14]
[(29/06) 15:34:14] Filterscripts
[(29/06) 15:34:14] ---------------
[(29/06) 15:34:14] Loading filterscript 'LoadMap.amx'...
[(29/06) 15:34:14] Loaded 1 filterscripts.
[(29/06) 15:34:14]
[(29/06) 15:34:14]
[(29/06) 15:34:14]
[(29/06) 15:34:14]
[(29/06) 15:34:14]
[(29/06) 15:34:14]
[(29/06) 15:34:14]
[(29/06) 15:34:14]
[(29/06) 15:34:14]
[(29/06) 15:34:14]
[(29/06) 15:34:14]
[(29/06) 15:34:14]
[(29/06) 15:34:14]
[(29/06) 15:34:14] Veritabanina baglanti kurulamadi, Sunucu kapatiliyor.
[(29/06) 15:34:14]
[(29/06) 15:34:14] Toplam 0 ev yьklendi.
[(29/06) 15:34:14]
[(29/06) 15:34:14]
[(29/06) 15:34:14] Toplam 0 bolge yьklendi.
[(29/06) 15:34:14]
[(29/06) 15:34:14] Number of vehicle models: 19
[(29/06) 15:34:14] --- Server Shutting Down.
[(29/06) 15:34:14]
*** Streamer Plugin v2.7.8 by Incognito unloaded ***
[(29/06) 15:34:14] plugin.mysql: Unloading plugin...
but failture provide the connection to the database
Re: Linux help -
Konstantinos - 29.06.2016
Modify the host, user, database name and password in mysql_connect so the connection will be successful.