PERFORCE change 219813 for review

Robert Watson rwatson at FreeBSD.org
Tue Nov 20 11:58:23 UTC 2012


http://p4web.freebsd.org/@@219813?ac=10

Change 219813 by rwatson at 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


More information about the p4-projects mailing list