---------- Loaded log file: "server_log.txt". ---------- SA-MP Dedicated Server ---------------------- v0.3.7-R2, ©2005-2015 SA-MP Team [22:23:59] filterscripts = "" (string) [22:23:59] password = "" (string) [22:23:59] [22:23:59] Server Plugins [22:23:59] -------------- [22:23:59] Loading plugin: crashdetect.so [22:23:59] CrashDetect v4.18.1 is OK. [22:23:59] Loaded. [22:23:59] Loading plugin: streamer.so [22:23:59] *** Streamer Plugin v2.8.2 by Incognito loaded *** [22:23:59] Loaded. [22:23:59] Loading plugin: sscanf.so [22:23:59] [22:23:59] =============================== [22:23:59] sscanf plugin loaded. [22:23:59] Version: 2.8.1 [22:23:59] © 2012 Alex "******" Cole [22:23:59] =============================== [22:23:59] Loaded. [22:23:59] Loading plugin: mysql.so [22:23:59] Failed (libmysqlclient.so.18: cannot open shared object file: No such file or directory) [22:23:59] Loading plugin: Whirlpool.so [22:23:59] Failed (plugins/Whirlpool.so: wrong ELF class: ELFCLASS64) [22:23:59] Loaded 3 plugins. [22:23:59] [22:23:59] Filterscripts [22:23:59] --------------- [22:23:59] Loaded 0 filterscripts. [22:23:59] [debug] Run time error 19: "File or function is not found" [22:23:59] [debug] cache_get_row_count [22:23:59] [debug] SSCANF_IsConnected [22:23:59] [debug] mysql_init_options [22:23:59] [debug] mysql_set_option [22:23:59] [debug] mysql_connect [22:23:59] [debug] mysql_close [22:23:59] [debug] mysql_format [22:23:59] [debug] mysql_tquery [22:23:59] [debug] mysql_query [22:23:59] [debug] cache_get_value_name_int [22:23:59] [debug] cache_delete [22:23:59] [debug] cache_get_value_name [22:23:59] [debug] WP_Hash [22:23:59] [debug] cache_insert_id [22:23:59] [debug] mysql_errno [22:23:59] [debug] cache_get_field_count [22:23:59] [debug] cache_get_value_name_float [22:23:59] [debug] Run time error 19: "File or function is not found" [22:23:59] [debug] cache_get_row_count [22:23:59] [debug] SSCANF_IsConnected [22:23:59] [debug] mysql_init_options [22:23:59] [debug] mysql_set_option [22:23:59] [debug] mysql_connect [22:23:59] [debug] mysql_close [22:23:59] [debug] mysql_format [22:23:59] [debug] mysql_tquery [22:23:59] [debug] mysql_query [22:23:59] [debug] cache_get_value_name_int [22:23:59] [debug] cache_delete [22:23:59] [debug] cache_get_value_name [22:23:59] [debug] WP_Hash [22:23:59] [debug] cache_insert_id [22:23:59] [debug] mysql_errno [22:23:59] [debug] cache_get_field_count [22:23:59] [debug] cache_get_value_name_float [22:23:59] Script[gamemodes/bla.amx]: Run time error 19: "File or function is not found" [22:23:59] Number of vehicle models: 0
touch filename
I've been struggling with that for awhile, ended up importing the file manually into my server folder, so here you go, place that in your server root directory.
libmysql.so.18 About the Whirlpool plugin, which will prevent you from starting your gamemode, you need the 64-bit version of the plugin, you're currently using the 32-bit, hence the error, tell me if you cant find the correct version and I'll upload it for you. Just a tip if you face any issues with MySQL socket when connecting to your database, use '127.0.0.1' instead of 'localhost' for the connection. |