You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OS and version used
Linux raspberrypi 4.14.79-v7+ #1159 SMP Sun Nov 4 17:50:20 GMT 2018 armv7l GNU/Linux
Problem description
I am using Azures Java IoT SDK on the above architecture. They are using jnr-unixsocket:0.19, but I manually upgraded to 0.22 but I still run into issues. I found this issue, which kinda relates to mine although I am on 32 bit. I cannot find which architectures are supported by this library, I am sorry if this issue does not belong here.
Here's a stacktrace of the problem I run into when using version 2.1.9 of this library (transitively through jnr-unixsocket:0.22).
Seen the similar issue. The issue probably is that when the libjffi.so is built it is linked against different libraries which don't exist in your runtime environment. Try to compile/cross-compile with the same libraries.
OS and version used
Linux raspberrypi 4.14.79-v7+ #1159 SMP Sun Nov 4 17:50:20 GMT 2018 armv7l GNU/Linux
Problem description
I am using Azures Java IoT SDK on the above architecture. They are using
jnr-unixsocket:0.19
, but I manually upgraded to0.22
but I still run into issues. I found this issue, which kinda relates to mine although I am on 32 bit. I cannot find which architectures are supported by this library, I am sorry if this issue does not belong here.Here's a stacktrace of the problem I run into when using version
2.1.9
of this library (transitively throughjnr-unixsocket:0.22
).If it is any help, I have an open issue at the Azure SDK too.
Please tell me if you need any more information or if this issue is better suited elsewhere.
Edit:
I'm guessing #59 is related to this and might solve my issue. Feel free to close this if that is the case and I'll keep an eye on that issue instead.
The text was updated successfully, but these errors were encountered: