From owner-freebsd-ports@FreeBSD.ORG Thu May 15 20:23:30 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 009B9B52; Thu, 15 May 2014 20:23:29 +0000 (UTC) Received: from mail-vc0-x22e.google.com (mail-vc0-x22e.google.com [IPv6:2607:f8b0:400c:c03::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A1AB62FC9; Thu, 15 May 2014 20:23:29 +0000 (UTC) Received: by mail-vc0-f174.google.com with SMTP id lh14so5038368vcb.5 for ; Thu, 15 May 2014 13:23:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=y11GCQWAhwfGt8XHkUeAlB5vEBpQwfxNlLKsRrvCgsQ=; b=KENHIKRCyp5CViwChp4U93UOedpfN5771nITf7C2O1TIXNw7VdjYvdi9eITw07Bhon KaCO1UGMp3+9ymdOWf07bdvyXVYQlCKdi6NGFENz+2izbVsWrrEx3E6wMSdJVjG6NDIF PPOoQk/q8iS5JgVYDMg7EZadMa/6i62rBfmdjLYnscDDn5LDfF6ThWF/AX82G9krYvLo /zT+4YFzb2LlTAXfc6gYRheH7trghRVZ2GWeTXJS7jhgU6Fk95pU3DM8T+eV/6itWafl /qZnB62w1zB/M7pGYSD2GtqGK/2s9Pna12llPLnJpdbW2L1uB86QT3D2T+ADTLnGO8K3 aRmw== MIME-Version: 1.0 X-Received: by 10.52.255.98 with SMTP id ap2mr8474258vdd.3.1400185408731; Thu, 15 May 2014 13:23:28 -0700 (PDT) Received: by 10.58.12.102 with HTTP; Thu, 15 May 2014 13:23:28 -0700 (PDT) In-Reply-To: <20140515215938.5283149e@tiger2008.drpetervoigt.private> References: <20140515215938.5283149e@tiger2008.drpetervoigt.private> Date: Thu, 15 May 2014 16:23:28 -0400 Message-ID: Subject: Re: clamav-0.98.3_2: LibClamAV Warning: Cannot dlopen libclamunrar_iface... From: Shawn Webb To: "Dr. Peter Voigt" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: Renato Botelho , FreeBSD Ports ML X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2014 20:23:30 -0000 On Thu, May 15, 2014 at 3:59 PM, Dr. Peter Voigt wrote: > After the upgrade to clamav-0.98.3_2 I am obtaining following error on > every start of ClamAV: > > # service clamav-clamd start > Starting clamav_clamd. > LibClamAV Warning: Cannot dlopen libclamunrar_iface: file not found - > unrar support unavailable > > ClamAV, however, seems to work correctly. Is this a known issue? > > I am on 10.0-RELEASE-p3 amd64. > > Regards, > Peter > Hey Peter, This can be fixed by applying this patch: https://github.com/vrtadmin/clamav-devel/commit/d17ee49f75e23b43fadf745c27dc4dd16ee372e5 CC'd on this email is the ports maintainer for ClamAV. Thanks, Shawn