]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Improve LZO, PAM and OpenSSL documentation
authorSamuli Seppänen <samuli@openvpn.net>
Mon, 9 May 2016 18:55:45 +0000 (21:55 +0300)
committerGert Doering <gert@greenie.muc.de>
Mon, 9 May 2016 19:08:25 +0000 (21:08 +0200)
Patch provided by Trac user dogbert2

Trac #590

Signed-off-by: Samuli Seppänen <samuli@openvpn.net>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <1462820145-24669-1-git-send-email-samuli@openvpn.net>
URL: http://article.gmane.org/gmane.network.openvpn.devel/11627
Signed-off-by: Gert Doering <gert@greenie.muc.de>
INSTALL

diff --git a/INSTALL b/INSTALL
index 61dc9758b9ffc501f3f5a08bdd968ee698e1a737..d914ed2e728bd6f8a7f2d832a94f02988ac59b0d 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -16,6 +16,10 @@ QUICK START:
 
     See INSTALL-win32.txt
 
+  Compile OpenVPN with OpenSSL/LZO built from source tarballs
+
+    See INSTALL-nonstandard.txt
+
 *************************************************************************
 
 To download OpenVPN, go to:
@@ -71,11 +75,26 @@ REQUIRES:
       a virtual point-to-point IP or Ethernet device.  See
       TUN/TAP Driver Configuration section below for more info.
 
+  (2) PAM/PAM-Devel (Pluggable Authentication Modules).  In most
+      Linux distributions, these packages are usually listed as
+      the following (here is what they look like on Fedora):
+
+      pam-1.1.8-18.fc22.x86_64.rpm (64-bit package)
+      pam-devel-1.1.8-18.fc.22.x86_64.rpm (64-bit package)
+
 OPTIONAL (but recommended):
   (1) OpenSSL library, necessary for encryption, version 0.9.8 or higher
-      required, available from http://www.openssl.org/
+      required, available from http://www.openssl.org/.  If you build
+      OpenSSL from source tarball, you will need to let OpenVPN-2.3.x
+      know where the libraries and header files were installed to:
+
+      If you configured OpenSSL with stock options, it will install
+      the headers (i.e. - .h files) in /usr/local/ssl/include and
+      the libraries (i.e. - .a or .so files) in /usr/local/ssl/lib/openssl
+
   (2) PolarSSL library, an alternative for encryption, version 1.1 or higher
       required, available from https://polarssl.org/
+
   (3) LZO real-time compression library, required for link compression,
       available from http://www.oberhumer.com/opensource/lzo/
       OpenBSD users can use ports or packages to install lzo, but remember