I have downloaded the sources for metamod and i tried to compile them,
everything compiles fine but putting it into the server addon directory
and running the server with it wont work correctly, i get these errors:
=====================================================================
Console initialized.
scandir failed:/home/..../cstrike/./platform/SAVE
Protocol version 47
Exe version 1.1.2.5/Stdio (cstrike)
Exe build: 02:38:31 Jul 7 2004 (2738)
STEAM Auth Server
couldn't exec language.cfg
Server IP address 127.0.1.1:27015
LoadLibrary failed on ./cstrike/addons/metamod/dlls/metamod_i386.so:
./cstrike/addons/metamod/dlls/metamod_i386.so: undefined symbol:
__gxx_personality_v0
Host_Error: Couldn't get DLL API from
./cstrike/addons/metamod/dlls/metamod_i386.so!
FATAL ERROR (shutting down): Host_Error: Couldn't get DLL API from
./cstrike/addons/metamod/dlls/metamod_i386.so!
email debug.log to linux@...
Sat Jun 28 01:42:52 CEST 2008: Server restart in 10 seconds
=====================================================================
I have created the necessary hlsdk directories and filed them with the
content. I Compiled it in "debug" mode. Downloading it from the site and
running it will work fine, but since i need to alter code, it is vital
for me being able to compile it my self. Has anyone some idea's why it
wont work?