Install Packet tracer 7

Latest response

Hello.

I have problem with installing Packet Tracer version 7.0.
I installed program, when I want to run a program nothing doing.
When I run command ldd /opt/pt/bin/PacketTracer7 I get message:

linux-vdso.so.1 =>  (0x00007ffe061a7000)
libcrypto.so.1.0.0 => not found
libQtWebKit.so.4 => not found
libQtScriptTools.so.4 => not found
libQtScript.so.4 => not found
libQtSvg.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 => /lib64/libpthread.so.0 (0x00007fee0ba4a000)
libstdc++.so.6 => /lib64/libstdc++.so.6 (0x00007fee0b743000)
libm.so.6 => /lib64/libm.so.6 (0x00007fee0b441000)
libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007fee0b22b000)
libc.so.6 => /lib64/libc.so.6 (0x00007fee0ae5e000)
/lib64/ld-linux-x86-64.so.2 (0x00007fee0bc66000)

Can I install missing packets?

Please, help me.

Kind Regards.

Responses

Looks like you are missing quite a few Qt libraries on your system. "yum list *qt*" should give you a list of packages that should help.

Phil Jensen, thank you for your answer. When I try install by command "yum install qtwebkit.x86_64" I get message :

Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-manager https://cdn.redhat.com/content/beta/rhel/client/7/x86_64/debug/repodata/repomd.xml: [Errno 14] HTTPS Error 403 - Forbidden Trying other mirror. To address this issue please refer to the below knowledge base article

https://access.redhat.com/solutions/69319

If above article doesn't help to resolve this issue please open a ticket with Red Hat Support.

https://cdn.redhat.com/content/beta/rhel/client/7/x86_64/os/repodata/repomd.xml: [Errno 14] HTTPS Error 403 - Forbidden Trying other mirror. https://cdn.redhat.com/content/beta/rhel/client/7/x86_64/source/SRPMS/repodata/repomd.xml: [Errno 14] HTTPS Error 403 - Forbidden Trying other mirror. https://cdn.redhat.com/content/dist/rhel/client/7/7Client/x86_64/openstack-tools/13/debug/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found Trying other mirror. To address this issue please refer to the below knowledge base article

https://access.redhat.com/articles/1320623

If above article doesn't help to resolve this issue please open a ticket with Red Hat Support.

https://cdn.redhat.com/content/dist/rhel/client/7/7Client/x86_64/openstack-tools/13/os/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found Trying other mirror. https://cdn.redhat.com/content/dist/rhel/client/7/7Client/x86_64/openstack-tools/13/source/SRPMS/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found Trying other mirror. https://cdn.redhat.com/content/beta/rhel/client/7/x86_64/optional/debug/repodata/repomd.xml: [Errno 14] HTTPS Error 403 - Forbidden Trying other mirror. https://cdn.redhat.com/content/beta/rhel/client/7/x86_64/optional/os/repodata/repomd.xml: [Errno 14] HTTPS Error 403 - Forbidden Trying other mirror. https://cdn.redhat.com/content/beta/rhel/client/7/x86_64/optional/source/SRPMS/repodata/repomd.xml: [Errno 14] HTTPS Error 403 - Forbidden Trying other mirror. Resolving Dependencies --> Running transaction check ---> Package qtwebkit.x86_64 0:2.1.1-1.el6 will be installed --> Processing Dependency: libGLU.so.1()(64bit) for package: qtwebkit-2.1.1-1.el6.x86_64 --> Processing Dependency: libQtBearer.so.1()(64bit) for package: qtwebkit-2.1.1-1.el6.x86_64 --> Processing Dependency: libQtCore.so.4()(64bit) for package: qtwebkit-2.1.1-1.el6.x86_64 --> Processing Dependency: libQtGui.so.4()(64bit) for package: qtwebkit-2.1.1-1.el6.x86_64 --> Processing Dependency: libQtLocation.so.1()(64bit) for package: qtwebkit-2.1.1-1.el6.x86_64 --> Processing Dependency: libQtMultimediaKit.so.1()(64bit) for package: qtwebkit-2.1.1-1.el6.x86_64 --> Processing Dependency: libQtNetwork.so.4()(64bit) for package: qtwebkit-2.1.1-1.el6.x86_64 --> Processing Dependency: libQtOpenGL.so.4()(64bit) for package: qtwebkit-2.1.1-1.el6.x86_64 --> Processing Dependency: libQtSensors.so.1()(64bit) for package: qtwebkit-2.1.1-1.el6.x86_64 --> Running transaction check ---> Package mesa-libGLU.x86_64 0:9.0.0-4.el7 will be installed ---> Package qt.x86_64 1:4.8.7-2.el7 will be installed --> Processing Dependency: qt-settings for package: 1:qt-4.8.7-2.el7.x86_64 ---> Package qt-mobility.x86_64 0:1.1.3-2.el6 will be installed --> Processing Dependency: libgstphotography-0.10.so.0()(64bit) for package: qt-mobility-1.1.3-2.el6.x86_64 ---> Package qt-x11.x86_64 1:4.8.7-2.el7 will be installed --> Processing Dependency: libmng.so.1()(64bit) for package: 1:qt-x11-4.8.7-2.el7.x86_64 --> Running transaction check ---> Package libmng.x86_64 0:1.0.10-14.el7 will be installed ---> Package qt-mobility.x86_64 0:1.1.3-2.el6 will be installed --> Processing Dependency: libgstphotography-0.10.so.0()(64bit) for package: qt-mobility-1.1.3-2.el6.x86_64 ---> Package qt-settings.noarch 0:19-23.7.el7 will be installed --> Finished Dependency Resolution Error: Package: qt-mobility-1.1.3-2.el6.x86_64 (epel) Requires: libgstphotography-0.10.so.0()(64bit)

yum can be configured to try to resolve such errors by temporarily enabling disabled repos and searching for missing dependencies. To enable this functionality please set 'notify_only=0' in /etc/yum/pluginconf.d/search-disabled-repos.conf

Error: Package: qt-mobility-1.1.3-2.el6.x86_64 (epel) Requires: libgstphotography-0.10.so.0()(64bit) You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest

Does your host have an active Red Hat entitlement? Try running Subscription Manager and verifying that you have an active subscription.

I have active subscription but I don't know is it subscription I have to "Red Hat Satellite Infrastructure Subscription". I have enabled all repositories.

Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.