Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Mar 2019 09:47:33 -0700
From:      Olivier Cinquin <olivier.cinquin@uci.edu>
To:        freebsd-java@freebsd.org
Subject:   jshell libiconv problem
Message-ID:  <46849605-9D62-4F52-AAA2-87B12D6AFC4E@uci.edu>

next in thread | raw e-mail | index | archive | help
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=3D/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=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?46849605-9D62-4F52-AAA2-87B12D6AFC4E>