summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2018-02-05 10:57:36 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2018-02-05 10:57:36 +0000
commit35bcdd437b531072dd587f50cf9e56084974746b (patch)
treeaad79d5019d567b85ad759d894f617ae6a6ef303 /INSTALL
parent03012f54b1bcd31e0b817fc0222a9a47709c4018 (diff)
downloadpamela-35bcdd437b531072dd587f50cf9e56084974746b.tar.xz
Fixes to headers and INSTALL doc
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL17
1 files changed, 3 insertions, 14 deletions
diff --git a/INSTALL b/INSTALL
index 0283d17..72b4d2e 100644
--- a/INSTALL
+++ b/INSTALL
@@ -21,8 +21,9 @@ as well as Linux-PAM. As of February 2018, this means only Linux.
./configure && make && sudo make install
will work for most users.
- It will install the binaries in /bin and the static libraries in
-/usr/lib/pamela.
+ It will install the pamelad binary in /libexec,
+the static library in /usr/lib/pamela,
+and the shared library in /lib.
Please note that static libraries in /usr/lib/pamela *will not*
be found by a default linker invocation: you need -L/usr/lib/pamela.
@@ -86,18 +87,6 @@ obtaining the behaviour you want.
install to a staging directory.
-* Shared libraries
- ----------------
-
- Software from skarnet.org is small enough that shared libraries are
-generally not worth using. Static linking is simpler and incurs less
-runtime overhead and less points of failure: so by default, shared
-libraries are not built and binaries are linked against the static
-versions of the skarnet.org libraries. Nevertheless, you can:
- * build shared libraries: --enable-shared
- * link binaries against shared libraries: --disable-allstatic
-
-
* Static binaries
---------------