IRC plugin problem - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: IRC plugin problem (
/showthread.php?tid=170475)
IRC plugin problem -
Wrath2k10 - 23.08.2010
Hello,
While i try to start my server I get the following message:
Код:
[12:06:35] Loading plugin: irc.so
[12:06:35] Failed (libssl.so.0.9.8: cannot open shared object file: No such file or directory)
Anybody a suggestion fixing it
(it is a centos vps, i tried yum install openssl. it says it is up to date)
Re: IRC plugin problem -
[HiC]TheKiller - 23.08.2010
Make sure the irc.so is in your plugins directory
.
Re: IRC plugin problem -
Wrath2k10 - 23.08.2010
Scriptfiles
Are you sure @ scriptfiles instead of the plugin folder?
I've got 2 other plugins (mysql (gstyle) and streamer(don't know) and they work perfect)
Re: IRC plugin problem -
[HiC]TheKiller - 23.08.2010
I mean the plugins folder, I'm so fking tired.
Re: IRC plugin problem -
Wrath2k10 - 23.08.2010
The .so file is in the plugin folder
Re: IRC plugin problem -
billiout - 23.08.2010
do you have it like this on server.cfg? plugins irc.so
Re: IRC plugin problem -
Wrath2k10 - 23.08.2010
Quote:
echo Executing Server Config...
lanmode 0
rcon_password *top secret*
maxplayers 5
port 7777
hostname bla bla bla
gamemode0 bare 1
announce 1
query 1
plugins mysql.so irc.so streamer.so
weburl www.******.com
maxnpc 0
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
|
my complete log:
http://pastebin.com/2VFL5U26
Ignore the gamemodename, it is just to test all the plugins etc