Posts

Showing posts from June, 2019

libpng12.so.0 and libcrypto.so.1.0.0 error on ubuntu/kali and debian while using PacketTracer

Image
There is an error while starting Cisco Packet Tracer in latest Debian derived operating systems like Ubuntu, Kali etc. First problem is libpng error:  ./PacketTracer7: error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory. Other error i s libcrypto.so.1.0.0: no version information available solution: In this post we are going to solve both above errors. I am using Ubuntu 19.04 but it works on other Linux OS with same problem. libpng12 error is caused because Packet Tracer can't find libpng12 library in /lib/x86 folder You can try to install it with apt-get install libpng12-0 but there is a high chance it will throw an error while trying to install. So follow these steps to fulfill libpng12 requirement manually. First we have to get libpng12 so follow below steps:  --> Download libpng12-0 from official website according to your system architecture.       --> link ...