While running jplauncher using the startup script created by JProbe, get the following error:
Error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
The error that you are receiving is usually caused by the JVM process not being able to find certain JProbe specific library files in the LIBRARY PATH of the Operating System.
1. The environment variable below needs to be setup on the Linux Operating System:
sh/ksh
----------
LD_LIBRARY_PATH="$LD_LIBRARY_PATH:<<Your_JProbe_Home>>/bin/ia32"
export LD_LIBRARY_PATH
csh
-----
setenv LD_LIBRARY_PATH "${LD_LIBRARY_PATH.EN}:<<Your_JProbe_Home>>/bin/ia32"
2. Also check the version of your C libraries since JProbe needs glibc 2.3.4 or later to run
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Nutzungsbedingungen Datenschutz Cookie Preference Center