HTTP Anti-Virus Proxy
http://havp.hege.li/forum/

Error finding ClamAV installation!
http://havp.hege.li/forum/viewtopic.php?f=3&t=379
Page 1 of 1

Author:  Hensel [ 05 Aug 2008 11:26 ]
Post subject:  Error finding ClamAV installation!

Hello,

i have a problem with the Installation havp-0.88....

When i install havp with the following

./configure --with-scanner=clamav

then the configure-script tell me the following

Code:
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for ar... ar
checking for perl... perl
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for initgroups... yes
checking for setgroups... yes
checking OS... Linux
checking for mandatory locking support... OS supported
checking for ClamAV scanner library... clamav-config not found

 Error finding ClamAV installation!
 Add ClamAV binaries path to PATH and run configure again.

 To disable ClamAV library support, use --disable-clamav.


I have installing ClamAV with Clamd the scanner runs correctly but havp donĀ“t ...

Who can help me ?

What is my problem ?

Author:  hege [ 05 Aug 2008 11:29 ]
Post subject:  Re: Error finding ClamAV installation!

Quote:
Add ClamAV binaries path to PATH and run configure again.


Where is your command 'clamav-config' ? What prefix have you installed ClamAV ?

Try either:
# locate clamav-config
# find /usr /opt -name clamav-config

Then before configure for example:
# export PATH=/usr/local/clamav/bin:$PATH

Author:  hege [ 05 Aug 2008 11:33 ]
Post subject:  Re: Error finding ClamAV installation!

You may also be missing development package for you distribution.

For example Debian: apt-get install libclamav-dev

Page 1 of 1 All times are UTC + 2 hours [ DST ]
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/