Can not load ICU library in Zyxel NAS520

Did you try Xojo 2016 r3, with that version i got it running on my Zyxel NAS520.
In that version the ICU-lib is already present and there is no need to install it your self.

I just read release notes of Xojo 2016r3. If I understand correctly, they now include the ICU library with Linux builds for improved compatibility - which means that ICU errors should be gone…

I am using 2016r3 and I have tried to load the RemoteDebuggerConsole on my all 32-bit target environment, but I still get:

RemoteDebuggerConsole Runtime Error Please report what caused this error along with the information below. RuntimeCore/ICUStable.cpp: 79 Failure Condition: sLibraryPtr Could not load ICU library Aborted

My target is a 32 bit architecture so all libriaries are 32 bit. All libraries are found:

¨LD_TRACE_LOADED_OBJECTS=1 RemoteDebuggerConsole linux-gate.so.1 (0xb76e5000) librt.so.1 => /lib/librt.so.1 (0xb76d8000) libdl.so.2 => /lib/libdl.so.2 (0xb76d3000) libpthread.so.0 => /lib/libpthread.so.0 (0xb76b7000) libc.so.6 => /lib/libc.so.6 (0xb753f000) /lib/ld-linux.so.2 (0xb76e6000)

In the libraries included in the file d:\Program Files (x86)\Xojo\Xojo 2016r3\Extras\Remote Debugger Console\Linux.zip there is no library called something along the lines of libicu. Is it statically linked in?

Anyway, I have the libicu libraries installed on my targets (yes, 32 bit version since it is a 32bit target):

/usr/lib]> ll libicu* lrwxrwxrwx 1 root root 18 Oct 11 13:12 libicudata.so -> libicudata.so.57.1 lrwxrwxrwx 1 root root 18 Oct 11 13:12 libicudata.so.57 -> libicudata.so.57.1 -rwxr-xr-x 1 root root 25671696 Oct 11 15:31 libicudata.so.57.1 lrwxrwxrwx 1 root root 18 Oct 11 13:12 libicui18n.so -> libicui18n.so.57.1 lrwxrwxrwx 1 root root 18 Oct 11 13:12 libicui18n.so.57 -> libicui18n.so.57.1 -rwxr-xr-x 1 root root 2481528 Oct 11 15:31 libicui18n.so.57.1 lrwxrwxrwx 1 root root 16 Oct 11 13:12 libicuio.so -> libicuio.so.57.1 lrwxrwxrwx 1 root root 16 Oct 11 13:12 libicuio.so.57 -> libicuio.so.57.1 -rwxr-xr-x 1 root root 48768 Oct 11 15:31 libicuio.so.57.1 lrwxrwxrwx 1 root root 16 Oct 11 13:12 libicule.so -> libicule.so.57.1 lrwxrwxrwx 1 root root 16 Oct 11 13:12 libicule.so.57 -> libicule.so.57.1 -rwxr-xr-x 1 root root 340988 Oct 11 15:31 libicule.so.57.1 lrwxrwxrwx 1 root root 16 Oct 11 13:12 libiculx.so -> libiculx.so.57.1 lrwxrwxrwx 1 root root 16 Oct 11 13:12 libiculx.so.57 -> libiculx.so.57.1 -rwxr-xr-x 1 root root 41056 Oct 11 15:31 libiculx.so.57.1 lrwxrwxrwx 1 root root 18 Oct 11 13:12 libicutest.so -> libicutest.so.57.1 lrwxrwxrwx 1 root root 18 Oct 11 13:12 libicutest.so.57 -> libicutest.so.57.1 -rwxr-xr-x 1 root root 56456 Oct 11 15:31 libicutest.so.57.1 lrwxrwxrwx 1 root root 16 Oct 11 13:12 libicutu.so -> libicutu.so.57.1 lrwxrwxrwx 1 root root 16 Oct 11 13:12 libicutu.so.57 -> libicutu.so.57.1 -rwxr-xr-x 1 root root 193648 Oct 11 15:31 libicutu.so.57.1 lrwxrwxrwx 1 root root 16 Oct 11 13:12 libicuuc.so -> libicuuc.so.57.1 lrwxrwxrwx 1 root root 16 Oct 11 13:12 libicuuc.so.57 -> libicuuc.so.57.1 -rwxr-xr-x 1 root root 1612012 Oct 11 15:31 libicuuc.so.57.1

Now what am I missing here?

Stefan, a Feedback report was created, case #45916 Remote Debugger Could not load ICU library.
/Lennart