Closed jhorstmann closed 12 years ago
updated linux binaries for x86/amd64 against 2.1.3 and 2.2.5, respectively.
I think I just got this same error message from jnaerator with its "shaded" jar. Guess I'll put the newer jna.jar first in the classpath for now...
no. the binaries have been checked in but not yet tagged or released
On Feb 16, 2012, at 4:13 PM, Roger Pack wrote:
has this been released yet? I still seem to be getting it with the 3.4.0 binaries linked to here: https://github.com/twall/jna
Reply to this email directly or view it on GitHub: https://github.com/twall/jna/issues/52#issuecomment-4009575
I'm also facing this bug. Do you plan to release a new JNA version anytime soon ?
It was waiting on someone to review and/or fix the maven release bits, but no one has stepped forward.
If that situation continues, I can tag and release next week sometime. That said, a working version is available from the repo at any time.
T.
On May 4, 2012, at 6:12 AM, Zlika wrote:
I'm also facing this bug. Do you plan to release a new JNA version anytime soon ?
Reply to this email directly or view it on GitHub: https://github.com/twall/jna/issues/52#issuecomment-5507608
I use maven, so I try to only use the versions that are on maven central (with an "official" numbering).
Same problem on 3.5.0. Last version that works on RHEL5 is 3.3.0
If you need to specifically target older releases, you might want to build your own.
I don't have any older 64-bit build platforms.
On Oct 20, 2012, at 7:07 AM, Maxim Valyanskiy wrote:
Same problem on 3.5.0. Last version that works on RHEL5 is 3.3.0
— Reply to this email directly or view it on GitHub.
Well, I understand that the latest JNA has been build against a fresh updated OS. JNA is a great package that has served us very well.
Nevertheless, we have this issue and it is not so simple to upgrade our machines. When I checked JDK 7u5, it requires GLIBC 2.5.
Currently, you have a case in which backward compatibility breaks:
The cleanest approach would be:
If you don't do this, you will be loosing clients from all kinds of conservative installations such as long support Debian and BSD clones, who do not want to unnecessarily upgrade something that works rather well.
JNA 3.40 seems to use a symbol from libc version 2.11, it would be great if it could be made to work also with older versions.
Running a program using JNA 3.4.0 results in the following stacktrace, downgrading to JNA 3.2.7 solved the problem.
Inspecting the dynamic library reveals the following details: