diff options
author | June McEnroe <june@causal.agency> | 2020-04-01 15:07:21 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-04-01 15:07:21 -0400 |
commit | 6e7613c1cef691a41f8ec8a823416241a8efd442 (patch) | |
tree | 81088d2833d14472cd647a527421e434c435148c /README.7 | |
parent | Fix multi-mention tab completion condition (diff) | |
download | catgirl-6e7613c1cef691a41f8ec8a823416241a8efd442.tar.gz catgirl-6e7613c1cef691a41f8ec8a823416241a8efd442.zip |
Mention running ldconfig after editing /etc/ld.so.conf
Diffstat (limited to 'README.7')
-rw-r--r-- | README.7 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/README.7 b/README.7 index 2d65e2d..6f0ae3a 100644 --- a/README.7 +++ b/README.7 @@ -110,10 +110,12 @@ PKG_CONFIG_PATH=/opt/libressl/lib/pkgconfig ./configure If your system is incapable of providing LibreSSL, consider building it manually and installing to .Pa /usr/local , -making sure to add +adding .Pa /usr/local/lib to .Pa /etc/ld.so.conf +and running +.Xr ldconfig 8 if necessary. . .Pp |