04-23-2013, 08:00 PM
(This post was last modified: 04-23-2013, 08:05 PM by willberama.)
Hi,
Not sure if this is a good place to put this, but I will try. I am sure you have helped many people with sdkhooks, too. I am having a problem with loading any sourcemod plugin that requires them. A little about my server, it is a VPS:
Server OS: Fedora 17 32bit
Processor: not sure
Ram: 1GB
Games: TF2
Start Up Command:
Admin Mods: Metamod -1.10.0-devV, Sourcemod -1.5.0-dev+3734
So with that out of the way basically anytime I try and run sm plugins load plugin name that requires sdkhooks I get a message that says "failed to load: Required extension "sdkhooks" file("sdkhooks.ext") not running." not sure how to fix this issue. I ran a couple of commands to find out what the server is running and got the following:
I have looked all over the web and can't find the answer. I realize this might be the wrong forum, if so then please point me in the right direction.
Cheers!
Not sure if this is a good place to put this, but I will try. I am sure you have helped many people with sdkhooks, too. I am having a problem with loading any sourcemod plugin that requires them. A little about my server, it is a VPS:
Server OS: Fedora 17 32bit
Processor: not sure
Ram: 1GB
Games: TF2
Start Up Command:
Code:
#!/bin/sh
echo "Starting Soupcart"
sleep 1
screen -A -m -d -S soupcart ./srcds_run -console -game tf -secure +map pl_goldrush +maxplayers 24 -autoupdate -ip 173.243.118.197 -port 27015 +exec server.cfg
So with that out of the way basically anytime I try and run sm plugins load plugin name that requires sdkhooks I get a message that says "failed to load: Required extension "sdkhooks" file("sdkhooks.ext") not running." not sure how to fix this issue. I ran a couple of commands to find out what the server is running and got the following:
Code:
meta list
Listing 3 plugins:
[01] SourceMod (1.5.0-dev+3734) by AlliedModders LLC
[02] TF2 Tools (1.5.0-dev+3734) by AlliedModders LLC
[03] SDK Tools (1.5.0-dev+3734) by AlliedModders LLC
sm exts list
[SM] Displaying 14 extensions:
[01] Automatic Updater (1.5.0-dev+3734): Updates SourceMod gamedata files
[02] Webternet (1.5.0-dev+3734): Extension for interacting with URLs
[03] TF2 Tools (1.5.0-dev+3734): TF2 extended functionality
[04] BinTools (1.5.0-dev+3734): Low-level C/C++ Calling API
[05] Top Menus (1.5.0-dev+3734): Creates sorted nested menus
[06] SDK Tools (1.5.0-dev+3734): Source SDK Tools
[07] <FAILED> file "sdkhooks.ext.so": /home/snowman/lobby/orangebox/tf/addons/sourcemod/extensions/sdkhooks.ext.so: cannot open shared object file: No such file or directory
[08] cURL Extension (1.3.0.0): cURL Extension
[09] Client Preferences (1.5.0-dev+3734): Saves client preference settings
[10] SQLite (1.5.0-dev+3734): SQLite Driver
I have looked all over the web and can't find the answer. I realize this might be the wrong forum, if so then please point me in the right direction.
Cheers!