SRCDS Steam group


[SOLVED] Error loading a linux DS plugin
#1
I'm trying to bypass the 24 players limit on my TF2 linux dedicated server.
I have a plugin, named plr_i486.so, in orangebox/bin/
In orangebox/tf/addons/, I have a playerlimit.vdf file, which contains:

Code:
"Plugin"
{
        "file"  "../../bin/plr_i486.so"
}
I've tried changing the path to full path: /home/steam/orangebox/bin/plr_i486.so. I tried with "plr", "plr_i486" and "plr_i486.so".
In each case, I get this message when I launch the server:
Code:
Unable to load plugin "plr"
maxplayers set to 24
maxplayers set to 24

What do I do wrong and what can I do to make this plugin loaded?
Thank you
Reply
#2
Well, it was not a problem with srcds itself but a library problem
The command ldd plr_i486.so told me that my old linux distrib was missing libstdc++.so.6, so installing it fixed the problem
Reply
#3
Oh thanks for a solution Smile
realchamp Wrote:
Hazz Wrote:Has someone helped you on these forums? If so, help someone else
Mooga Wrote:OrangeBox is a WHORE.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)