Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 May 2005 10:21:20 -0700 (PDT)
From:      Doug White <dwhite@gumbysoft.com>
To:        Maciej Kowalczyk-Tepfer <mkowalczyk@uzp.gov.pl>
Cc:        freebsd-current@freebsd.org
Subject:   Re: Problem
Message-ID:  <20050509101925.Q86321@carver.gumbysoft.com>
In-Reply-To: <427F2D52.8030806@uzp.gov.pl>
References:  <427F2D52.8030806@uzp.gov.pl>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050509101925.Q86321>