Insurgency

Insurgency

Voir les stats:
Ce sujet a été verrouillé
[SOLVED] Minidump Bug - Ubuntu 14.04 libcurl.so
Noticed that dumps from my server are not uploading
UtlRBTree overflow! CUtlRBTree overflow! PreMinidumpCallback: updating dump comment Uploading dump (out-of-process) [proxy ''] /tmp/dumps/assert_20140825190657_1.dmp Finished uploading minidump (out-of-process): success = no error: libcurl.so: cannot open shared object file: No such file or directory Segmentation fault (core dumped)

Found that there is no libcurl.so in the shared libraries.
I have created a symlink to work around this issue:
ln -s /usr/lib/x86_64-linux-gnu/libcurl.so.3 /usr/lib/x86_64-linux-gnu/libcurl.so
Dernière modification de This_Idiot_Games; 28 aout 2014 à 4h38
< >
Affichage des commentaires 1 à 5 sur 5
Solved this myself, so in case anybody else runs into this issue, you need to have the 32-bit library for curl. To get this for 64-bit Ubuntu, run:
sudo apt-get install libcurl3:i386
I have the same problem when using the mod freak fortress 2 and this not work for me.
System Failure a écrit :
I have the same problem when using the mod freak fortress 2 and this not work for me.
Are you getting this line in your error message?
error: libcurl.so: cannot open shared object file: No such file or directory
yes, and symlink solve it, but not solve "Uploading dump (out-of-process)" and server is crashed... this is my problem... https://github.com/50DKP/FF2-Official/issues/250
GiZ a écrit :
sudo apt-get install libcurl3:i386

BAD ADVICE. That will make it so hlds won't work at all.

dpkg -l | grep curl
dpkg --add-architecture i386
apt install libcurl3-gnutls:i386 -y && apt update -y && apt upgrade -y
dpkg -l | grep curl | grep 386

That will automatically restart from a segmentation fault instead of hang. It won't show root cause. -condebug would put one closer to that aspect.
< >
Affichage des commentaires 1 à 5 sur 5
Par page : 1530 50