Date: Fri, 24 Oct 2003 12:24:48 +0300 From: Alexey Zelkin <phantom@freebsd.org> To: java@freebsd.org Subject: workaround to run Diablo at 5.x Message-ID: <20031024122448.A805@phantom.cris.net>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031024122448.A805>