You are not logged in.
Pages: 1
Hi there!
i have an issue running Packettracer 6.3
I downloaded packettracer from cisco, than unpacked it and startet the ./install script.
When i run "packettracer" nothing happens.
If i go into packettracer/bin/ and run "PacketTracer6" i get
./PacketTracer6: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory
I found the "libcrypto.so.1.0.0" in /usr/lib/x86 64linux-gnu/ but PT does not find it T.T
I use an 64bit System
Looking forward for your help,
Thank you
~vio
Last edited by violett199 (2016-04-06 14:29:08)
Offline
What link did you use to download it?
Offline
Hi there!
i have an issue running Packettracer 6.3
I downloaded packettracer from cisco, than unpacked it and startet the ./install script.
When i run "packettracer" nothing happens.
If i go into packettracer/bin/ and run "PacketTracer6" i get./PacketTracer6: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory
I found the "libcrypto.so.1.0.0" in /usr/lib/x86 64linux-gnu/ but PT does not find it T.T
I use an 64bit System
Looking forward for your help,
Thank you
~vio
What does
file PacketTracker6
ldd PacketTracker6
print? Assuming the binary is 32bit, you need to enable multiarch and add the i386 architecture to your system; then, install libssl1.0.0:i386 and all other required libraries in their 32bit versions.
Offline
Thank you for the quick response!
the file is downloaded from www.netacad.com
It seems there is only a 32bit version
file PacketTracer6
PacketTracer6: ELF 32-bit LSB executable, Intel 80386, version 1 (GNU/Linux), dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linux 2.6.24, BuildID[sha1]=2c3a541c84a006007125bc8ba8a8d0eb54e27a18, not stripped
ldd PacketTracer6
linux-gate.so.1 (0xf7727000)
libcrypto.so.1.0.0 => not found
libQtWebKit.so.4 => not found
libQtScriptTools.so.4 => not found
libQtScript.so.4 => not found
libQtXml.so.4 => not found
libQtGui.so.4 => not found
libQtNetwork.so.4 => not found
libQtCore.so.4 => not found
libpthread.so.0 => /lib/i386-linux-gnu/i686/cmov/libpthread.so.0 (0xf76ef000)
libstdc++.so.6 => /usr/lib32/libstdc++.so.6 (0xf75fd000)
libm.so.6 => /lib/i386-linux-gnu/i686/cmov/libm.so.6 (0xf75b7000)
libgcc_s.so.1 => /lib/i386-linux-gnu/libgcc_s.so.1 (0xf759a000)
libc.so.6 => /lib/i386-linux-gnu/i686/cmov/libc.so.6 (0xf73ec000)
/lib/ld-linux.so.2 (0xf772a000)
For multiarch i used
sudo dpkg --add-architecture i386
Is possible that i have to add links like libQtWebKit.so.4 > libQtWebKit4
Becuase i have "libQtWebKit4" installed but the programm can not find the libQtScriptTools.so.4
Thank your Help!
Offline
No, manual linking shouldn't be necessary; you would install all the :i386 libraries and then the linker will pick up the libraries by itself. Just make sure to install the correct packages first; check out the package here; it contains an install script which has hints on the required package names.
I wouldn't recommend running the script by itself because it does an awful lot; rather than that, I recommend going through the script and pick the commands with you didn't execute/the things you didn't install yet. It also takes care of adding the i386 arch to your system.
Offline
The Lib "lib32bz2-1.0" does not exist. But i installed the other libs from that install script manually and it works now!
Thank you very much nobody!
Offline
Pages: 1