Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Nov 2012 11:58:22 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 219813 for review
Message-ID:  <201211201158.qAKBwMHD025615@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@219813?ac=10

Change 219813 by rwatson@rwatson_lethe on 2012/11/20 11:57:29

	Update build instructions; BSD systems tend to simply include the
	required OpenSSL headers, but Ubuntu requires them to be manually
	installed in most cases.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/INSTALL#7 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/INSTALL#7 (text+ko) ====

@@ -14,6 +14,12 @@
 
     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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211201158.qAKBwMHD025615>