jesman
2019-08-12 03:08 deepin
Next problem is
This is a bit harder to tackle. If anyone has ideas, please reply. I will update this if I find a resolution.
/usr/bin/SecureCRT: error while loading shared libraries: libjpeg.so.8: cannot open shared object file: No such file or directory
This is a bit harder to tackle. If anyone has ideas, please reply. I will update this if I find a resolution.
Reply Like 0 View the author
I am trying to install SecureCRT: https://www.vandyke.com/products/securecrt/
But when I try to install the .deb file I get the following error:
I have done sudo sudo apt install libssl-dev but it did not help.How can I fix this?
EDIT:
copy paste this into the terminal:
wget http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.0.0_1.0.1t-1+deb8u11_amd64.deb
sudo dpkg --install libssl1.0.0_1.0.1t-1+deb8u11_amd64.deb
sudo dpkg -i libssl1.0.0_1.0.1t-1+deb8u11_amd64.deb
And it's fixed