That could be the problem. 'sudo make install' appears to have placed the files in the right place -That should update the cache, except the "-n" also implies "-N" which inhibits updating the cache.
Code:
pi@Pi4B:~/apps/libgpiod $ ls -l /usr/local/lib/libgpio*-rw-r--r-- 1 root root 159076 Nov 3 15:40 /usr/local/lib/libgpiod.a-rwxr-xr-x 1 root root 946 Nov 3 15:40 /usr/local/lib/libgpiod.lalrwxrwxrwx 1 root root 17 Nov 3 15:40 /usr/local/lib/libgpiod.so -> libgpiod.so.3.1.1lrwxrwxrwx 1 root root 17 Nov 3 15:40 /usr/local/lib/libgpiod.so.3 -> libgpiod.so.3.1.1-rwxr-xr-x 1 root root 109256 Nov 3 15:40 /usr/local/lib/libgpiod.so.3.1.1Code:
pi@Pi4B:~/apps/libgpiod $ ldconfig -p | grep libgpiod libgpiodcxx.so.1 (libc6,hard-float) => /lib/arm-linux-gnueabihf/libgpiodcxx.so.1 libgpiodcxx.so (libc6,hard-float) => /lib/arm-linux-gnueabihf/libgpiodcxx.so libgpiod.so.2 (libc6,hard-float) => /lib/arm-linux-gnueabihf/libgpiod.so.2 libgpiod.so (libc6,hard-float) => /lib/arm-linux-gnueabihf/libgpiod.soStatistics: Posted by hippy — Tue Nov 05, 2024 12:46 pm