From owner-freebsd-current@FreeBSD.ORG Mon May 9 17:21:21 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15C9B16A4E9 for ; Mon, 9 May 2005 17:21:21 +0000 (GMT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id C757B43D67 for ; Mon, 9 May 2005 17:21:20 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id BA3C172DD4; Mon, 9 May 2005 10:21:20 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id B80DD72DCB; Mon, 9 May 2005 10:21:20 -0700 (PDT) Date: Mon, 9 May 2005 10:21:20 -0700 (PDT) From: Doug White To: Maciej Kowalczyk-Tepfer In-Reply-To: <427F2D52.8030806@uzp.gov.pl> Message-ID: <20050509101925.Q86321@carver.gumbysoft.com> References: <427F2D52.8030806@uzp.gov.pl> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org Subject: Re: Problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 May 2005 17:21:21 -0000 On Mon, 9 May 2005, Maciej Kowalczyk-Tepfer wrote: > Hi you all, > > Recently I've installed myself oops proxy + apache2 + mod_clamav. > Oops is acting as cache and apache supose to act as AV scanning > proxy. Any way after installing all the stuff and getting this all to work > without AV scan I've installed mod_clamav with clamav 0.84. > I'm getting strange messege during statup of apache after including > mod_clamav module : > Cannot load /usr/local/libexec/apache2/mod_clamav.so into server: > /usr/local/lib/libclamav.so.1: Undefined symbol "pthread_create" It looks like mod_clamav was compiled to use threads but you are not using a threaded Apache. Check your compile options for mod_clamav. You may need to change the clamav build to explicitly link in libpthred. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org