Libs problem

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
Status
Not open for further replies.

zyadfares

New member
Joined
Aug 16, 2019
Messages
4
Credits
1
hello im using these serverfiles
i placed all libs in /usr/lib32 and usr/lib and directly in /lib/ but its still giving me this error

/lib/libstdc++.so.6: version CXXABI_1.3.8 required by /usr/game/share/all_config/game/game not found

so if someone tried to files and have the compatible libs for it i'd appreciate thanks
 
hello im using these serverfiles
i placed all libs in /usr/lib32 and usr/lib and directly in /lib/ but its still giving me this error

/lib/libstdc++.so.6: version CXXABI_1.3.8 required by /usr/game/share/all_config/game/game not found

so if someone tried to files and have the compatible libs for it i'd appreciate thanks

Look closely at what I have written and you will find what you are looking for.
 
make sure you know which freebsd version these serverfiles are compiled on. then

if there's incompatibility you should execute this command:


pkg install misc/compat[VERSION]x

replace [VERSION] with the version that freebsd is compiled on.

example for version 9:
pkg install misc/compat9x
 
Compile the game adding -static in flags. This way all the necessary libs are loaded.
 
Status
Not open for further replies.
Back
Top