summaryrefslogtreecommitdiffstats
path: root/contrib/openbsm/INSTALL
diff options
context:
space:
mode:
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