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.orgReceived on Mon May 09 2005 - 15:21:21 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:34 UTC