> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Robert Blayzor
> Sent: woensdag 21 februari 2007 13:20
> To: ClamAV users ML
> Subject: Re: [Clamav-users] Error compiling 0.90_2 on FreeBSD
>
> The port build breaks
Nicki de Wet wrote:
> I'm trying to upgrade to the latest version, however it gets an error in
> building libclamav. It seems that libpthread is required now, but it does not
> exist on the system I'm compiling on. It has never had a problem with this in
> the past.
>
> Here is the compiler out
On 2/21/07, Nicki de Wet <[EMAIL PROTECTED]> wrote:
Hi,
I'm trying to upgrade to the latest version, however it gets an error in
building libclamav. It seems that libpthread is required now, but it does not
exist on the system I'm compiling on. It has never had a problem with this in
the past
Hi,
I'm trying to upgrade to the latest version, however it gets an error in
building libclamav. It seems that libpthread is required now, but it does not
exist on the system I'm compiling on. It has never had a problem with this in
the past.
Here is the compiler output:
bsd-ns2# make all
===
NH> Read .../clamav-milter/INSTALL which tells you what to do when you get
NH> that message.
thanks nigel, it's worked
===
haplopelma lividum (aka pauk)
e-mail: [EMAIL PROTECTED]
icq uin: 32764934
___
From: "haplopelma lividum" <[EMAIL PROTECTED]>
> > and try run make, i get following error:
> >
> > gcc -g -O2 -o .libs/clamav-milter cfgparser.o getopt.o memory.o misc.o
> > clamav-milter.o ../libclamav/.libs/libclamav.so -lz -lbz2 -lgmp
> > -lmilter -lsmutil -lnsl -lpthread -Wl,--rpath -
Co. Ltd
Tel: +66-4-434-2888
Mobile: +66-9-213-7584
http://www.kol.co.th/
Thailand
- Original Message -
From: "haplopelma lividum" <[EMAIL PROTECTED]>
To:
Sent: Tuesday, September 20, 2005 2:49 PM
Subject: [Clamav-users] error compiling clamav 0.87
hi all.
my system:
hi all.
my system: rh 7.3, sendmail 8.13.4, clamav 0.87
after i apply next patch:
--- clamav-milter.c.old 2005-09-16 23:44:39.0 +0200
+++ clamav-milter.c 2005-09-16 23:56:50.0 +0200
@@ -3439,9 +3439,9 @@
{
fd_set rfds;
struct timeval tv;
+ int ret;
>On Mon, Sep 19, 2005 at 10:35:52AM +0200, Bussel, Robert van said:
>> Hello everybody,
>>
>> I'm trying to compile Clamav 0.87 on an AIX 4.3.3 system. I get the
>> following error:
>>
>> It seems if the compiling process thinks that GMP has not been
>> installed. But this is not the case. I hav
On Mon, Sep 19, 2005 at 10:35:52AM +0200, Bussel, Robert van said:
> Hello everybody,
>
> I'm trying to compile Clamav 0.87 on an AIX 4.3.3 system. I get the
> following error:
>
> It seems if the compiling process thinks that GMP has not been
> installed. But this is not the case. I have GMP 4.
Hello everybody,
I'm trying to compile Clamav 0.87 on an AIX 4.3.3 system. I get the following
error:
gcc -g -O2 -o .libs/clamscan output.o getopt.o memory.o cfgparser.o misc.o
clamscan.o options.o others.o manager.o treewalk.o -L/usr/local/lib
-L../libclamav/.libs -lclamav -lz -lbz2 -lpthre
Ed Kasky wrote:
On Wed, 22 Jun 2005, Nigel Horne wrote:
At 09:19 PM Tuesday, 6/21/2005, Nigel Horne wrote -=>
On Tuesday 21 Jun 2005 19:28, Ed Kasky wrote:
I am experiencing a problem when trying to compile 0.86 with milter
that
sems to be happening only in this release. 0.85.1 compile
On Wed, 22 Jun 2005, Nigel Horne wrote:
At 09:19 PM Tuesday, 6/21/2005, Nigel Horne wrote -=>
On Tuesday 21 Jun 2005 19:28, Ed Kasky wrote:
I am experiencing a problem when trying to compile 0.86 with milter
that
sems to be happening only in this release. 0.85.1 compiles no problem
on
the
Ed Kasky wrote:
Only one instance:
# find / -name 'mfapi.h'
/usr/include/libmilter/mfapi
0.86 still complains about the `smfi_opensocket' _BUT_ 0.85.1 compiles
just fine...
Make sure you're linking against the latest libmilter.a, too. I had
this, and realised that it was because I hadn't
> At 09:19 PM Tuesday, 6/21/2005, Nigel Horne wrote -=>
>>On Tuesday 21 Jun 2005 19:28, Ed Kasky wrote:
>> > I am experiencing a problem when trying to compile 0.86 with milter
>> that
>> > sems to be happening only in this release. 0.85.1 compiles no problem
>> on
>> > the same system.
>> >
>> >
At 09:19 PM Tuesday, 6/21/2005, Nigel Horne wrote -=>
On Tuesday 21 Jun 2005 19:28, Ed Kasky wrote:
> I am experiencing a problem when trying to compile 0.86 with milter that
> sems to be happening only in this release. 0.85.1 compiles no problem on
> the same system.
>
> With 0.86 I get the fol
On Tuesday 21 Jun 2005 19:28, Ed Kasky wrote:
> I am experiencing a problem when trying to compile 0.86 with milter that
> sems to be happening only in this release. 0.85.1 compiles no problem on
> the same system.
>
> With 0.86 I get the following running "make":
> /usr/src/clamav-0.86/clamav-mil
Since sendmail 8.13.3 was released 1/12/2005, and your mfapi.h files date shows
Aug 20 2004, its probably from a previous (older) version of sendmail.
Get the latest/greatest sendmail and install it and libmilter.
Dan Sjolseth
mfapi.h is dated Aug 20 2004 for both the 8.13.3 and 8.13.4 ve
Quoting Ed Kasky <[EMAIL PROTECTED]>:
> At 11:35 AM Tuesday, 6/21/2005, you wrote -=>
> >Ed Kasky wrote:
> >>I am experiencing a problem when trying to compile 0.86 with milter that
> >>sems to be happening only in this release. 0.85.1 compiles no problem on
> >>the same system.
> >>
> >>With 0.8
At 11:35 AM Tuesday, 6/21/2005, you wrote -=>
Ed Kasky wrote:
I am experiencing a problem when trying to compile 0.86 with milter that
sems to be happening only in this release. 0.85.1 compiles no problem on
the same system.
With 0.86 I get the following running "make":
/usr/src/clamav-0.86/
Ed Kasky wrote:
I am experiencing a problem when trying to compile 0.86 with milter
that sems to be happening only in this release. 0.85.1 compiles no
problem on the same system.
With 0.86 I get the following running "make":
/usr/src/clamav-0.86/clamav-milter/clamav-milter.c:1577: undefin
I am experiencing a problem when trying to compile 0.86 with milter that
sems to be happening only in this release. 0.85.1 compiles no problem on
the same system.
With 0.86 I get the following running "make":
/usr/src/clamav-0.86/clamav-milter/clamav-milter.c:1577: undefined
reference to `
Hello everybody,
When I try to compile Clamav on 0.85.1 on AIX 4.3.3 I get the following error
in the clamd section:
gcc -g -O2 -o .libs/clamd output.o cfgparser.o getopt.o memory.o misc.o
options.o clamd.o tcpserver.o localserver.o session.o thrmgr.o server-th.o
scanner.o others.o clamuko.o d
On Thu, Oct 14, 2004 at 09:40:17AM -0400, [EMAIL PROTECTED] wrote:
> I'm trying to compile clam on AIX 5.2, which has been successful up to 0.75-1
> If I use configure without any options, clam compiles without any errors.
> The following is the configure call that I've alwa
On Thu, 14 Oct 2004 09:40:17 -0400
[EMAIL PROTECTED] wrote:
> If I use configure without any options, clam compiles without
> any
> errors.
[...]
> The following is the configure call that I've always used
> without
> any problems:
>
> CC=gcc \
> CFLAGS="-g -O3
I'm
trying to compile clam on AIX 5.2, which has been successful up to 0.75-1
If
I use configure without any options, clam compiles without any errors.
The
following is the configure call that I've always used without any problems:
CC=gcc \
CFLAGS="-g -O3 -mno-power -mno
Randal, Phil wrote:
Alessandro Bianchi wrote:
Unfortunately, Mail::ClamAV's author is NOT being at all helpful:
rc stands for release candidiate. It is NOT a release. Also please
He's right about that.
But then again, one might argue that clamav 0.xx is a PRE-RELEASED
software anyway :)
Alessandro Bianchi wrote:
>>
>> I've reopened the bug I filed against Mail::ClamAV for this issue:
>>
>> http://rt.cpan.org/NoAuth/Bug.html?id=7320
>>
>> The workaround is to uninstall 0.80rc, install 0.75, build
>> Mail::ClamAV, uninstall 0.75, reinstall 0.80rc.
>
> Thank you Phil
>
> Alex
I'm currently upgrading from ClamAV
0.75.1 to 0.80rc3
I'm getting the following error message
when I compile on AIX 5.2:
Making all in clamscan
make[2]: Entering directory `/tmp/src/clamav-0.80rc3/clamscan'
/bin/sh ../libtool --mode=link gcc -g
-O3 -mno-power -mno-powerpc -mtune=common -mcpu=co
Il mer, 2004-10-06 alle 16:52, [EMAIL PROTECTED] ha
scritto:
> Date: Wed, 6 Oct 2004 11:19:23 +0100
> From: "Randal, Phil" <[EMAIL PROTECTED]>
> Subject: RE: [Clamav-users] Error compiling Mail-Clamav 0.11 - Please
> help
> To: ClamAV users ML &
[EMAIL PROTECTED] wrote:
> Hi everyone
>
> I'm running 8.0 rc3 on a Fedora 2 linux box.
>
> I'm trying to compile Mail-Clamav 0.11 and I've the following error:
>
> ClamAV.xs: In function `clamav_perl_constant':
> ClamAV.xs:282: error: `CL_SCAN_ENCRYPTED' undeclared (first
> use in this
> functi
Hi everyone
I'm running 8.0 rc3 on a Fedora 2 linux box.
I'm trying to compile Mail-Clamav 0.11 and I've the following error:
ClamAV.xs: In function `clamav_perl_constant':
ClamAV.xs:282: error: `CL_SCAN_ENCRYPTED' undeclared (first use in this
function)
ClamAV.xs:282: error: (Each undeclared id
Hello zen,
Wednesday, July 28, 2004, 5:44:39 PM, you wrote:
> Hello clamav-users,
> i just stumble in to problem here,
> try to build clamav on FreeBSD 4.10STABLE
> but receive these error msg:
> cd . && /bin/sh /usr/local/src/clamav-devel-20040728/missing --run autoheader
> configure.in:
>
> Hello clamav-users,
>
> i just stumble in to problem here,
> try to build clamav on FreeBSD 4.10STABLE
> but receive these error msg:
>
> cd . && /bin/sh /usr/local/src/clamav-devel-20040728/missing
> --run autoheader
> configure.in:20: error: Autoconf version 2.58 or higher is requir
Upgrade autoconf.
I had to do that just now.
On Wednesday 28 July 2004 10:44, zen wrote:
> Hello clamav-users,
>
> i just stumble in to problem here,
> try to build clamav on FreeBSD 4.10STABLE
> but receive these error msg:
>
> cd . && /bin/sh /usr/local/src/clamav-devel-20040728/missing -
Hello clamav-users,
i just stumble in to problem here,
try to build clamav on FreeBSD 4.10STABLE
but receive these error msg:
cd . && /bin/sh /usr/local/src/clamav-devel-20040728/missing --run autoheader
configure.in:20: error: Autoconf version 2.58 or higher is required
aclocal.m4:529: AM_
Ok,
./configure --disable-pthreads solved that one :-)
Stefaan
- Original Message -
From: "Stefke" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, December 17, 2003 5:25 PM
Subject: [Clamav-users] Error compiling
> Hi,
>
> I'm
Hi,
I'm trying to compile Clamav-0.65 on SCO OpenServer 5.0.6, with gcc 2.95.3
and get the following error :
Server.c: In function 'acceptloop':
Server.c:474: 'PTHREAD_CREATE_DETACHED' undeclared (first use in this
function)
I have FSU-threads-3.14 installed.
Stefaan
On Wed, Jun 04, 2003 at 07:42:21AM +0800, Nicholas Chua <[EMAIL PROTECTED]> wrote:
> In file included from zziplib/zzip-dir.c:15:
> zziplib/zzip-file.h:20:18: zlib.h: No such file or directory
> make[1]: *** [zzip-dir.lo] Error 1
> make[1]: Leaving directory `/var/src/clamav-0.54/libclamav'
> make:
Please ignore the previous email. i found the
solution in the archives. sorry.
regards
Hi list
had tried to make version 0.54 and encountered the following error.
In file included from
zziplib/zzip-dir.c:15:zziplib/zzip-file.h:20:18: zlib.h: No such file or
directorymake[1]: *** [zzip-dir.lo] Error 1make[1]: Leaving directory
`/var/src/clamav-0.54/libclamav'make: *** [all-
41 matches
Mail list logo