TF2 beta servers

Ask questions about dedicated servers here and we and other users will do our best to answer them. Please also refer to the self-help section for tutorials and answers to the most commonly asked questions.
Post Reply
User avatar
DrKnuckles
New to forums
New to forums
Posts: 4
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sat Sep 06, 2014 1:04 pm
Location: Florida, US
Contact:

TF2 beta servers

Post by DrKnuckles »

I am trying to get a beta server to work on my server, running Debian Jessie. Has anyone had any luck with this, and if so, what did you need to install to get it to work?

I am getting this error:

https://gyazo.com/8e86bf6152f1fe436593e0cc601d5b24
User avatar
Spray
Former staff
Former staff
Posts: 630
Joined: Wed Dec 28, 2011 10:41 pm
Location: Oregon

Re: TF2 beta servers

Post by Spray »

This error usually means the 32bit libraries can't be found. Try running the following to install them:

Code: Select all

sudo apt-get install lib32stdc++6
User avatar
Edge100x
Founder
Founder
Posts: 12947
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: TF2 beta servers

Post by Edge100x »

If you only have problem with the beta, then you may also need to perform more general OS updates, as you must have already had the old version. What version of Debian are you running?
User avatar
DrKnuckles
New to forums
New to forums
Posts: 4
Joined: Sat Sep 06, 2014 1:04 pm
Location: Florida, US
Contact:

Re: TF2 beta servers

Post by DrKnuckles »

8.7 Jessie
User avatar
DrKnuckles
New to forums
New to forums
Posts: 4
Joined: Sat Sep 06, 2014 1:04 pm
Location: Florida, US
Contact:

Re: TF2 beta servers

Post by DrKnuckles »

After multiple tries I seemed to have it all sorted. I am running Debian Jessie 8.7 and ran the following commands and was able to get my current TF2 servers running right:

sudo apt-get update
sudo apt-get dist-upgrade

apt-get install lib32stdc++6 (Thanks Spray)
apt-get install libcurl3-gnutls:i386

Hopefully someone finds this info useful.
Post Reply