1
When trying to run the Packet Tracer on Receiver 25 it shows the following error.
./PacketTracer7: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory
Thanks in advance.
1
When trying to run the Packet Tracer on Receiver 25 it shows the following error.
./PacketTracer7: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory
Thanks in advance.
0
Problem Solved Just in case someone installs using FE25 and gives the same problem follow the steps.
Initially I searched for a folder that has lib using the following command.
locate libcrypto.so.1.0.0
The only folder it had was the /usr/local/lib/Warsaw/libcrypto.so. 1.0.0
I copied lib to 2 folders only to secure lib in packettracer installation folder using the following command:
sudo cp /usr/local/lib/warsaw/libcrypto.so.1.0.0 /opt/pt/lib
and also for the folder /usr/lib
sudo cp /usr/local/lib/warsaw/libcrypto.so.1.0.0 /usr/lib
Later I realized, that every time he runs packetTracer he gave a permision problem on a linux daemon, using the "log" tool of the native installed server, only search in the applications.
The command of permission
sudo chmod 755 /etc/rc.d/init.d/warsaw
Browser other questions tagged linux
You are not signed in. Login or sign up in order to post.