On Tue, January 30, 2018 1:22 pm, Robert Bielik wrote:
So I do:
sudo ldconfig /usr/local/lib/
I don't think that /usr/local/lib is usually in the default search path.
This is from my ARM Debian board:
$ less /etc/ld.so.conf.d/arm-linux-gnueabihf.conf
# Multiarch support
/lib/arm-linux-gnueabihf
/usr/lib/arm-linux-gnueabihf
I think if you edit that conf file to include
/usr/local/lib/arm-linux-gnueabihf then the local/lib directory will be
searched at the next reboot.
--
Chris Caudle