Problem

Doug White dwhite at gumbysoft.com
Mon May 9 10:21:21 PDT 2005


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 at gumbysoft.com          |  www.FreeBSD.org


More information about the freebsd-current mailing list