SA-MP Forums Archive
Anyone about plugin SOCKET - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Anyone about plugin SOCKET (/showthread.php?tid=647565)



Anyone about plugin SOCKET - RemaLegend - 06.01.2018

Hello,
I have a plugin problem, i bought vps and when I installed libcrypto.so.0.9.8 and libssl.0.9.8 left me error
[01:06:23] Loading plugin: socket.so
[01:06:23] Failed (libcrypto.so.0.9.8: wrong ELF class: ELFCLASS64)
[01:06:23] Script [gamemodes / newschool.amx]: Run time error 19: "File or function is not found"
[01:06:23] Number of models: 0
If someone would explain to me how I can install everything nicely through my journey and to do my work I would be grateful, otherwise vps is debian.

I apologize for the bad English I wrote in the ****** translate....


Re: Anyone about plugin SOCKET - JesterlJoker - 07.01.2018

You installed the wrong dependencies though... You should have installed libcrypto.so on a 32 bit elf class not on 64 bit coz it'll make that error. Installing on linux when making a samp server should always be 32 bit dependencies not 64 bit since samp is a 32bit os not 64 bit...


Re: Anyone about plugin SOCKET - RemaLegend - 07.01.2018

Quote:
Originally Posted by JesterlJoker
Посмотреть сообщение
You installed the wrong dependencies though... You should have installed libcrypto.so on a 32 bit elf class not on 64 bit coz it'll make that error. Installing on linux when making a samp server should always be 32 bit dependencies not 64 bit since samp is a 32bit os not 64 bit...
Can you tell me the command to download and insulate the 32bit version