- (dtucker) [README.platform] Add text about development packages, based on
text from Chris Pepper in bug #1631.
This commit is contained in:
parent
ac9f1b9b89
commit
427adf1538
|
@ -1,3 +1,7 @@
|
||||||
|
20090829
|
||||||
|
- (dtucker) [README.platform] Add text about development packages, based on
|
||||||
|
text from Chris Pepper in bug #1631.
|
||||||
|
|
||||||
20090828
|
20090828
|
||||||
- dtucker [auth-sia.c] Roll back the change for bug #1241 as it apparently
|
- dtucker [auth-sia.c] Roll back the change for bug #1241 as it apparently
|
||||||
causes problems in some Tru64 configurations.
|
causes problems in some Tru64 configurations.
|
||||||
|
|
|
@ -56,6 +56,18 @@ using a third party driver. More information is available at:
|
||||||
http://www-user.rhrk.uni-kl.de/~nissler/tuntap/
|
http://www-user.rhrk.uni-kl.de/~nissler/tuntap/
|
||||||
|
|
||||||
|
|
||||||
|
Linux
|
||||||
|
-----
|
||||||
|
|
||||||
|
Some Linux distributions (including Red Hat/Fedora/CentOS) include
|
||||||
|
headers and library links in the -devel RPMs rather than the main
|
||||||
|
binary RPMs. If you get an error about headers, or complaining about a
|
||||||
|
missing prerequisite then you may need to install the equivalent
|
||||||
|
development packages. On Redhat based distros these may be openssl-devel,
|
||||||
|
zlib-devel and pam-devel, on Debian based distros these may be
|
||||||
|
libssl-dev, libz-dev and libpam-dev.
|
||||||
|
|
||||||
|
|
||||||
Solaris
|
Solaris
|
||||||
-------
|
-------
|
||||||
If you enable BSM auditing on Solaris, you need to update audit_event(4)
|
If 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
|
||||||
return the output from pam_nologin to the client.
|
return the output from pam_nologin to the client.
|
||||||
|
|
||||||
|
|
||||||
$Id: README.platform,v 1.9 2007/08/09 04:31:53 dtucker Exp $
|
$Id: README.platform,v 1.10 2009/08/28 23:14:48 dtucker Exp $
|
||||||
|
|
Loading…
Reference in New Issue