Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Contributions to ELOG  Not logged in ELOG logo
Entry   Building elog on OpenBSD, posted by T. Ribbrock on Thu Feb 3 23:51:16 2011 
    Reply   Re: Building elog on OpenBSD, posted by Stefan Ritt on Fri Feb 4 10:26:38 2011 
Message ID: 33     Entry time: Thu Feb 3 23:51:16 2011     Reply to this: 34
Author: T. Ribbrock 
Author Email: emgaron+elog@ribbrock.org 
Category: Other 
Subject: Building elog on OpenBSD 
Status: Stable 
Last Revision:  

Two things are required to get elog (tested with 2.8.1) to compile on OpenBSD (tested on OpenBSD 4.8):

Step 1 - Patch Makefile:

--- Makefile~ Mon Jan 24 21:38:09 2011
+++ Makefile Mon Jan 24 21:42:57 2011
@@ -50,6 +50,10 @@
 RM = /usr/bin/rm -f
 endif

+ifeq ($(OSTYPE),OpenBSD)
+LIBS += -lcrypto
+endif
+
 ifeq ($(OSTYPE),Darwin)
 OSTYPE=darwin
 endif

Step 2 - Use "gmake" instead of the standard "make" to build.

 

ELOG V3.1.5-fe60aaf