Date: Wed, 02 Oct 2013 14:34:27 +0300 From: Volodymyr Kostyrko <c.kworr@gmail.com> To: dweimer@dweimer.net, FreeBSD Questions <freebsd-questions@freebsd.org> Subject: Re: Port of icedtea-web-1.4_1, on 64 bit system might have a problem in the install process. Message-ID: <524C04C3.3080304@gmail.com> In-Reply-To: <f3aed1350d91fe594aab9d4dcb8d452f@dweimer.net> References: <f3aed1350d91fe594aab9d4dcb8d452f@dweimer.net>
next in thread | previous in thread | raw e-mail | index | archive | help
01.10.2013 19:09, dweimer wrote: > I was struggling to get itweb-javaws to execute, due to it not being > able to find libjava.so, after running it through truss, I was able to > determine that its looking for the library under /usr/local/lib/amd64, > the file is located in /usr/local/openjdk7/jre/lib/amd64, I was able to > work around the problem by creating a symbolic link to point > /usr/local/lib/amd64 to /usr/local/openjdk/jre/lib/amd64, as the amd64 > sub-directory didn't exist in /usr/local/lib. > > This does make me wonder though, if I am just missing something from my > environment, that's causing this. Or is the port install not doing > something that it should be doing? Never faced this, itweb-javaws works for me without library shuffling but with one tiny fix to startup script: `exec "${COMMAND[@]}"`. -- Sphinx of black quartz, judge my vow.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?524C04C3.3080304>