[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problems with JDK on Openbsd 2.8



Hi  Developers and Admins,

We changed our Produktion Engine from a Suse Linux to Openbsd 2.8 to make
it securer . But i need a Jdk with jserv to run on Openbsd 2.8. I tried kaffe 1.05 
with jserv, but it doesnt works properly. Now i decide to try the Linux Emulation on 
Openbsd with jdk-1.2.2-RC4-linux-i386-glibc-2.1.2.sh. But i can get it to 
work with "compat_linux". I already installed the linux_lib-2.6.1.tgz. I read
the man page "compat_linux" too and used the ldd. But ldd told me that 
java doesnt need other libarys. can anyone help me?

thanks in advance
Michael
 
This Errormessages occurs when i execute java:

[/emul/linux/jdk1.2.2/bin] 10:05:59 ns# ./java
Memory fault (core dumped) 
./java[61]: /bin/realpath: not found
./java[62]: /bin/realpath: not found
/bin/i386/native_threads/java: error in loading shared libraries
libhpi.so: cannot open shared object file: No such file or directory

The realpath binary (?) and libhpi.so does not exist on Linux.