jshell libiconv problem

Olivier Cinquin olivier.cinquin at uci.edu
Sat Mar 23 16:48:55 UTC 2019


Hi,
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 following workaround solves the problem:
env LD_PRELOAD=/usr/local/lib/libiconv.so /usr/local/openjdk12/bin/jshell

Just thought I'd mention it.

Thanks to all involved for their great work on keeping Java up-to-date on FreeBSD.
Olivier


More information about the freebsd-java mailing list