From f0bdb94a3b25dffc668bd822e6ef9e9394c69ff6 Mon Sep 17 00:00:00 2001 From: Corey Sheldon Date: Thu, 9 Jul 2015 08:27:41 -0400 Subject: Update INSTALL.md --- INSTALL.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'INSTALL.md') diff --git a/INSTALL.md b/INSTALL.md index 5bdd1bdc..3ea67461 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -105,7 +105,11 @@ cd .. If your default prefix is /usr/local and you happen to get an error that says "error while loading shared libraries: libtoxcore.so.0: cannot open shared object file: No such file or directory", then you can try running ```sudo ldconfig```. If that doesn't fix it, run: ``` -echo '/usr/local/lib/' | sudo tee -a /etc/ld.so.conf.d/locallib.conf // also just adding to /etc/ld.so.conf works +echo '/usr/local/lib/' | sudo tee -a /etc/ld.so.conf.d/locallibs.conf + +OR in the event you have no locallibs.conf file run: + +echo '/usr/local/lib/' | sudo tee -a /etc/ld.so.conf sudo ldconfig ``` -- cgit v1.2.3