* John Sullivan <[EMAIL PROTECTED]> [20050120 16:43]: wrote:
> On a FreeBSD server I have just upgraded from Clam-0.80_2 to Clam-0.80_3 via
> the ports tree and now Clam will not start.  I can see in the log that
> everything from the config file is processed fine then the last entry 
> 
>       ERROR: thrmgr_new failed.

I have not seen this on my FreeBSD ever.

I am sure there is a short answer for this - from the experts, but I am
not one of them ;-)


Could you kindly try compiling by hand?

cd /usr/ports/math/libgmp4/
make install clean && make distclean

cd /usr/ports/security/clamav
make deinstall


cd /tmp
tar zxvf /usr/ports/distfiles/clamav-0.80.tar.gz
cd clamav-0.80
bash
export LDFLAGS="-L/usr/local/lib"
export CFLAGS="-I/usr/local/include"
export CPPFLAGS="-I/usr/local/include"
export CXXFLAGS="-I/usr/local/include"

# I run my clamd as user exim:mail. Please change the two values
# below to match yours!

./configure --disable-clamav --enable-bigstack --with-group=CHANGE_ME \
        --disable-clamuko --with-user=CHANGE_ME
make install

Edit /usr/local/etc/clamd.conf and comment out the line "Example". I
know you know this, but I am just making sure.

Now try to manually run `clamd` by hand.

servername# clamd

Report back on what you get.





-Wash

http://www.netmeister.org/news/learn2quote.html

--
+======================================================================+
    |\      _,,,---,,_     | Odhiambo Washington    <[EMAIL PROTECTED]>
Zzz /,`.-'`'    -.  ;-;;,_ | Wananchi Online Ltd.   www.wananchi.com
   |,4-  ) )-,_. ,\ (  `'-'| Tel: +254 20 313985-9  +254 20 313922
  '---''(_/--'  `-'\_)     | GSM: +254 722 743223   +254 733 744121
+======================================================================+
Bank error in your favor.  Collect $200.
_______________________________________________
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users

Reply via email to