Hey,
Am Mittwoch, den 26.04.2017, 17:45 +0000 schrieb Timothy Wall:
> That's JNA's own native library automatically extracted from the
> jar. You'll need to recompile libjnidispatch.so with the older glibc
>
> > On Wed, Apr 26, 2017 at 10:55 AM Mike Stoddart <
sto...@gmail.com> wrote:
> > This is going from bad to worse! I'm trying to access my C shared
> > library on Centos 6.9. I built the library on this OS and I run it
> > on the same machine but I get:
> >
> > java.lang.UnsatisfiedLinkError: /tmp/jna-
> > 3351542/jna3578838904131469749.tmp: /lib64/libc.so.6: version
> > `GLIBC_2.14' not found (required by /tmp/jna-
> > 3351542/jna3578838904131469749.tmp)
to answer the obvious "Why?" question: The linux versions of JNA were
build debian stable chroots (emulated with qemu-static). That was my
option to build all relevant versions, without having the necessary
hardware around.
If someone can come up with a similar solution with more "enterprisy"
distributions (that would be SLES (is there a community variant) or
CentOS), I'm willing to set it up.
Greetings
Matthias