/usr/local on Archlinux
- Enable /usr/local/lib/
echo '/usr/local/lib' > /etc/ld.so.conf.d/usrlocal.conf
ldconfig
- Enable /usr/local/bin/ /usr/local/sbin/
- Make sure both of these are in your PATH variable in
/etc/profile
- Make sure both of these are in your PATH variable in
This comment has been minimized.
Not only for Archlinux, this fix does on Raspbian too.