How to fix bash: ./utserver: No such file or directory on ubuntu 64 bit
ubuntu
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.