workaround to run Diablo at 5.x
Alexey Zelkin
phantom at freebsd.org
Fri Oct 24 02:15:27 PDT 2003
hi,
After few expirements with running of my own compiled jdk I can
suggest workaround to those who need to run Diablo at -CURRENT.
Following actions need to be done at -CURRENT machine.
1. install compat4.i386
2. copy /usr/lib/libm.so.2 from -STABLE machine to /usr/lib/compat/
at -CURRENT machine
3. Before executing of java binary make sure that you've set LD_LIBRARY_PATH
to '/usr/lib/compat' value.
And then run java and enjoy.
More information about the freebsd-java
mailing list