misyltoad/VPhysics-Jolt

[Counter Strike Source Dedicated Server] Start problem

Opened this issue · 1 comments

failed to dlopen /home/jtaylerj/vspace/css_server/bin/vphysics_srv.so error=bin/libstdc++.so.6: version CXXABI_1.3.9' not found (required by /home/jtaylerj/vspace/css_server/bin/vphysics_srv.so) failed to dlopen vphysics_srv.so error=bin/libstdc++.so.6: version CXXABI_1.3.9' not found (required by bin/vphysics_srv.so)
AppFramework : Unable to load module vphysics_srv.so!
Unable to load interface VPhysics031 from vphysics_srv.so

Since VPhysics Jolt for Linux is to be compiled with modern g++, it creates incompatibilities with default SRCDS. If you strongly wish to use Jolt on Linux, to workaround this, you'll have to open a Shell, navigate to the server's root bin directory (not the one inside mod's folder, like cstrike/bin) and type the following, ideally with server stopped:

mv libstdc++.so.6 libstdc++.so.6.bak
ln -s /usr/lib32/libstdc++.so.6 libstdc++.so.6

(I don't recommend doing this if you don't know what this is about)