[main] ERROR com.pi4j.library.gpiod.util.NativeLibraryLoader - unable to load [llibgpiod.so] using path [lib/aarch64/pi4j-gpiod/libgpiod.so] #403
Unanswered
andi-riese
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying since many days to start a Java-pi4j-application.
My system:
Raspberry Pi 4 Model B Rev. 1.5
java version openjdk version 17.0.13 64 Bit Server
jbang version 0.119.0
I did the following:
1, I have the Pi4j-basic-os on the sd-card (new from today, updated)
git clone https://github.com/Pi4J/pi4j-jbang
cd pi4j-jbang
sudo
which jbang
Pi4JMinimalExample.javaThe "Pi4JMinimalExample.java" -attempt fails due to the Error:
[main] ERROR com.pi4j.library.gpiod.util.NativeLibraryLoader - unable to load [llibgpiod.so] using path [lib/aarch64/pi4j-gpiod/libgpiod.so]
There is actually no /lib/aarch64/ directory on the computer.
I'm really disappointed that not even the Minimal-Example works.
Can anyone help me and tell me, what is going wrong!
Thanks in advance!
Andi
Beta Was this translation helpful? Give feedback.
All reactions