<zigfrids <at> rambler.ru> writes:

> 
> Good day
> 
> I installed gmp-4.1.4 on FreeBSD 6.0 with default options. Then I try 
> to configure clamav 0.88.
> But it can't find GNU MP 2:
> 
> configure: WARNING: ****** GNU MP 2 or newer NOT FOUND - digital 
> signature suport will be disabled !
> 
> Maybe configure seek gmp somwhere in wrong place.
> 
> Can anybody help me???
> _______________________________________________
> http://lurker.clamav.net/list/clamav-users.html
> 
> 

--------------------------------------------------------------------------------

Odhiambo Washington <[EMAIL PROTECTED]> wrote me :

Try this:

export LDFLAGS="-L/usr/local/lib -L/usr/local/lib/pkgconfig"
export CFLAGS="-I/usr/local/include"
export CPPFLAGS="-I/usr/local/include"
export CXXFLAGS="-I/usr/local/include"


./configure --enable-bigstack --disable-gethostbyname_r --enable-readdir_r

--------------------------------------------------------------------------------

I did next.
I use another shell so I didn't use the command "export". 
I used another command "setenv"
There is no directory /usr/local/lib/pkgconfig in FreeBSD. So I didn't point to 
it.

>setenv LDFLAGS -L/usr/local/lib
>setenv CFLAGS -I/usr/local/include
>setenv CPPFLAGS -I/usr/local/include
>setenv CXXFLAGS -I/usr/local/include

>./configure --enable-milter --mandir=/usr/local/man 
   --prefix=/usr/local/clamav  --with-group=nobody --with-user=nobody
   --enable-bigstack --disable-gethostbyname_r --enable-readdir_r 

But I saw configure message 

> configure: WARNING: ****** GNU MP 2 or newer NOT FOUND - digital 
> signature suport will be disabled !

again! :(

Maybe I made mistake when I used "setenv" command???


_______________________________________________
http://lurker.clamav.net/list/clamav-users.html

Reply via email to