maintainer-feedback requested: [Bug 236759] java/openjdk11: jshell fails to launch due to unresolved libiconv symbols

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Mar 24 12:56:22 UTC 2019


Bugzilla Automation <bugzilla at FreeBSD.org> has asked freebsd-java mailing list
<java at FreeBSD.org> for maintainer-feedback:
Bug 236759: java/openjdk11: jshell fails to launch due to unresolved libiconv
symbols
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236759



--- Description ---
jshell from the openjdk11 or openjdk12 ports won't launch. It fails as follows:
Launching JShell execution engine threw: ld-elf.so.1:
/usr/local/openjdk11/lib/libjdwp.so: Undefined symbol "libiconv_open"

The problem can be worked around as follows:
env LD_PRELOAD=/usr/local/lib/libiconv.so /usr/local/openjdk11/bin/jshell


More information about the freebsd-java mailing list