Raised This Month: $32 Target: $400
 8% 

[TF2] Last update crashed the server


Post New Thread Reply   
 
Thread Tools Display Modes
lugui
Senior Member
Join Date: Feb 2016
Location: GetClientAbsOrigin();
Old 04-14-2017 , 22:09   Re: [TF2] Last update crashed the server
Reply With Quote #11

Now the error is:

dlopen failed trying to load:
/home/steam/.steam/sdk32/steamclient.so
with error:
/home/steam/.steam/sdk32/steamclient.so: cannot open shared object file: No such file or directory
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Segmentation fault (core dumped)
lugui is offline
Kerem Er
Member
Join Date: Mar 2015
Old 04-14-2017 , 22:19   Re: [TF2] Last update crashed the server
Reply With Quote #12

if you use centos 7 try this

Code:
yum install libcurl.i686
ln -s /usr/lib/libcurl.so.4 /usr/lib/libcurl-gnutls.so.4

Last edited by Kerem Er; 04-14-2017 at 22:19. Reason: code
Kerem Er is offline
lugui
Senior Member
Join Date: Feb 2016
Location: GetClientAbsOrigin();
Old 04-14-2017 , 22:20   Re: [TF2] Last update crashed the server
Reply With Quote #13

Quote:
Originally Posted by Kerem Er View Post
if you use centos 7 try this

Code:
yum install libcurl.i686
ln -s /usr/lib/libcurl.so.4 /usr/lib/libcurl-gnutls.so.4

In my case, it is ubuntu 16.04 and I alread installed libstdc++.so.6

Last edited by lugui; 04-14-2017 at 22:20.
lugui is offline
Kerem Er
Member
Join Date: Mar 2015
Old 04-14-2017 , 22:27   Re: [TF2] Last update crashed the server
Reply With Quote #14

Quote:
Originally Posted by lugui View Post
In my case, it is ubuntu 16.04 and I alread installed libstdc++.so.6
ah right i didn't see first post
Kerem Er is offline
wakaz
New Member
Join Date: Apr 2017
Old 04-15-2017 , 00:26   Re: [TF2] Last update crashed the server
Reply With Quote #15

Quote:
Originally Posted by Kerem Er View Post
if you use centos 7 try this

Code:
yum install libcurl.i686
ln -s /usr/lib/libcurl.so.4 /usr/lib/libcurl-gnutls.so.4
Thanks!
Using Freebsd 12.0 Current with emulators/linux_base-c7 port installed I was getting the below on start up since the toolchain update:

Code:
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Segmentation fault (core dumped)
Linking as per your suggestion with the below enables the server to start again for me.

Code:
ln -s /compat/linux/lib/libcurl.so.4 /compat/linux/lib/libcurl-gnutls.so.4
wakaz is offline
PabloxDS
AlliedModders Donor
Join Date: Feb 2013
Old 04-15-2017 , 02:03   Re: [TF2] Last update crashed the server
Reply With Quote #16

https://forums.alliedmods.net/showpo...16&postcount=2

This did the trick. I run my servers on Ubuntu 14.04.5 LTS.

If you don't have access there, here are the commands

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

apt-get install lib32stdc++6
apt-get install libcurl3-gnutls:i386

Last edited by PabloxDS; 04-15-2017 at 02:07. Reason: I wasn't sure if i'm allowed to post stuff from the donors section
PabloxDS is offline
nosoop
Veteran Member
Join Date: Aug 2014
Old 04-15-2017 , 02:07   Re: [TF2] Last update crashed the server
Reply With Quote #17

Quote:
Originally Posted by PabloxDS View Post
https://forums.alliedmods.net/showpo...16&postcount=2

This did the trick. I run my servers on Ubuntu 14.04.5 LTS.
Similar solution on an unrestricted subforum.
I assume so anyways, since I can't even see the post you linked.

Additional default dependencies can be found in this TF2 Wiki entry, though that particular list is out of date.
__________________
I do TF2, TF2 servers, and TF2 plugins.
I don't do DMs over Discord -- PM me on the forums regarding inquiries.
AlliedModders Releases / Github / TF2 Server / Donate (BTC / BCH / coffee)

Last edited by nosoop; 04-15-2017 at 02:12.
nosoop is offline
PabloxDS
AlliedModders Donor
Join Date: Feb 2013
Old 04-15-2017 , 02:46   Re: [TF2] Last update crashed the server
Reply With Quote #18

I had these exact same errors on my terminal before i entered those commands.

https://www.mail-archive.com/[email protected]/msg76409.html


Quote:
sudo apt-get update
sudo apt-get dist-upgrade

apt-get install lib32stdc++6
apt-get install libcurl3-gnutls:i386

Last edited by PabloxDS; 04-15-2017 at 02:48.
PabloxDS is offline
lugui
Senior Member
Join Date: Feb 2016
Location: GetClientAbsOrigin();
Old 04-15-2017 , 10:18   Re: [TF2] Last update crashed the server
Reply With Quote #19

Quote:
Originally Posted by PabloxDS View Post
https://forums.alliedmods.net/showpo...16&postcount=2

This did the trick. I run my servers on Ubuntu 14.04.5 LTS.

If you don't have access there, here are the commands

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

apt-get install lib32stdc++6
apt-get install libcurl3-gnutls:i386


Thx, libcurl3-gnutls:i386 fixed the problem.
lugui is offline
Tomala
Member
Join Date: Sep 2010
Location: Orygun
Old 04-15-2017 , 18:22   Re: [TF2] Last update crashed the server
Reply With Quote #20

Quote:
Originally Posted by Kerem Er View Post
if you use centos 7 try this

Code:
yum install libcurl.i686
ln -s /usr/lib/libcurl.so.4 /usr/lib/libcurl-gnutls.so.4
Thank you. That worked perfectly.
__________________
Tomala is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 13:20.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode