2019-04-24, 08:30 PM
(2019-04-24, 07:13 PM)Nutter Wrote: You could try building from source on your CentOS machine.
I have had a similar problem on my Ubuntu machine though, using a static build of the plugin provided by TommyB somewhere in the unoffical sa-mp discord.
Definitely wont be me doing that but thanks for the advise!
(2019-04-24, 08:00 PM)unix Wrote: First off make sure SELinux is disabled.
View if enabled ->
Code:# sestatus
If you have "jack shit" knownledge about Centos or any other linux platform, install nano (a editor)
either way you can use
Code:vi /etc/selinux/config
And change the SELinux to = disabled.
Later on install the package
Code:yum -y install libssl.so.1.0.0
Have a reboot then you're good to go.
I fortunately have friends that do 90% of the Linux stuff for me, I just do the pawn scripting. Thanks for your help however?I'll make sure they
will do this!