jshell libiconv problem

Michael Osipov 1983-01-06 at gmx.net
Sat Mar 23 17:43:35 UTC 2019


Am 2019-03-23 um 17:47 schrieb Olivier Cinquin:
> 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

Good catch, I ask myself whether we can rather rely on libiconv from base...

You should file a ticket.


More information about the freebsd-java mailing list