-
-
Notifications
You must be signed in to change notification settings - Fork 56
Compile on Debian 12 #63
Copy link
Copy link
Open
Labels
Engine: ⚙️ IndependentCase do not refer to any Engine.Case do not refer to any Engine.OS: 🐧 LinuxCase refers to Linux.Case refers to Linux.Priority: ⚠️ mediumMedium priority tasks that should be addressed soon.Medium priority tasks that should be addressed soon.Status: ⚠️ triageA label used to categorize issues for prioritization and organization.A label used to categorize issues for prioritization and organization.Status: 🛟 help wantedHelp wanted.Help wanted.
Milestone
Metadata
Metadata
Assignees
Labels
Engine: ⚙️ IndependentCase do not refer to any Engine.Case do not refer to any Engine.OS: 🐧 LinuxCase refers to Linux.Case refers to Linux.Priority: ⚠️ mediumMedium priority tasks that should be addressed soon.Medium priority tasks that should be addressed soon.Status: ⚠️ triageA label used to categorize issues for prioritization and organization.A label used to categorize issues for prioritization and organization.Status: 🛟 help wantedHelp wanted.Help wanted.
Hi there im using this for compiling
./build.sh --compiler=gcc
Everything ok, but at the end when server is starting
LoadLibrary failed on /home/container/./cstrike/addons/metamod/dlls/metamod_i386.so: ./libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by /home/container/./cstrike/addons/metamod/dlls/metamod_i386.so)
Host_Error: Couldn't get DLL API from /home/container/./cstrike/addons/metamod/dlls/metamod_i386.so!
FATAL ERROR (shutting down): Host_Error: Couldn't get DLL API from /home/container/./cstrike/addons/metamod/dlls/metamod_i386.so!
Server is runing inside Pterodactyl container
Tryed: ./build.sh --compiler=gcc --jobs=10 -D=USE_STATIC_LIBSTDC=OFF / ON no one works, how are you compiling it, cuz your version works fine :)
Thanks