Index: src/util.c
--- src/util.c.orig
+++ src/util.c
@@ -522,7 +522,7 @@ int syslog_facility_lookup(char *s)
 /* We need these dummy stubs to fool the linker into believing that
    we do not need them at link time */
 
-void* dlopen(char*filename,int flag)
+/*void* dlopen(char*filename,int flag)
 {
   return NULL;
 }
@@ -541,6 +541,7 @@ const char* dlerror(void)
 {
   return NULL;
 }
+*/
 
 const char* aide_key_2=CONFHMACKEY_02;
 const char* db_key_2=DBHMACKEY_02;
