Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8026

SDK • Re: SDK install errors

$
0
0
That should update the cache, except the "-n" also implies "-N" which inhibits updating the cache. :?
That could be the problem. 'sudo make install' appears to have placed the files in the right place -

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.1
But it appears '.so.3' is not available when needed -

Code:

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.so

Statistics: Posted by hippy — Tue Nov 05, 2024 12:46 pm



Viewing all articles
Browse latest Browse all 8026

Trending Articles