Vincenzo's hacks » crashes http://vincenzo-ampolo.net hacks, researches, thoughts Wed, 09 Oct 2013 21:27:22 +0000 en-US hourly 1 http://wordpress.org/?v=3.6.1 How to fix bash: ./utserver: No such file or directory on ubuntu 64 bit http://vincenzo-ampolo.net/2012/02/18/how-to-fix-bash-utserver-no-such-file-or-directory-on-ubuntu-64-bit/ http://vincenzo-ampolo.net/2012/02/18/how-to-fix-bash-utserver-no-such-file-or-directory-on-ubuntu-64-bit/#comments Sat, 18 Feb 2012 14:45:11 +0000 vampolo http://goshawknest.wordpress.com/?p=227 If you are crashing your head in front of your monitor because a bittorrent program called utserver is giving back the following error:


goshawk@jupiter:/opt/utorrent-server-v3_0$ ./utserver -daemon utorrent.conf
bash: ./utserver: No such file or directory
goshawk@jupiter:/opt/utorrent-server-v3_0$

or it is just crashes silently, it’s because you are trying to run it without libssl 0.9.8 i386 version.

To fix it just do:


goshawk@jupiter:~$ sudo apt-get install libssl0.9.8:i386

goshawk@jupiter:~$ sudo aptitude unmarkauto libssl0.9.8:i386

The second command ensures that the package will not be removed from the system for no reason.

]]>
http://vincenzo-ampolo.net/2012/02/18/how-to-fix-bash-utserver-no-such-file-or-directory-on-ubuntu-64-bit/feed/ 1