IRC - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: IRC (
/showthread.php?tid=586964)
IRC -
sscarface - 26.08.2015
PHP код:
SA-MP Dedicated Server
----------------------
v0.3.7-R2, (C)2005-2015 SA-MP Team
[15:15:17] filterscripts = "" (string)
[15:15:17]
[15:15:17] Server Plugins
[15:15:17] --------------
[15:15:17] Loading plugin: mysql.so
[15:15:17] >> plugin.mysql: R39-2 successfully loaded.
[15:15:17] Loaded.
[15:15:17] Loading plugin: streamer.so
[15:15:17]
*** Streamer Plugin v2.7.7 by Incognito loaded ***
[15:15:17] Loaded.
[15:15:17] Loading plugin: Whirlpool.so
[15:15:17]
[15:15:17] ==================
[15:15:17]
[15:15:17] Whirlpool loaded
[15:15:17]
[15:15:17] ==================
[15:15:17]
[15:15:17] Loaded.
[15:15:17] Loading plugin: sscanf.so
[15:15:17]
[15:15:17] ===============================
[15:15:17] sscanf plugin loaded.
[15:15:17] Version: 2.8.1
[15:15:17] (c) 2012 Alex "******" Cole
[15:15:17] ===============================
[15:15:17] Loaded.
[15:15:17] Loading plugin: irc.so
[15:15:17] Failed (libcrypto.so.0.9.8: cannot open shared object file: No such file or directory)
[15:15:17] Loading plugin: nativechecker.so
[15:15:17] Loaded.
[15:15:17] Loaded 5 plugins.
[15:15:17]
[15:15:17] Filterscripts
[15:15:17] ---------------
[15:15:17] Loaded 0 filterscripts.
[15:15:17] Error: Function not registered: 'IRC_CreateGroup'
[15:15:17] Error: Function not registered: 'IRC_Quit'
[15:15:17] Error: Function not registered: 'IRC_DestroyGroup'
[15:15:17] Error: Function not registered: 'IRC_Say'
[15:15:17] Script[gamemodes/grab.amx]: Run time error 19: "File or function is not found"
[15:15:17] Number of vehicle models: 0
PHP код:
[15:15:17] Loading plugin: irc.so
[15:15:17] Failed (libcrypto.so.0.9.8: cannot open shared object file: No such file or directory)
I'm using VPS and using Incognito's IRC latest plugins. Any help?
Re: IRC -
Xtream - 26.08.2015
install libssl-dev
Re: IRC -
Disconett - 26.08.2015
If you're using ubuntu or Debian, try this:
sudo apt-get install libssl0.9.8
Try to install this if you are on CentOS:
yum install openssl098e.i686
Then symlink to the correct version:
ln -s /usr/lib/libcrypto.so.0.9.8e /usr/lib/libcrypto.so.0.9.8