Insurgency

Insurgency

Ver estadísticas:
Este tema ha sido cerrado
[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
Última edición por This_Idiot_Games; 28 AGO 2014 a las 4:38
< >
Mostrando 1-5 de 5 comentarios
This_Idiot_Games 28 AGO 2014 a las 4:37 
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
Radical 18 ABR 2015 a las 10:26 
I have the same problem when using the mod freak fortress 2 and this not work for me.
This_Idiot_Games 20 ABR 2015 a las 5:09 
Publicado originalmente por System Failure :
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
Radical 20 ABR 2015 a las 7:35 
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
--|B-TEAM|-- SPiNX 18 SEP 2019 a las 15:55 
Publicado originalmente por GiZ:
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.
< >
Mostrando 1-5 de 5 comentarios
Por página: 1530 50