Clamav assumes that everyone uses a static verison of libwrap.

Here is a patch for clamav-milter.c.  A similar patch needs to be applied
to configure script for the tcpwrappers detection and libwrap needs to be
linked against the clamav-milter binary only.

--- clamav-milter.c.orig        Wed Feb 18 15:56:29 2004
+++ clamav-milter.c     Mon Feb 16 07:32:02 2004
@@ -401,6 +401,10 @@

 #ifdef WITH_TCPWRAP
 #include <tcpd.h>
+
+int allow_severity = LOG_DEBUG;
+int deny_severity = LOG_ERR;
+
 #endif

 #if defined(CL_DEBUG) && defined(C_LINUX)

-Igor

On Wed, 18 Feb 2004, Lynn Duerksen wrote:

> Just update a system running .65 to .67-1
>
> /usr/libexec/ld.so: Undefined symbol "_deny_severity" in
> clamd:/usr/lib/libwrap.so.3.0
>
> I tried the OpenBSD port as well as the stable code.  Same results
>
> Any suggestions?
>
>
> Lynn Duerksen
> Technical Manager
> Futureware Distributing, Inc
> OpenBSD 3.3
> Amavisd-new
>
>
>
>
>
> -------------------------------------------------------
> SF.Net is sponsored by: Speed Start Your Linux Apps Now.
> Build and deploy apps & Web services for Linux with
> a free DVD software kit from IBM. Click Now!
> http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
> _______________________________________________
> Clamav-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/clamav-users
>

-- 
Igor


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users

Reply via email to