Some Problems running the server
#1

well , i have some problems in debian 7 system with Mysql and socket plugin , this is my log
Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3.7, ©2005-2015 SA-MP Team

[04:34:34] filterscripts = ""  (string)
[04:34:34] 
[04:34:34] Server Plugins
[04:34:34] --------------
[04:34:34]  Loading plugin: crashdetect.so
[04:34:34]   CrashDetect v4.15.1 is OK.
[04:34:34]   Loaded.
[04:34:34]  Loading plugin: MapAndreas.so
[04:34:34]   Loaded.
[04:34:34]  Loading plugin: mysql.so
[04:34:34]   Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory)
[04:34:34]  Loading plugin: socket.so
[04:34:34]   Failed (libcrypto.so.0.9.8: cannot open shared object file: No such file or directory)
[04:34:34]  Loading plugin: sscanf.so
[04:34:34] 

[04:34:34]  ===============================

[04:34:34]       sscanf plugin loaded.     

[04:34:34]          Version:  2.8.1        

[04:34:34]    © 2012 Alex "******" Cole  

[04:34:34]  ===============================

[04:34:34]   Loaded.
[04:34:34]  Loading plugin: streamer.so
[04:34:34] 

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

[04:34:34]   Loaded.
[04:34:34]  Loading plugin: whirlpool.so
[04:34:34]  
[04:34:34]  ==================
[04:34:34]  
[04:34:34]   Whirlpool loaded
[04:34:34]  
[04:34:34]  ==================
[04:34:34]  
[04:34:34]   Loaded.
[04:34:34]  Loaded 5 plugins.

[04:34:34] 
[04:34:34] Filterscripts
[04:34:34] ---------------
[04:34:34]   Loaded 0 filterscripts.

[04:34:34] [debug] Run time error 19: "File or function is not found"
[04:34:34] [debug]  socket_create
[04:34:34] [debug]  socket_set_max_connections
[04:34:34] [debug]  socket_listen
[04:34:34] [debug]  mysql_query
[04:34:34] [debug]  cache_get_row_count
[04:34:34] [debug]  cache_get_field_content
[04:34:34] [debug]  cache_get_field_content_int
[04:34:34] [debug]  socket_sendto_remote_client
[04:34:34] [debug]  mysql_format
[04:34:34] [debug]  mysql_tquery
[04:34:34] [debug]  cache_insert_id
[04:34:34] [debug]  cache_set_active
[04:34:34] [debug]  cache_get_field_content_float
[04:34:34] [debug]  cache_save
[04:34:34] [debug]  mysql_escape_string
[04:34:34] [debug]  mysql_log
[04:34:34] [debug]  mysql_connect
[04:34:34] [debug]  mysql_stat
[04:34:34] [debug]  socket_stop_listen
[04:34:34] [debug]  socket_destroy
[04:34:34] [debug]  mysql_close
[04:34:34] [debug] Run time error 19: "File or function is not found"
[04:34:34] [debug]  socket_create
[04:34:34] [debug]  socket_set_max_connections
[04:34:34] [debug]  socket_listen
[04:34:34] [debug]  mysql_query
[04:34:34] [debug]  cache_get_row_count
[04:34:34] [debug]  cache_get_field_content
[04:34:34] [debug]  cache_get_field_content_int
[04:34:34] [debug]  socket_sendto_remote_client
[04:34:34] [debug]  mysql_format
[04:34:34] [debug]  mysql_tquery
[04:34:34] [debug]  cache_insert_id
[04:34:34] [debug]  cache_set_active
[04:34:34] [debug]  cache_get_field_content_float
[04:34:34] [debug]  cache_save
[04:34:34] [debug]  mysql_escape_string
[04:34:34] [debug]  mysql_log
[04:34:34] [debug]  mysql_connect
[04:34:34] [debug]  mysql_stat
[04:34:34] [debug]  socket_stop_listen
[04:34:34] [debug]  socket_destroy
[04:34:34] [debug]  mysql_close
[04:34:34] Script[gamemodes/CCNR.amx]: Run time error 19: "File or function is not found"
[04:34:34] Number of vehicle models: 0
i have problem With Those plugins :
Код:
[04:34:34]  Loading plugin: mysql.so
[04:34:34]   Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory)
[04:34:34]  Loading plugin: socket.so
[04:34:34]   Failed (libcrypto.so.0.9.8: cannot open shared object file: No such file or directory)
Help me please and thanks (y)
Reply
#2

This may be useful to you:
https://sampforum.blast.hk/showthread.php?tid=537714

Edit: It appears that those links (blackbirdhost*) aren't active anymore.
Reply
#3

Bump
Reply
#4

Who's the host of your server? Is it a gamemode, VPS or dedicated server?
Reply
#5

Its a vps ,
Reply
#6

With debian 7
Reply
#7

You should switch to the latest CentOS instead. I've never encountered those problems on CentOS.
Reply
#8

Try executing these commands:
Код:
sudo apt-get update
sudo apt-get upgrade
Now launch the server and try. If this doesn't work then you are most likely going to need to contact your VPS host about this issue.
Reply
#9

sudo apt-get install mysqlclient crypto
Reply
#10

Alright so i had a similar problem with my server and i found the issue was i didn't have the correct libraries on my server, your left with 2 options you can either install the libraries on your server or you can use the static version of those plugins.

Mysql.so static version:
Download

and try locate the static version of the other plugin, you might have to recompile your game mode with the include files of the static version but im not too sure, but yeah installing the static versions should help.

Another issue could be that your plugin is a different version to what your game mode is, so try to check that they are both up to date.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)