Forum Discussion
13 years ago
Hello,
I try to launch loadUI-agent.sh on RHEL 5.5 64
I get the libgio-2.0.so error, saw this topic and installed glib2-devel 2.12.3
But I still get this error :
What can I do ?
3. libgio is another problem, this one depends on what distro you are running and how old it is. Install the below and it should bring libgio-2.0.so along with it.
In debian: apt-get install libglib2.0-dev
In RHEL/Fedora/Centos: yum install glib2-devel
I try to launch loadUI-agent.sh on RHEL 5.5 64
I get the libgio-2.0.so error, saw this topic and installed glib2-devel 2.12.3
But I still get this error :
[root@pro-int-web01 LoadUI-Agent-2.5.4]# ./loadUI-agent.sh
Prism ES2 Error - nInitialize: glXChooseFBConfig failed
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.javafx.main.Main.launchApp(Main.java:502)
at com.javafx.main.Main.main(Main.java:638)
Caused by: java.lang.RuntimeException: java.lang.UnsatisfiedLinkError: /appli/home/logica/SmartBear/LoadUI-Agent-2.5.4/jre/lib/amd64/libglass.so: libgio-2.0.so.0: cannot open shared object file: No such file or directory
What can I do ?