summaryrefslogtreecommitdiffstats
path: root/contrib/openbsm/INSTALL
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2012-12-01 11:58:08 +0000
committerrwatson <rwatson@FreeBSD.org>2012-12-01 11:58:08 +0000
commit946ac5071e3d600a9df487c53b2cff2d10678a88 (patch)
tree6ec8d83f07a4534def35774b9687d13b3262b2a1 /contrib/openbsm/INSTALL
parentc6ea39d1ef9125a0055d6ecdcad5aeec2400eb03 (diff)
parentd819e8c880521e04966ae5c3633e0c46e88d6d47 (diff)
downloadFreeBSD-src-946ac5071e3d600a9df487c53b2cff2d10678a88.zip
FreeBSD-src-946ac5071e3d600a9df487c53b2cff2d10678a88.tar.gz
Merge OpenBSM 1.2-alpha2 from vendor branch to FreeBSD 10-CURRENT; the
primary new feature is auditdistd. Obtained from: TrustedBSD Project Sponsored by: The FreeBSD Foundation (auditdistd)
Diffstat (limited to 'contrib/openbsm/INSTALL')
-rw-r--r--contrib/openbsm/INSTALL6
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/openbsm/INSTALL b/contrib/openbsm/INSTALL
index 212f0f5..a28665d 100644
--- a/contrib/openbsm/INSTALL
+++ b/contrib/openbsm/INSTALL
@@ -14,6 +14,12 @@ force the compile to fail if a warning is found:
CFLAGS="-Wall -Werror" ./configure
+On Linux systems, OpenSSL headers may have to be installed to support
+encryption of on-the-wire audit streams using auditdistd; the following
+appears to work on Ubuntu:
+
+ sudo apt-get install libssl-dev
+
To install the library, binaries, and man pages, use:
make install
OpenPOWER on IntegriCloud