/usr/local/openjdk7/jre/lib/amd64/libnpt.so: Undefined symbol "libiconv_open"
Phil Phillips
pphillips at experts-exchange.com
Tue Dec 17 00:42:14 UTC 2013
On 12/13/13, 7:00 AM, Valentin Popov wrote:
> After upgrade openjdk7 to latest one (7.45.18 ) via portmaster, get a problem with remote debugging.
>
> When starting tomcat 7 with options java_opts="-Dversion=enterpriseedition -Xmx2048m -Xms256m -XX:PermSize=128M -XX:MaxPermSize=256M -Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=8000"
>
> get and error on catalina.out "/usr/local/openjdk7/jre/lib/amd64/libnpt.so: Undefined symbol "libiconv_open""
>
> FreeBSD 9.1 AMD64.
> After downgrade to 7.9.05 version, remote debugging working.
>
>
>
> Regards,
> Valentin Popov
I got the same thing with tomcat 6, but the fixes proposed in
java/166844 seem to do the trick:
http://www.freebsd.org/cgi/query-pr.cgi?pr=166844
More information about the freebsd-java
mailing list