I installed Cisco packet tracer on ubuntu 18.04 using this link. It works perfectly fine on "Guest session" but does not login to my cisco account. It throws this error whenever I try to login and asks to force quit:
./libcrypto.so.1.0.0: no version information available (required by ./PacketTracer7)
Floating point exception (core dumped)
You may try to install Microsoft fonts, see instruction under the link below: https://wiki.archlinux.org/index.php/Microsoft_fonts
On my Ubuntu 16.04.6, I found an answer by doing:
YMMV, but it looks like you need to install
libssl1.0.0
andlibssl1,0,0-dbg
.OR, if you already have those packages installed, and, since PacketTracer is complaining about "
./libcrypto.so.1.0.0
" (indicating it wants to findlibcrypto.so.1.0.0
in the current directory?), maybe you should(or wherever the
locate
told you yourlibcrypto
is).