libjpeg.so.62: cannot open shared object file: No such file or directory
I am trying to install hacketyhack software:
http://hackety.com/
But i get an issue when installing thir script,
libjpeg.so.62: cannot open shared object file: No such file or directory
I checked in synaptics and it is already installed, do you have any advice?
I'm on Ubuntu 12.04.
Are you running a 64bit version of Ubuntu? If so than you need to install the 32bit version of libjpeg via this command
sudo apt-get install libjpeg62:i386
It seems hacketyhack uses the 32bit version of libjpeg
If the command in accepted answer doesn't work try using the following command
sudo apt-get install libjpeg62
It installs amd64 version of libjpeg62 which may be the case for some.