1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-01 16:37:46 +02:00

Merge pull request #52 from fr0stycl34r/patch-1

Fix 93ab16c
This commit is contained in:
JFreegman 2013-11-15 11:16:03 -08:00
commit 8e18ee47ee

View File

@ -11,6 +11,6 @@ Then execute the configure script (you'll probably have to pass it the location
```
*Note:* 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:
```
sudo echo "/usr/local/lib/" >> /etc/ld.so.conf.d/locallib.conf
echo '/usr/local/lib/' | sudo tee -a /etc/ld.so.conf.d/locallib.conf
sudo ldconfig
```