SA-MP Forums Archive
Help in Discord Connector plugins !! - 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: Help in Discord Connector plugins !! (/showthread.php?tid=659400)



Help in Discord Connector plugins !! - RJTabish - 02.10.2018

Hello i need your little bit help so please i dont know when i go to upload my server using discord connector with codes then server is not starting when i see logs then its giving this


PHP код:
*** Streamer Plugin v2.6.1 by Incognito loaded ***
[
19:00:23]   Loaded.
[
19:00:23]  Loading plugindiscord-connector.so
[19:00:23]   Failed (libssl.so.1.0.0cannot open shared object fileNo such file or directory)
[
19:00:23]  Loading pluginlog-core.so
[19:00:23]   Failed (/lib/libstdc++.so.6version `GLIBCXX_3.4.20' not found (required by plugins/log-core.so))
[19:00:23]  Loaded 3 plugins.
[19:00:23] 
[19:00:23] Filterscripts
[19:00:23] ---------------
[19:00:23]   Loading filterscript 'gl_actions.amx'...
[19:00:23]   Loading filterscript 'gl_realtime.amx'...
[19:00:23]   Loading filterscript 'gl_property.amx'...
[19:00:23] 
-----------------------------------
[19:00:23] Grand Larceny Property Filterscript        
[19:00:23] -----------------------------------
[19:00:23]   Loading filterscript 'gl_mapicon.amx'...
[19:00:23]   Loading filterscript 'ls_elevator.amx'...
[19:00:23]   Loading filterscript 'attachments.amx'...
[19:00:23]   Loading filterscript 'skinchanger.amx'...
[19:00:23] 
--Admin Player Skin Changer Loaded
[19:00:23]   Loading filterscript 'vspawner.amx'...
[19:00:23] 
--Admin Vehicle Spawner Loaded
[19:00:23]   Loading filterscript 'ls_mall.amx'...
[19:00:23]   Loading filterscript 'ls_beachside.amx'...
[19:00:23] 
[19:00:23]   |---------------------------------------------------
[19:00:23]   |--- LS BeachSide Filterscript
[19:00:23]   |--  Script v1.03
[19:00:23]   |--  19th April 2015
[19:00:23]   |---------------------------------------------------
[19:00:23]   |--  LS BeachSide Building Elevator created
[19:00:23]   |---------------------------------------------------
[19:00:23]   Loaded 10 filterscripts.
[19:00:23] Reading File: blank
[19:00:23] Reading File: properties/houses.txt
[19:00:23] Reading File: properties/businesses.txt
[19:00:23] Reading File: properties/banks.txt
[19:00:23] Reading File: properties/police.txt
[19:00:23] Script[gamemodes/grandlarc.amx]: Run time error 19: "File or function is not found"
[19:00:23] Number of vehicle models: 0 
what should i do guys thanks in advance


Re: Help in Discord Connector plugins !! - d3Pedro - 02.10.2018

What kind of VPS you're using? Is it centOS?


Re: Help in Discord Connector plugins !! - v1k1nG - 02.10.2018

Read what you posted
PHP код:
 19:00:23]   Loaded
[
19:00:23]  Loading plugindiscord-connector.so 
[19:00:23]   Failed (libssl.so.1.0.0cannot open shared object fileNo such file or directory
[
19:00:23]  Loading pluginlog-core.so 
[19:00:23]   Failed 



Re: Help in Discord Connector plugins !! - RJTabish - 02.10.2018

Yes its vps server what should i do please

PHP код:
[12:46:58]   Loaded.
[
12:46:58]  Loading plugindiscord-connector.so
[12:46:58]   Failed (libssl.so.1.0.0cannot open shared object fileNo such file or directory)
[
12:46:58]  Loaded 3 plugins



Re: Help in Discord Connector plugins !! - RJTabish - 02.10.2018

3 weeks gone still i'm in terrible situation please help !!


Re: Help in Discord Connector plugins !! - RJTabish - 02.10.2018

alright i got it its was problem in Centos


Re: Help in Discord Connector plugins !! - DAKYSKYE - 02.10.2018

Well, for Ubuntu, you have to do this.
for x64 ubuntu servers:
PHP код:
sudo dpkg --add-architecture i386//
sudo apt-get update//
sudo apt-get upgrade//
sudo apt-get install libc6-i386
sudo apt
-get install libgcc1:i386
sudo apt
-get install lib32gcc1
sudo apt
-get install lib32stdc++6//
sudo apt-get dist-upgrade// 
notice that parts with // at the end are most important but it's not bad to check other parts. for x86(x32, i386) ubuntu servers, you don't have to sudo dpkg.