Skip to content

Instantly share code, notes, and snippets.

@daryltucker
Created April 16, 2015 02:23
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daryltucker/1c17354fa39ce8cb2285 to your computer and use it in GitHub Desktop.
Save daryltucker/1c17354fa39ce8cb2285 to your computer and use it in GitHub Desktop.
/usr/local/ on Archlinux

/usr/local on Archlinux

  1. Enable /usr/local/lib/
    • echo '/usr/local/lib' > /etc/ld.so.conf.d/usrlocal.conf
    • ldconfig
  2. Enable /usr/local/bin/ /usr/local/sbin/
    • Make sure both of these are in your PATH variable in /etc/profile

References

  1. bbs.archlinux.org
Copy link

ghost commented Jul 24, 2015

Not only for Archlinux, this fix does on Raspbian too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment