summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2020-12-07 03:35:02 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2020-12-07 03:35:02 -0500
commitad3bd0ed52bf8f6379634b1283230fcd93a07199 (patch)
tree35d5f2d30a867424cfbad23a15eb47aa2cc4f85e
parent77579214d0e2bc61d3a59114060629c49a5f3dae (diff)
downloaddocs-ad3bd0ed52bf8f6379634b1283230fcd93a07199.tar.gz
docs-ad3bd0ed52bf8f6379634b1283230fcd93a07199.tar.bz2
docs-ad3bd0ed52bf8f6379634b1283230fcd93a07199.zip
mention ‘ldconfig’ after gnunet ‘make install’
-rw-r--r--taler-merchant-manual.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst
index 0c3bc76d..647d242d 100644
--- a/taler-merchant-manual.rst
+++ b/taler-merchant-manual.rst
@@ -347,9 +347,13 @@ into the resulting directory, then proceed as follows:
$ # the '--with-<LIBNAME>' option. See './configure --help'.
$ make
# make install
+ # ldconfig
If you did not specify a prefix, GNUnet will install to ``/usr/local``,
which requires you to run the last step as ``root``.
+The ``ldconfig`` command (also run as ``root``) makes the
+shared object libraries (``.so`` files)
+visible to the various installed programs.
There is no need to actually run a GNUnet peer to use the Taler merchant
backend -- all the merchant needs from GNUnet is a number of headers and