From 34039ed47485ebb04a3375ea828500546b85f2cb Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 9 Nov 2016 11:44:14 +0100 Subject: [PATCH] site: more information on ldconfig step as a postinstall --- content/installation.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/installation.html b/content/installation.html index e30fc0b5..17e4f089 100644 --- a/content/installation.html +++ b/content/installation.html @@ -159,6 +159,9 @@ You can finish the installation with `make install`. Then, you still have to complete the following steps by yourself. They are system specifics: + - Ensure the `liblldpctl` library is correctly registered with the + system. The output of `make install` should give the appropriate + steps. On Linux, this is `ldconfig -a`. - Create a `_lldpd` user and a `_lldpd` group. This is needed for privilege seperation (increased security). - Create the chroot (`/usr/local/var/run/lldpd` by default). It is just an -- 2.39.5