Friday, April 19, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 11348  / 3 Years ago, fri, september 10, 2021, 9:50:41

I have installed smoothly PTR 6.0.1 according to this site (How do I run Cisco Packet Tracer 6.0.1?), but when I want to run it this error appears:



PacketTracer6: error while loading shared libraries: libQtScriptTools.so.4: cannot open shared object file: No such file or directory


I have Ubuntu version 13.10.
Can somebody help me with this? Thanx.



EDIT:
Hello, so I have installed this libqt4-scriptools:i386 library and now this error appears:



PacketTracer6: error while loading shared libraries: libQt3Support.so.4: cannot open shared object file: No such file or directory.


I find this library here:/usr/local/PacketTracer6/lib/libQt3Support.so.4


More From » 14.04

 Answers
6

PacketTracer6 tries to load a library called libQtScriptTools.so.4, but cannot find it. This usually is caused by one of two things.






Library missing



The first, more likely cause: The library is not installed. Luckily, the fix is easy.



Run



sudo apt-get install libqt4-scripttools:i386


That will install the 32-bit-version of the library, which is necessary because Cisco ships a 32-bit version of PacketTracer6 only.






Problems with the library path



The second cause: The library is installed, but PacketTracer cannot find it. In order to work around that, you could run



LD_PRELOAD=/path/to/libQtScriptTools.so.4 /path/to/packettracer


after replacing the paths with the real ones from your system.






Update: Since PacketTracer also seems to need libQt3Support.so.4, but doesn't use the version it ships with, you will have to install libqt4-qt3support:i386 as well.


[#28037] Sunday, September 12, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
tiowift

Total Points: 119
Total Questions: 113
Total Answers: 110

Location: South Sudan
Member since Sun, Jul 11, 2021
3 Years ago
tiowift questions
Wed, Aug 3, 22, 04:45, 2 Years ago
Mon, Nov 7, 22, 10:58, 1 Year ago
Wed, May 10, 23, 17:52, 1 Year ago
;