Posts: 484
Threads: 49
Joined: Feb 2011
01.10.2014, 01:24
(
Последний раз редактировалось Dragony92; 06.10.2014 в 23:35.
)
Posts: 4,878
Threads: 85
Joined: Jun 2007
Reputation:
0
0.2b and 0.1b are compatible as far as I can see, why would you need the old version then?
I still got the old version here, but just the windows version, seems like i never downloaded the linux one, as I didnt need it. Ill PM you a link.
Posts: 261
Threads: 46
Joined: Oct 2013
Reputation:
0
I get a error of Libeay called:
the procedure entry point CRYPTO_memcmp could not be located in the dynamic link library LIBEAY32.dll
Please help me! --
Posts: 71
Threads: 12
Joined: Dec 2014
Reputation:
0
but how to put it into ULTRA-H plugins folder.
bcos ultra-h don't accept .dll files
Posts: 580
Threads: 26
Joined: Jan 2006
Reputation:
0
If your server doesn't run with new 0.3b version you need to instal a 32 bit version of libssl that goes with this plugin, on debian based servers this does the trick:
sudo apt-get --fix-missing install libssl0.9.8:i386
Posts: 580
Threads: 26
Joined: Jan 2006
Reputation:
0
To compile it you will also need:
apt-get install libssl-dev:i386 --fix-missing
apt-get install g++
[HLF]Southclaw
Unregistered
I've mentioned this before but I will again because it's breaking my server restarts: Every time the server restarts with this plugin, it shows this error: "socket_listen(): Socket has failed to bind. (IP localhost, Port 7778) The port might be already in use." Yes I've called socket_stop_listen and yes I've called socket_destroy on OnGameModeExit. Any other time it works perfectly fine and there are no other programs running on the machine that are taking that port (I checked with netstat).
For now I've added a check on OnGameModeInit that just kills the server (using a crash*) if the socket fails to bind. The server does this a few times until finally binding properly. *Sending rcon exit or gmx doesn't work, I have to actually crash the server to make this work. I'd love to have a solution to this that doesn't require crashing the server and making it restart 4-5 times before binding properly!
Posts: 35
Threads: 9
Joined: Oct 2014
Reputation:
0
Please reup Download windows
Posts: 32
Threads: 8
Joined: Apr 2012
Reputation:
0
Hi.. I have this problem on samp linux hosting with the .so file.. here details:
[14:14:14] Loading plugin: socket.so
[14:14:14] Failed (libcrypto.so.0.9.8: cannot open shared object file: No such file or directory)
Thanks for help me
Posts: 871
Threads: 114
Joined: May 2014
Can someone tell mee for what is this ? PLEASE ?/
Posts: 871
Threads: 114
Joined: May 2014
I dont understand what is TCP and UDP
Posts: 1,498
Threads: 110
Joined: Aug 2013
Quote:
Originally Posted by arlindi
I dont understand what is TCP and UDP
|
http://www.cyberciti.biz/faq/key-dif...udp-protocols/
Posts: 1,498
Threads: 110
Joined: Aug 2013
Quote:
Originally Posted by arlindi
I dont understand what is TCP and UDP
|
http://www.cyberciti.biz/faq/key-dif...udp-protocols/
Posts: 135
Threads: 37
Joined: Jun 2014
Reputation:
0
Can you help me?
[02:49:51] Loading plugin: socket.so
[02:49:51] Failed (libcrypto.so.0.9.8: cannot open shared object file: No such file or directory)
Running on CentOS linux..