Re: [Clamav-users] Compiling issue (OpenBSD 3.7, clamav 0.86.2)

2005-08-29 Thread Nigel Horne
Mailing-Lists wrote: Have you installed src.tar.gz in /usr/src? yes one note, if I try original clamav-0.83, it works (compile cleanly). ./configure --disable-pthreads ___ http://lurker.clamav.net/list/clamav-users.html

Re: [Clamav-users] Compiling issue (OpenBSD 3.7, clamav 0.86.2)

2005-08-29 Thread Dennis Peterson
Mailing-Lists said: >>> # locate mfapi.h >>> /usr/include/libmilter/mfapi.h >>> # locate mfdef.h >>> /usr/include/libmilter/mfdef.h > >> Is that in your include path? > > yes, old clamav (original from port's tree) compile cleanly > > t. Something you are sure of is wrong. Or something I am sure o

Re: [Clamav-users] Compiling issue (OpenBSD 3.7, clamav 0.86.2)

2005-08-29 Thread Mailing-Lists
>> # locate mfapi.h >> /usr/include/libmilter/mfapi.h >> # locate mfdef.h >> /usr/include/libmilter/mfdef.h > Is that in your include path? yes, old clamav (original from port's tree) compile cleanly t. ___ http://lurker.clamav.net/list/clamav-users.ht

Re: [Clamav-users] Compiling issue (OpenBSD 3.7, clamav 0.86.2)

2005-08-29 Thread Mailing-Lists
> Have you installed src.tar.gz in /usr/src? yes one note, if I try original clamav-0.83, it works (compile cleanly). t. ___ http://lurker.clamav.net/list/clamav-users.html

Re: [Clamav-users] Compiling issue (OpenBSD 3.7, clamav 0.86.2)

2005-08-29 Thread Michael Erdely
Have you installed src.tar.gz in /usr/src? -ME On 8/29/05, Mailing-Lists <[EMAIL PROTECTED]> wrote: > > Hello, > > > At a rough guess, you're trying to compile and install the milter and > > don't have sendmail installed (probably postfix, or something else > > that ships with a binary called "

Re: [Clamav-users] Compiling issue (OpenBSD 3.7, clamav 0.86.2)

2005-08-29 Thread Dennis Peterson
Mailing-Lists said: >> Where are your libmilter include files (mfapi.h, mfdef.h)? Configure is >> looking for them. > > # locate mfapi.h > /usr/include/libmilter/mfapi.h > # locate mfdef.h > /usr/include/libmilter/mfdef.h > > > t. Is that in your include path? dp _

Re: [Clamav-users] Compiling issue (OpenBSD 3.7, clamav 0.86.2)

2005-08-29 Thread Mailing-Lists
> Where are your libmilter include files (mfapi.h, mfdef.h)? Configure is > looking for them. # locate mfapi.h /usr/include/libmilter/mfapi.h # locate mfdef.h /usr/include/libmilter/mfdef.h t. ___ http://lurker.clamav.net/list/clamav-users.html

Re: [Clamav-users] Compiling issue (OpenBSD 3.7, clamav 0.86.2)

2005-08-29 Thread Dennis Peterson
Mailing-Lists said: > Hello, > >> At a rough guess, you're trying to compile and install the milter and >> don't have sendmail installed (probably postfix, or something else >> that ships with a binary called "sendmail", but isn't). > > --- CUT --- > I have revert changes in /etc/mailer.conf and st

Re: [Clamav-users] Compiling issue (OpenBSD 3.7, clamav 0.86.2)

2005-08-29 Thread Mailing-Lists
Hello, > At a rough guess, you're trying to compile and install the milter and > don't have sendmail installed (probably postfix, or something else > that ships with a binary called "sendmail", but isn't). --- CUT --- I have revert changes in /etc/mailer.conf and start compiling with the almost s

Re: [Clamav-users] Compiling issue (OpenBSD 3.7, clamav 0.86.2)

2005-08-29 Thread Mailing-Lists
hello, you are right, after installing qmail, I have manualy changee /etc/mailer.conf. I will try to compile it with defaults. > At a rough guess, you're trying to compile and install the milter and > don't have sendmail installed (probably postfix, or something else > that ships with a binary c

Re: [Clamav-users] Compiling issue (OpenBSD 3.7, clamav 0.86.2)

2005-08-29 Thread Rob MacGregor
On 29/08/05, Mailing-Lists <[EMAIL PROTECTED]> wrote: > Hello, > > thanks for a idea, but make in /usr/ports/security/clamav stops with the > following error: > > checking for sendmail... /usr/sbin/sendmail > sendmail: illegal option -- d > sendmail: usage: sendmail [ -t ] [ -fsender ] [ -Fname ]

Re: [Clamav-users] Compiling issue (OpenBSD 3.7, clamav 0.86.2)

2005-08-29 Thread Mailing-Lists
Hello, thanks for a idea, but make in /usr/ports/security/clamav stops with the following error: checking for sendmail... /usr/sbin/sendmail sendmail: illegal option -- d sendmail: usage: sendmail [ -t ] [ -fsender ] [ -Fname ] [ -bp ] [ -bs ] [ arg ... ] checking for __gmpz_init in -lgmp... yes

Re: [Clamav-users] Compiling issue (OpenBSD 3.7, clamav 0.86.2)

2005-08-29 Thread Michael Erdely
Hi, Try this for OpenBSD 3.7: cd /usr/ports/security cp -Rp clamav clamav.old cd clamav rm distinfo vi Makefile ## Change the version to 0.86.2 make makesum make install Done. :) On 8/29/05, Mailing-Lists <[EMAIL PROTECTED]> wrote: > hello, > > does anybody use latest clamav on OpenBSD 3.7 box?

[Clamav-users] Compiling issue (OpenBSD 3.7, clamav 0.86.2)

2005-08-29 Thread Mailing-Lists
hello, does anybody use latest clamav on OpenBSD 3.7 box? I have found a compiling issue which I'm not able to solve. ./configure script with following options pass: ./configure --disable-clamuko --disable-cr --enable-bigstack but compiling stops with the following errors: --- CUT --- /bin/sh