Thisnamewilldo Posted October 12, 2014 Share Posted October 12, 2014 Hello, me again, as you can tell I'm having lots of fun trying to get games running So, another problem, I found out how to get the Rust config working etc but now I have this problem on the logs when starting up: Fallback handler could not load library /home/tcagame/admin/56/RustDedicated_Data/Mono/x86_64/.//home/tcagame/admin/5/RustDedicated_Data/Plugins/x86_64/libRustNative.so Fallback handler could not load library /home/tcagame/admin/56/RustDedicated_Data/Mono/x86_64/lib/home/tcagame/admin/5/RustDedicated_Data/Plugins/x86_64/libRustNative.so Fallback handler could not load library /home/tcagame/admin/56/RustDedicated_Data/Mono/x86_64/./lib/home/tcagame/admin/5/RustDedicated_Data/Plugins/x86_64/libRustNative.so Fallback handler could not load library /home/tcagame/admin/56/RustDedicated_Data/Mono/x86_64/lib/home/tcagame/admin/5/RustDedicated_Data/Plugins/x86_64/libRustNative.so Couldn't open /home/tcagame/admin/56/RustDedicated_Data/Plugins/x86_64/libRustNative.so, error: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by /home/tcagame/admin/56/RustDedicated_Data/Plugins/x86_64/libRustNative.so) I am using Debian 64 bit. Any help appreciated! Thanks. Link to comment Share on other sites More sharing options...
krazos Posted November 17, 2014 Share Posted November 17, 2014 RUST is missing GLIBC, check if you have all dependencies for RUST installed. This is a common error I stumbled upon many times in different gameservers, the most common ones are glibc and libstdcc++. You can install it via apt-get, but if it still doesnt work try putting the libraries in the RUST gameserver directory. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now