summaryrefslogtreecommitdiff
path: root/README.platform
diff options
context:
space:
mode:
Diffstat (limited to 'README.platform')
-rw-r--r--README.platform14
1 files changed, 13 insertions, 1 deletions
diff --git a/README.platform b/README.platform
index 3d7db1494..d1982321e 100644
--- a/README.platform
+++ b/README.platform
@@ -56,6 +56,18 @@ using a third party driver. More information is available at:
56 http://www-user.rhrk.uni-kl.de/~nissler/tuntap/ 56 http://www-user.rhrk.uni-kl.de/~nissler/tuntap/
57 57
58 58
59Linux
60-----
61
62Some Linux distributions (including Red Hat/Fedora/CentOS) include
63headers and library links in the -devel RPMs rather than the main
64binary RPMs. If you get an error about headers, or complaining about a
65missing prerequisite then you may need to install the equivalent
66development packages. On Redhat based distros these may be openssl-devel,
67zlib-devel and pam-devel, on Debian based distros these may be
68libssl-dev, libz-dev and libpam-dev.
69
70
59Solaris 71Solaris
60------- 72-------
61If you enable BSM auditing on Solaris, you need to update audit_event(4) 73If you enable BSM auditing on Solaris, you need to update audit_event(4)
@@ -81,4 +93,4 @@ account stacks which will prevent authentication entirely, but will still
81return the output from pam_nologin to the client. 93return the output from pam_nologin to the client.
82 94
83 95
84$Id: README.platform,v 1.9 2007/08/09 04:31:53 dtucker Exp $ 96$Id: README.platform,v 1.10 2009/08/28 23:14:48 dtucker Exp $