issue with LDT requirement of glibc 2.7 vs glib 2.5 present on RHEL 5.x [message #1695980] |
Wed, 20 May 2015 14:36  |
Eclipse User |
|
|
|
Im running on RHEL 5.x system with glib 2.5:
-rwxr-xr-x 1 root root 1.7M Apr 20 2012 /lib64/libc-2.5.so
lrwxrwxrwx 1 root root 11 May 13 13:34 /lib64/libc.so.6 -> libc-2.5.so
I'm running Eclipse Luna SR1 (4.4.1). I installed the LDT plugin from the repository but when I try to create a new Lua project, nothing happens. The Eclipse log shows that liblua5.1.so is linked to glib 2.7, which isn't present on my system.
I tried compiling lua on my own system (generating a liblua.a) and replacing the liblia5.1.so with the liblua.a file in several locations (even building a version of LDT locally, etc) but I'm clearly not getting the whole picture here -- I think this has to do something with a jnlua plugin dependency of LDT that is actually linked against glibc 2.7.
I hope someone can help here...
Here's the log from Eclipse:
!MESSAGE Unhandled event loop exception
!STACK 0
java.lang.NoClassDefFoundError: com/naef/jnlua/LuaState
at org.eclipse.ldt.core.internal.buildpath.LuaExecutionEnvironmentManager.getLuaExecutionEnvironmentFromManifest(LuaExecutionEnvironmentManager.java:223)
...
Caused by: java.lang.UnsatisfiedLinkError: /home/username/bin/dvt_eclipse/eclipse/configuration/org.eclipse.osgi/441/0/.cp/lib/liblua5.1.so: /lib64/libc.so.6: version `GLIBC_2.7' not found (required by /home/username/bin/dvt_eclipse/eclipse/configuration/org.eclipse.osgi/441/0/.cp/lib/liblua5.1.so)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
... etc...
Thanks,
Dan
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.05749 seconds