Please help ASAP
#1

Please help me fix this problem.

Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3z, ©2005-2014 SA-MP Team

[17:08:16] 
[17:08:16] Server Plugins
[17:08:16] --------------
[17:08:16]  Loading plugin: crashdetect.so
[17:08:16]   Failed (/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by plugins/crashdetect.so))
[17:08:16]  Loading plugin: sscanf.so
[17:08:16] 

[17:08:16]  ===============================

[17:08:16]       sscanf plugin loaded.     

[17:08:16]          Version:  2.8.1        

[17:08:16]    © 2012 Alex "******" Cole  

[17:08:16]  ===============================

[17:08:16]   Loaded.
[17:08:16]  Loading plugin: mysql_centos.so
[17:08:17] 

  > MySQL plugin R6 successfully loaded.

[17:08:17]   Loaded.
[17:08:17]  Loading plugin: streamer.so
[17:08:17] 

*** Streamer Plugin v2.6.1 by Incognito loaded ***

[17:08:17]   Loaded.
[17:08:17]  Loading plugin: dns.so
[17:08:17] 

*** DNS Plugin v2.4 by Incognito loaded ***

[17:08:17]   Loaded.
[17:08:17]  Loading plugin: Whirlpool.so
[17:08:17]  
[17:08:17]  ==================
[17:08:17]  
[17:08:17]   Whirlpool loaded
[17:08:17]  
[17:08:17]  ==================
[17:08:17]  
[17:08:17]   Loaded.
[17:08:17]  Loading plugin: audio.so
[17:08:17] 

*** Audio Plugin v0.5 R2 by Incognito loaded ***

[17:08:17]   Loaded.
[17:08:17]  Loading plugin: nativechecker.so
[17:08:17]   Loaded.
[17:08:17]  Loaded 7 plugins.

[17:08:17] 
[17:08:17] Ban list
[17:08:17] --------
[17:08:17]  Loaded: samp.ban
[17:08:17] 
[17:08:17] 
[17:08:17] Filterscripts
[17:08:17] ---------------
[17:08:17]   Loading filterscript 'Walkingstyle.amx'...
[17:08:17] 
Walking Styles by Zack_Larson Loaded.

[17:08:17]   Loaded 1 filterscripts.

[17:08:17] *** Streamer Plugin: Include file version (0x26104) does not match plugin version (0x26105) (script needs to be recompiled with the latest include file)
[17:08:17]    Error: Function not registered: 'mysql_function_query'
[17:08:17]    Error: Function not registered: 'cache_get_data'
[17:08:17]    Error: Function not registered: 'cache_get_row'
[17:08:17]    Error: Function not registered: 'cache_get_field'
[17:08:17]    Error: Function not registered: 'enable_mutex'
[17:08:17] Script[gamemodes/NWRP.amx]: Run time error 19: "File or function is not found"
[17:08:17] Number of vehicle models: 0
I am using centOS 64bit, and I have MySQL R6 Compiled on centOS by BlueG

Thanks in advance
Reply
#2

Are you sure you have the latest crashdetect plugin?
Reply
#3

The script was compiled with R7 version of MySQL and your plugin is for R6 which makes those 5 functions unregistered (cache was added in R7). So use the R7 version of the plugin and it will be fine.
Reply
#4

Update your mysql plugins
Reply
#5

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
The script was compiled with R7 version of MySQL and your plugin is for R6 which makes those 5 functions unregistered (cache was added in R7). So use the R7 version of the plugin and it will be fine.
At one point, I even had the R7 version of MySQL, and this is what I got

Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3x, ©2005-2013 SA-MP Team

[15:44:05] 
[15:44:05] Server Plugins
[15:44:05] --------------
[15:44:05]  Loading plugin: crashdetect.so
[15:44:05]   Failed (/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by plugins/crashdetect.so))
[15:44:05]  Loading plugin: sscanf.so
[15:44:05] 

[15:44:05]  ===============================

[15:44:05]       sscanf plugin loaded.     

[15:44:05]          Version:  2.8.1        

[15:44:05]    © 2012 Alex "******" Cole  

[15:44:05]  ===============================

[15:44:05]   Loaded.
[15:44:05]  Loading plugin: mysql.so
[15:44:05]   Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory)
[15:44:05]  Loading plugin: streamer.so
[15:44:05] 

*** Streamer Plugin v2.6.1 by Incognito loaded ***

[15:44:05]   Loaded.
[15:44:05]  Loading plugin: dns.so
[15:44:05] 

*** DNS Plugin v2.4 by Incognito loaded ***

[15:44:05]   Loaded.
[15:44:05]  Loading plugin: Whirlpool.so
[15:44:05]   Failed (plugins/Whirlpool.so: wrong ELF class: ELFCLASS64)
[15:44:05]  Loading plugin: audio.so
[15:44:05] 

*** Audio Plugin v0.5 R2 by Incognito loaded ***

[15:44:05]   Loaded.
[15:44:05]  Loading plugin: nativechecker.so
[15:44:05]   Loaded.
[15:44:05]  Loaded 5 plugins.

[15:44:05] 
[15:44:05] Ban list
[15:44:05] --------
[15:44:05]  Loaded: samp.ban
[15:44:05] 
[15:44:05] 
[15:44:05] Filterscripts
[15:44:05] ---------------
[15:44:05]   Loading filterscript 'Walkingstyle.amx'...
[15:44:05] 
Walking Styles by Zack_Larson Loaded.

[15:44:05]   Loaded 1 filterscripts.

[15:44:05] *** Streamer Plugin: Include file version (0x26104) does not match plugin version (0x26105) (script needs to be recompiled with the latest include file)
[15:44:05]    Error: Function not registered: 'mysql_function_query'
[15:44:05]    Error: Function not registered: 'mysql_real_escape_string'
[15:44:05]    Error: Function not registered: 'mysql_affected_rows'
[15:44:05]    Error: Function not registered: 'cache_get_data'
[15:44:05]    Error: Function not registered: 'cache_get_row'
[15:44:05]    Error: Function not registered: 'mysql_insert_id'
[15:44:05]    Error: Function not registered: 'WP_Hash'
[15:44:05]    Error: Function not registered: 'cache_get_field'
[15:44:05]    Error: Function not registered: 'mysql_debug'
[15:44:05]    Error: Function not registered: 'enable_mutex'
[15:44:05]    Error: Function not registered: 'mysql_connect'
[15:44:05]    Error: Function not registered: 'mysql_close'
[15:44:05]    Error: Function not registered: 'mysql_ping'
[15:44:05] Script[gamemodes/NWRP.amx]: Run time error 19: "File or function is not found"
[15:44:05] Number of vehicle models: 0
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)