On Mon, 13 Oct 2003 07:57:21 +0300 Odhiambo Washington wrote:
> > > Hi, today I've downloaded from the CVS server without any
> > > problems. Are
> > > you sure you aren't behind a firewall?.
> > >
> > > German Staltari
> >
> > I am behind a firewall, but this has not been an issue for
> > non-
Hi Thomasz!
The problem is still not solved. In ./clamav-milter/Makefile there should be instead of
LIBS = -L../libclamav -L/usr/lib/libmilter -lmilter -lpthread -lsocket -lnsl
The correct one
LIBS = -L../libclamav -L/usr/lib/libmilter -lresolv -lmilter -lpthread -lsocket -lnsl
With the last li
* Ed Vazquez <[EMAIL PROTECTED]> [20031011 01:24]: wrote:
> On Fri, 10 Oct 2003 18:20:56 -0300 German Staltari <[EMAIL PROTECTED]> wrote:
>
> > Hi, today I've downloaded from the CVS server without any problems.
> > Are
> > you sure you aren't behind a firewall?.
> >
> > German Staltari
>
> I a
* German Staltari <[EMAIL PROTECTED]> [20031011 00:20]: wrote:
> On Fri, 10 Oct 2003 14:40:25 -0600 (Mountain Daylight Time), Ed Vazquez
> <[EMAIL PROTECTED]> wrote:
>
> >
> >with every attempt for the past several weeks. My last successful
> >download was 23 Sep 2003 and even then it took sever
Hi,
going further gave me a linking error when linking libclamav.so:
undefined reference to strtok_r.
I solved it with these patches:
--- ./clamav-devel-20031012/libclamav/mbox.cSun Oct 12 10:31:12
2003
+++ ./original/libclamav/mbox.c Wed Oct 1 11:27:42 2003
@@ -64,9 +64,11 @@
#include
On So 12 Okt 2003 02:48:33p Bernd Kuhls wrote:
> autoconf (GNU Autoconf) 2.57
Hi,
it seems using autoconf 2.52 solved the problem.
Greetings, Bernd
---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 7
Hi,
got the patch for sendfile.h, but now I have another problem.
I am using the following version of those programs:
automake (GNU automake) 1.7.8
aclocal (GNU automake) 1.7.8
autoconf (GNU Autoconf) 2.57
GNU m4 1.4o
with this configure string
./configure --disable-clamav
and getting this:
mak