From 6e7613c1cef691a41f8ec8a823416241a8efd442 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Wed, 1 Apr 2020 15:07:21 -0400 Subject: Mention running ldconfig after editing /etc/ld.so.conf --- README.7 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit 1.4.1 lue='ed9087b00adf3758d1727f639c810f440af01a57'>this commit DON'T USE THIS! --- web frontend for git
about summary refs log tree commit diff
path: root/tests/valgrind (unfollow)
Commit message (Expand)Author
2014-01-16auth: have cgit calculate login addressJason A. Donenfeld
2014-01-16auth: lua string comparisons are time invariantJason A. Donenfeld
2014-01-16authentication: use hidden form instead of refererJason A. Donenfeld
2014-01-16auth: add basic authentication filter frameworkJason A. Donenfeld
2014-01-16t0111: Additions and fixesLukas Fleischer
2014-01-16parsing.c: Remove leading space from committerLukas Fleischer