Failed to read libtier.so

Post Reply
Cogliostro
New to forums
New to forums
Posts: 1
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Thu Apr 06, 2023 3:15 pm

Failed to read libtier.so

Post by Cogliostro »

Hello Everyone,

I don't have a question, but wanted to post this in case anyone runs into the same issue I did for future use.

I spent a number of hours over the last few days reading through forums & trying new apt installs regarding the subject error I received when trying to start my csgo server on Ubuntu 22.04.

If you run into the subject error, simply rename the "libtier.so" file to anything (literally anything) and the server should start right up. I also made sure that my "LD_LIBRARY_PATH" was correct (see below example) in the srcds file, but it should be as simple as that.

Just wanted to post this in NFO in case anyone can use it to avoid hours of reading through forums. Hope this helps. Thank you.

export LD_LIBRARY_PATH=/path/to/my/server:/path/to/my/server/bin:{$LD_LIBRARY_PATH}
Post Reply