![]() |
Linux Emulation problem "ELF file OS ABI invalid Error"
Hello Sir,
I am really searching hard for solution on " ELF file OS ABI invalid" error. I am running Simple Jni example (to test jni. I am getting same error in my project) on FreeBSD 4.10 but I am getting following error while executing my java Program Quote:
if I use ldd command it refer like this Quote:
Quote:
Quote:
Even though I try to load standard shared library from /usr/lib the error persist what is going wrong is it Linux emulator problem??????????? or my shared lirary problem???? We have installed linux_base to set linux environment set linux_base="yes" (/etc/rc.conf) set kern.fallback_brand=3 (/etc/sysctl.conf) Running kldstat is giving following result %kldstat Id Refs Address Size Name 1 4 0xc0100000 44fbf8 kernel 2 1 0xc33e3000 7000 linprocfs.ko 3 1 0xc3455000 15000 linux.ko 4 1 0xc3646000 3000 snp.ko Running following command to check linux binary compatibility layer is loaded: %kldstat -v | grep linuxelf 219 linuxelf I am getting above output (that means layer is loaded ) Running following command to check layer is compiled into the kernel or loaded as a module: % kldstat | grep linux.ko 3 1 0xc3455000 15000 linux.ko I am getting the above output (ref link: merlinobbs.net/modules.php?name=News&file=article&sid=483 Does it means it needs some more settings???????like setting options compat_linux in kernel config) is There any issue related to configuring ld.so files on FreeBSD??? linprocfs is mounted and showing entry in the (/etc/fstab) and kldstat command How can I check the linprocfs is working properly?? I used the brandelf -t Linux libSample1.so.1.0.1 but same error Is it referring to java executables cause they are (SYSV) type?? any other file to chnage the binaries?? I am awaiting yours valuable suggestions. configuration is : Quote:
man26 |
| All times are GMT -5. The time now is 05:16 PM. |