Re: [clamav-users] Problem compiling Clamav 0.98.1 on Solaris 10/x86 (fwd)

2014-02-28 Thread Christopher X. Candreva
Should anyone ever search for this, the problem was solved by upgrading gcc to 4.8.1 On Fri, 31 Jan 2014, Christopher X. Candreva wrote: > > > Under Solaris 10 x86, gcc 4.7.1, gnu ld 2.21.1 libclamav is failing to > link. Here is an exerpt from the compile: > > make[4]: Entering directory

[clamav-users] Problem compiling Clamav 0.98.1 on Solaris 10/x86 (fwd)

2014-01-31 Thread Christopher X. Candreva
Under Solaris 10 x86, gcc 4.7.1, gnu ld 2.21.1 libclamav is failing to link. Here is an exerpt from the compile: make[4]: Entering directory `/home/chris/apps/mail/clamav-0.98.1/libclamav' CC unrar15.lo CC unrar.lo CC unrar20.lo CC unrarppm.lo CC unrarvm.lo CC

Re: [clamav-users] Problem compiling clamav-0.97.6 on Solaris 10

2012-09-18 Thread David Raynor
On Tue, Sep 18, 2012 at 4:07 PM, Peter Bonivart wrote: > On Tue, Sep 18, 2012 at 4:47 PM, David Raynor > wrote: > > This error message is because of a gcc bug, specific to gcc version 4.6 > on > > Solaris 10 (gcc bug 49347). That is fixed in gcc 4.7. > > I can build with llvm enabled on Solaris 1

Re: [clamav-users] Problem compiling clamav-0.97.6 on Solaris 10

2012-09-18 Thread Peter Bonivart
On Tue, Sep 18, 2012 at 4:47 PM, David Raynor wrote: > This error message is because of a gcc bug, specific to gcc version 4.6 on > Solaris 10 (gcc bug 49347). That is fixed in gcc 4.7. I can build with llvm enabled on Solaris 10 i386 with gcc 4.7.1 but on sparc it says: checking for supported O

Re: [clamav-users] Problem compiling clamav-0.97.6 on Solaris 10

2012-09-18 Thread David Raynor
On Mon, Sep 17, 2012 at 5:02 PM, Christopher X. Candreva wrote: > > Solaris 10, gcc 4.6.3, Program.cc gives the folloing errors: > > .. > CXXProgram.lo > In file included from llvm/lib/System/Unix/Program.inc:34:0, > from llvm/lib/System/Program.cpp:52: > /usr/include/sp

[clamav-users] Problem compiling clamav-0.97.6 on Solaris 10

2012-09-17 Thread Christopher X. Candreva
Solaris 10, gcc 4.6.3, Program.cc gives the folloing errors: .. CXXProgram.lo In file included from llvm/lib/System/Unix/Program.inc:34:0, from llvm/lib/System/Program.cpp:52: /usr/include/spawn.h:42:14: error: expected ',' or '...' before 'argv' /usr/include/spawn.h:50

Re: [Clamav-users] Problem compiling clamav-0.95.3 on FreeBSD 7.0

2009-10-28 Thread Bill Landry
db...@netspace.net.au wrote: Hi, Hoping someone can help with a problem I am having compiling clamav-0.95.3 on FreeBSD 7.0 uname -a FreeBSD mail-in2. 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 r...@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 The

[Clamav-users] Problem compiling clamav-0.95.3 on FreeBSD 7.0

2009-10-28 Thread dborg
Hi, Hoping someone can help with a problem I am having compiling clamav-0.95.3 on FreeBSD 7.0 uname -a FreeBSD mail-in2. 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 r...@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 The server is pretty much all defau

Re: [Clamav-users] Problem compiling Clamav-milter in version 0.95

2009-03-31 Thread SM
At 02:59 31-03-2009, Dave Wells wrote: >Can anyone confirm that the issue I am seeing below is caused by the >fact I am running: > >sendmail-8.12.11-4.RHEL3.6 >sendmail-devel-8.12.11-4.RHEL3.6 >sendmail-cf-8.12.11-4.RHEL3.6 > >rpm installs of sendmail on my system, will an upgrade to sendmail-8.13

Re: [Clamav-users] Problem compiling Clamav-milter in version 0.95

2009-03-31 Thread Dave Wells
] On Behalf Of christian Sent: 30 March 2009 12:34 To: ClamAV users ML Subject: Re: [Clamav-users] Problem compiling Clamav-milter in version 0.95 On Mon, Mar 30, 2009 at 12:14:23PM +0100, Dave Wells wrote: > I am running: sendmail-8.12.11-4.RHEL3.6 ... > > clamav-milter.c:59: `SMFIF_Q

Re: [Clamav-users] Problem compiling Clamav-milter in version 0.95

2009-03-30 Thread christian
On Mon, Mar 30, 2009 at 12:14:23PM +0100, Dave Wells wrote: > I am running: sendmail-8.12.11-4.RHEL3.6 ... > > clamav-milter.c:59: `SMFIF_QUARANTINE' undeclared (first use in this > > function) are you sure your sendmail knows how to quarantine? i think this came with 8.13... and: in the rpm worl

Re: [Clamav-users] Problem compiling Clamav-milter in version 0.95

2009-03-30 Thread Dave Wells
: [Clamav-users] Problem compiling Clamav-milter in version 0.95 On Mon, Mar 30, 2009 at 10:59:43AM +0100, Dave Wells wrote: [...] > clamav-milter.c:59: `SMFIF_QUARANTINE' undeclared (first use in this > function) what is your sendmail version? -- _

Re: [Clamav-users] Problem compiling Clamav-milter in version 0.95

2009-03-30 Thread christian
On Mon, Mar 30, 2009 at 10:59:43AM +0100, Dave Wells wrote: [...] > clamav-milter.c:59: `SMFIF_QUARANTINE' undeclared (first use in this > function) what is your sendmail version? -- ___ Help us build a comprehensive ClamAV guide: visit http://wiki.cla

[Clamav-users] Problem compiling Clamav-milter in version 0.95

2009-03-30 Thread Dave Wells
Hi, I am having an issue trying to compile the clamav-milter in version 0.95, I have never had an issue compiling this before and I have been using clamav since version 0.90.2. My configure options are: ./configure --disable-clamuko --enable-milter -sysconfdir=/etc When I attempt a make I get

Re: [Clamav-users] problem compiling libclamav example on OS X

2008-12-23 Thread Oliver Moran
Edwin, you're a legend! Thank you for your patience! Final result: $ gcc -Wall ex1.c -o ex1 -L/Users/oliver/clamav/lib -I/Users/oliver/ clamav/include -lclamav $ ./ex1 ex1.c Loaded 478261 signatures. No virus detected. Data scanned: 0.00 MB And after wresting with my project settings, it compil

Re: [Clamav-users] problem compiling libclamav example on OS X

2008-12-23 Thread Török Edwin
On 2008-12-23 00:02, Oliver Moran wrote: > I had given that a shot before. Still no joy. Back to something *like* > the original error: > > $ gcc -Wall ex1.c -o ex1 -L/Users/oliver/clamav/lib -I/Users/oliver/ > clamav/include > Undefined symbols: >"_cl_scandesc", referenced from: >_m

Re: [Clamav-users] problem compiling libclamav example on OS X

2008-12-22 Thread Oliver Moran
I had given that a shot before. Still no joy. Back to something *like* the original error: $ gcc -Wall ex1.c -o ex1 -L/Users/oliver/clamav/lib -I/Users/oliver/ clamav/include Undefined symbols: "_cl_scandesc", referenced from: _main in ccPMHetD.o "_cl_strerror", referenced from:

Re: [Clamav-users] problem compiling libclamav example on OS X

2008-12-22 Thread Török Edwin
On 2008-12-22 23:14, Oliver Moran wrote: > Still no joy: > > $ gcc -Wall ex1.c -o ex1 -L/Users/oliver/clamav/lib > ex1.c:32:20: error: clamav.h: No such file or directory > add -I/Users/oliver/clamav/include too. > ... > > ... followed by the expected list of undeclared functions, etc. > > The

Re: [Clamav-users] problem compiling libclamav example on OS X

2008-12-22 Thread Oliver Moran
Still no joy: $ gcc -Wall ex1.c -o ex1 -L/Users/oliver/clamav/lib ex1.c:32:20: error: clamav.h: No such file or directory ... ... followed by the expected list of undeclared functions, etc. The contents of /Users/oliver/clamav/lib is as follows: $ cd /Users/oliver/clamav/lib $ ls libclamav.5.dy

Re: [Clamav-users] problem compiling libclamav example on OS X

2008-12-22 Thread Török Edwin
On 2008-12-22 21:36, Oliver Moran wrote: > Compilation with -lclamav went as follows: > > $ gcc -Wall ex1.c -o ex1 -lclamav > ld: library not found for -lclamav > collect2: ld returned 1 exit status > > Does clamav need to be installed for the library API to work? If so, > insta

Re: [Clamav-users] problem compiling libclamav example on OS X

2008-12-22 Thread Oliver Moran
Compilation with -lclamav went as follows: $ gcc -Wall ex1.c -o ex1 -lclamav ld: library not found for -lclamav collect2: ld returned 1 exit status Does clamav need to be installed for the library API to work? If so, installation was as follows: $ ./configure --

Re: [Clamav-users] problem compiling libclamav example on OS X

2008-12-21 Thread Török Edwin
On 2008-12-21 02:27, Oliver Moran wrote: > Apologies first if this is a stupid mistake on my part, but I am > having difficulties compiling the libclamav example on OS X, using GCC > 4.0/4.2 through Xcode and GCC 4.0 through the terminal. The result is > the same regardless of GCC version. I

[Clamav-users] problem compiling libclamav example on OS X

2008-12-20 Thread Oliver Moran
Apologies first if this is a stupid mistake on my part, but I am having difficulties compiling the libclamav example on OS X, using GCC 4.0/4.2 through Xcode and GCC 4.0 through the terminal. The result is the same regardless of GCC version. I have no compile issues in the code, the issue p

Re: [Clamav-users] Problem compiling 0.93.3 on Solaris x86 (64bit)

2008-07-25 Thread Forrest Aldrich
Török Edwin wrote: > On 2008-07-24 20:40, Forrest Aldrich wrote: > >> Török Edwin wrote: >> >> >>> On 2008-07-24 20:20, Forrest Aldrich wrote: >>> >>> >>> Prior to posting, I searched Google and found some reports like this - though they referred to previous i

Re: [Clamav-users] Problem compiling 0.93.3 on Solaris x86 (64bit)

2008-07-24 Thread Török Edwin
On 2008-07-24 20:40, Forrest Aldrich wrote: > Török Edwin wrote: > >> On 2008-07-24 20:20, Forrest Aldrich wrote: >> >> >>> Prior to posting, I searched Google and found some reports like this - >>> though they referred to previous installations needing to be removed >>> (which I do no

Re: [Clamav-users] Problem compiling 0.93.3 on Solaris x86 (64bit)

2008-07-24 Thread Forrest Aldrich
Török Edwin wrote: > On 2008-07-24 20:20, Forrest Aldrich wrote: > >> Prior to posting, I searched Google and found some reports like this - >> though they referred to previous installations needing to be removed >> (which I do not have). >> >> I'm trying to compile the latest stable release

Re: [Clamav-users] Problem compiling 0.93.3 on Solaris x86 (64bit)

2008-07-24 Thread Török Edwin
On 2008-07-24 20:20, Forrest Aldrich wrote: > Prior to posting, I searched Google and found some reports like this - > though they referred to previous installations needing to be removed > (which I do not have). > > I'm trying to compile the latest stable release on Solaris 10 x86, in > 64bit

[Clamav-users] Problem compiling 0.93.3 on Solaris x86 (64bit)

2008-07-24 Thread Forrest Aldrich
Prior to posting, I searched Google and found some reports like this - though they referred to previous installations needing to be removed (which I do not have). I'm trying to compile the latest stable release on Solaris 10 x86, in 64bit -- though compiling it standard with regular GCC still

Re: [Clamav-users] Problem compiling 0.93

2008-06-05 Thread Luis Hernán Otegui
Stephen: 2008/6/4 Stephen Gran <[EMAIL PROTECTED]>: > On Wed, Jun 04, 2008 at 03:24:44PM -0300, Luis Hernán Otegui said: >> Stephen: >> >> Well, it all worked up pretty well, untill I got this: >> >> /usr/lib/libc_nonshared.a(atexit.oS)(.gnu.linkonce.t.__i686.get_pc_thunk.bx+0x0): >> In function `

Re: [Clamav-users] Problem compiling 0.93

2008-06-04 Thread Stephen Gran
On Wed, Jun 04, 2008 at 03:24:44PM -0300, Luis Hernán Otegui said: > Stephen: > > Well, it all worked up pretty well, untill I got this: > > /usr/lib/libc_nonshared.a(atexit.oS)(.gnu.linkonce.t.__i686.get_pc_thunk.bx+0x0): > In function `__i686.get_pc_thunk.bx': > : multiple definition of `__i686

Re: [Clamav-users] Problem compiling 0.93

2008-06-04 Thread Luis Hernán Otegui
Stephen: 2008/6/4 Stephen Gran <[EMAIL PROTECTED]>: > On Wed, Jun 04, 2008 at 02:47:04PM -0300, Luis Hernán Otegui said: >> Stephen: >> >> 2008/6/4 Stephen Gran <[EMAIL PROTECTED]>: >> > On Wed, Jun 04, 2008 at 02:02:53PM -0300, Luis Hernán Otegui said: >> >> Török >> >> >> >> 2008/6/4 Török Edwin

Re: [Clamav-users] Problem compiling 0.93

2008-06-04 Thread Stephen Gran
On Wed, Jun 04, 2008 at 02:47:04PM -0300, Luis Hernán Otegui said: > Stephen: > > 2008/6/4 Stephen Gran <[EMAIL PROTECTED]>: > > On Wed, Jun 04, 2008 at 02:02:53PM -0300, Luis Hernán Otegui said: > >> Török > >> > >> 2008/6/4 Török Edwin <[EMAIL PROTECTED]>: > >> > Luis Hernán Otegui wrote: > >> >

Re: [Clamav-users] Problem compiling 0.93

2008-06-04 Thread Luis Hernán Otegui
Stephen: 2008/6/4 Stephen Gran <[EMAIL PROTECTED]>: > On Wed, Jun 04, 2008 at 02:02:53PM -0300, Luis Hernán Otegui said: >> Török >> >> 2008/6/4 Török Edwin <[EMAIL PROTECTED]>: >> > Luis Hernán Otegui wrote: >> >> Hi, I'm trying to compile from source clamav 0.93 over an old Debian >> >> >> > >>

Re: [Clamav-users] Problem compiling 0.93

2008-06-04 Thread Stephen Gran
On Wed, Jun 04, 2008 at 02:02:53PM -0300, Luis Hernán Otegui said: > Török > > 2008/6/4 Török Edwin <[EMAIL PROTECTED]>: > > Luis Hernán Otegui wrote: > >> Hi, I'm trying to compile from source clamav 0.93 over an old Debian > >> > > > > Did 0.92 compile on your machine? > > Well, I wasn't compil

Re: [Clamav-users] Problem compiling 0.93

2008-06-04 Thread Luis Hernán Otegui
Török: 2008/6/4 Luis Hernán Otegui <[EMAIL PROTECTED]>: > Török > > 2008/6/4 Török Edwin <[EMAIL PROTECTED]>: >> Luis Hernán Otegui wrote: >>> Hi, I'm trying to compile from source clamav 0.93 over an old Debian >>> >> >> Did 0.92 compile on your machine? > > Well, I wasn't compiling strictly spea

Re: [Clamav-users] Problem compiling 0.93

2008-06-04 Thread Luis Hernán Otegui
Török 2008/6/4 Török Edwin <[EMAIL PROTECTED]>: > Luis Hernán Otegui wrote: >> Hi, I'm trying to compile from source clamav 0.93 over an old Debian >> > > Did 0.92 compile on your machine? Well, I wasn't compiling strictly speaking, I was making new clamav packages from source, according to the D

Re: [Clamav-users] Problem compiling 0.93

2008-06-04 Thread Török Edwin
Luis Hernán Otegui wrote: > Hi, I'm trying to compile from source clamav 0.93 over an old Debian > Did 0.92 compile on your machine? > Sarge machine (cannot upgrade to Etch, sorry). > > Everything runs smoothly until I get the following error: > > make: *** No hay ninguna regla para construir

[Clamav-users] Problem compiling 0.93

2008-06-04 Thread Luis Hernán Otegui
Hi, I'm trying to compile from source clamav 0.93 over an old Debian Sarge machine (cannot upgrade to Etch, sorry). Everything runs smoothly until I get the following error: make: *** No hay ninguna regla para construir el objetivo `unrar15.lo', necesario para `libclamunrar.la'. Alto. Any ideas

Re: [Clamav-users] Problem compiling clamav-0.92 on SUSE10.2

2007-12-23 Thread Russ Fineman
On Saturday 22 December 2007 11:58:44 pm Alessandro Volturno wrote: > In data 23/12/2007 05:07:48, Russ Fineman ha scritto: > > SYSTEM openSUSE 10.2, kernel 2.6.18.8-0.7-bigsmp > > clamdscan           depcomp        ltmain.sh > > clamscan            docs           Makefile.am > > carefully read t

Re: [Clamav-users] Problem compiling clamav-0.92 on SUSE10.2

2007-12-22 Thread Alessandro Volturno
In data 23/12/2007 05:07:48, Russ Fineman ha scritto: > SYSTEM openSUSE 10.2, kernel 2.6.18.8-0.7-bigsmp > > I uninstalled version 0.91.1-2.1 with YaST. Also uninstalled klamav, > downloaded clamav-0.92.tar.gz > > cd to ~/TEMP/clamav > ran tar -xzvf clamav-0.92.tar.gz > no errors > cd clamav-0.92

[Clamav-users] Problem compiling clamav-0.92 on SUSE10.2

2007-12-22 Thread Russ Fineman
SYSTEM openSUSE 10.2, kernel 2.6.18.8-0.7-bigsmp I uninstalled version 0.91.1-2.1 with YaST. Also uninstalled klamav, downloaded clamav-0.92.tar.gz cd to ~/TEMP/clamav ran tar -xzvf clamav-0.92.tar.gz no errors cd clamav-0.92 then ran the following: ./configure completed and no errors reported.

Re: [Clamav-users] problem compiling ver .90 on Solaris 9 and 10

2007-02-26 Thread Jerry K
Hello Andy/Jonathon, I tarred up my /usr/local/ssl subdirectory, did a new ./configure & make, and my compile went fine. Afterwards, I un-tarred my /usr/local/ssl subdirectory as this was causing end users with IMAP over SSL problems. I guess that looking back in retrospective, I am curious

Re: [Clamav-users] problem compiling ver .90 on Solaris 9 and 10

2007-02-24 Thread Andy Fiddaman
On Fri, 23 Feb 2007, Jerry K wrote: ; Text relocation remains referenced ; against symbol offset in file ;0x4d4 ; /usr/local/ssl/lib/libssl.a(s3_lib.o) ;0x4d8 ; fopen64

Re: [Clamav-users] problem compiling ver .90 on Solaris 9 and 10

2007-02-23 Thread Jonathan Armitage
Jerry K wrote: I am having problems compiling ClamAV on Solaris 9 and 10. Both Sparc and x86. The configure completes without any errors. Jerry, Try linking against the ssl libraries in /usr/sfw. Jon ___ Help us build a comprehensive ClamAV guide:

[Clamav-users] problem compiling ver .90 on Solaris 9 and 10

2007-02-23 Thread Jerry K
I am having problems compiling ClamAV on Solaris 9 and 10. Both Sparc and x86. The configure completes without any errors. I will show the compile error below. In the Solaris 9 environment, I am using GCC from sunfreeware.com and GNU make that I compiled myself, located in /usr/local/bin.

[Clamav-users] problem compiling clamav-0.90rc3 on Sparc Solaris 10U3

2007-02-04 Thread Krzys
I was able to compile all the versions up to .90 rc2, I just downloaded rc3 and I am unable to compile it anylonger, any idea why? or what changed or what I am doing wrong? Here is what I get: I do: ./configure (I did try it with different options with the same results) then I do make it run

Re: [Clamav-users] problem compiling PHP ClamaAV Lib 0.12a

2006-06-15 Thread Kevin Lowe
Hi Dale, I got the source from http://www.phpclamavlib.org/ but I also tried the Nick Loeve code with the same results. I'm running PHP 4.2.2 on FreeBSD 4.6-STABLE. I have compiled other versions of PHP for CLI use but I dont think that should be affecting it as they are off the usual search pat

Re: [Clamav-users] problem compiling PHP ClamaAV Lib 0.12a

2006-06-14 Thread Dale Walsh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Jun 14, 2006, at 11:01 , Kevin Lowe wrote: Hi Dennis, Many thanks for all your help and time. I've tried compiling both packages in /usr/home/USERNAME/local and am still getting the same errors as before. ./configure --with-clamav --prefi

Re: [Clamav-users] problem compiling PHP ClamaAV Lib 0.12a

2006-06-14 Thread Kevin Lowe
I just tried to compile phplibclamav http://trickie.org/code/phplibclamav.php and am getting the same errors. One thing I forgot, for both packages I got this error running phpize: aclocal: macro `AC_ADD_LIBPATH' defined in acinclude.m4 but never used aclocal: macro `AC_ADD_LIBRARY' defined in ac

Re: [Clamav-users] problem compiling PHP ClamaAV Lib 0.12a

2006-06-14 Thread Kevin Lowe
Hi Dennis, Many thanks for all your help and time. I've tried compiling both packages in /usr/home/USERNAME/local and am still getting the same errors as before. ./configure --with-clamav --prefix=/usr/home/USERNAME/local and ./configure --with-clamav=/usr/home/solomon2/local --prefix=/usr/home

Re: [Clamav-users] problem compiling PHP ClamaAV Lib 0.12a

2006-06-13 Thread Dennis Peterson
Kevin Lowe wrote: Hi Dennis, Thanks for your quick responce. Some influential environment variables: CC C compiler command CFLAGS C compiler flags LDFLAGS linker flags, e.g. -L if you have libraries in a nonstandard directory Pay particular attention

Re: [Clamav-users] problem compiling PHP ClamaAV Lib 0.12a

2006-06-13 Thread Kevin Lowe
Hi Dennis, Thanks for your quick responce. > Some influential environment variables: >CC C compiler command >CFLAGS C compiler flags >LDFLAGS linker flags, e.g. -L if you have libraries in a >nonstandard directory > > Pay particular attention to the L

Re: [Clamav-users] problem compiling PHP ClamaAV Lib 0.12a

2006-06-13 Thread Dennis Peterson
Kevin Lowe wrote: Hi, I'm trying to develop a PHP app that will scan Word and PDF files uploaded to a web site. I've installed clamav-0.88.2 with the following commands: ./configure --without-libcurl --with-user=USERNAME --with-group=users --prefix=/usr/home/USERNAME/bin/clam where USERNAME

[Clamav-users] problem compiling PHP ClamaAV Lib 0.12a

2006-06-13 Thread Kevin Lowe
Hi, I'm trying to develop a PHP app that will scan Word and PDF files uploaded to a web site. I've installed clamav-0.88.2 with the following commands: ./configure --without-libcurl --with-user=USERNAME --with-group=users --prefix=/usr/home/USERNAME/bin/clam where USERNAME is my unix account

[Clamav-users] Problem compiling

2005-03-10 Thread Ed Vazquez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 OS: OpenBSD 3.6-stable through 3.7-beta Compiler: gcc 2.95 (-stable), gcc 3.3.5 (-release and -beta) ClamAV: 0.83 and -devel (refreshed today) Options: ./configure --sysconfdir=/etc/clamav --localstatedir=/var - --infodir=/usr/share/info --mandir=/usr

Re: [Clamav-users] Problem compiling clamav-0.80

2004-10-28 Thread Nigel Horne
On Thursday 28 Oct 2004 07:25, Ajaya Sharma wrote: > Undefined first referenced > symbol in file > __eprintf strrcpy.lo I don't have a machine that reproduces this error, so I can't say for sure, however I believe that t

Re: [Clamav-users] Problem compiling clamav-0.80

2004-10-27 Thread Fajar A. Nugraha
Thomas Lamy wrote: Ajaya Sharma wrote: Hi, I'm running clamav .7.5.1 and want to update to latest verion. I was able to compile clamav-0.80rc3 without any problem but somehow I remained unsuccessful after clamav-0.80rc3. Below was the error received when attempted to compile clamav-0.80rc4 and cla

RE: Re: [Clamav-users] Problem compiling clamav-0.80

2004-10-27 Thread Ajaya Sharma
, Australia web: http://www.garvan.org.au ___ > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Thomas Lamy > Sent: Thursday, 28 October 2004 4:35 PM > To: ClamAV

Re: [Clamav-users] Problem compiling clamav-0.80

2004-10-27 Thread Thomas Lamy
Ajaya Sharma wrote: Hi, I'm running clamav .7.5.1 and want to update to latest verion. I was able to compile clamav-0.80rc3 without any problem but somehow I remained unsuccessful after clamav-0.80rc3. Below was the error received when attempted to compile clamav-0.80rc4 and clamav-080: # make ...

[Clamav-users] Problem compiling clamav-0.80

2004-10-27 Thread Ajaya Sharma
Hi, I'm running clamav .7.5.1 and want to update to latest verion. I was able to compile clamav-0.80rc3 without any problem but somehow I remained unsuccessful after clamav-0.80rc3. Below was the error received when attempted to compile clamav-0.80rc4 and clamav-080: # make ... make all-recursiv

[Clamav-users] Problem compiling clamdmail on Tru64

2004-07-07 Thread Juan Enciso Condeña
Hello Friends. I'm installing clamdmail on Tru64 4.0F running Digital Unix OS, It is an alpha server of 64bits. In this moment clamav is work fine, but I need install clamdmail for replace amavis, because amavis have problem with CPU usage. It use very CPU and my system is very slow. When I am com

Re: [Clamav-users] Problem Compiling clamav on Solaris 8

2004-03-03 Thread Alex S Moore
On Wed, 03 Mar 2004 09:12:45 -0500 Betsy Schwartz <[EMAIL PROTECTED]> wrote: > [I received a message saying that my previous post was not acceptable, so > I will try again.] > > I've seen this error both on the latest build and on the stable .67 > version > > >/usr/local/lib/libgmp.so -L/usr/lib

[Clamav-users] Problem Compiling clamav on Solaris 8

2004-03-03 Thread Betsy Schwartz
[I received a message saying that my previous post was not acceptable, so I will try again.] I've seen this error both on the latest build and on the stable .67 version System is running Solaris 8. Sendmail has been compiled to use milters and is currently running with vbs-filter. I ran config

[Clamav-users] Problem compiling clamav-milter on Solaris 8

2004-03-02 Thread Betsy Schwartz
I ran configure --ebable-milter, but the clamav-milter didn't build (nor give any error). /home/betsys/clamav-devel-20040301/clamav-milter-> make clamav-milter /bin/bash ../libtool --mode=link gcc -g -O2 -o clamav-milter-L../libclamav -lclamav -L/usr/lib/libmilter -L/usr/local/include -

Re: [Clamav-users] Problem compiling - int32_t

2004-01-30 Thread Trog
Quoting spiralvoice <[EMAIL PROTECTED]>: > Hi, > > I have some problems compiling the latest snapshot > (http://www.clamav.net/snapshot/clamav-devel-20040128.tar.gz). > > Here is what happens, I used this compiler: > Reading specs from /usr/lib/gcc-lib/i486-linux/2.7.2.1/specs > gcc version 2.7

[Clamav-users] Problem compiling - int32_t

2004-01-29 Thread spiralvoice
Hi, I have some problems compiling the latest snapshot (http://www.clamav.net/snapshot/clamav-devel-20040128.tar.gz). Here is what happens, I used this compiler: Reading specs from /usr/lib/gcc-lib/i486-linux/2.7.2.1/specs gcc version 2.7.2.1 ./configure --prefix=/usr --sysconfdir=/etc --disabl

[Clamav-users] Problem compiling on libc5 linux

2003-10-13 Thread Bernd Kuhls
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

[Clamav-users] Problem compiling on libc5 linux

2003-10-12 Thread Bernd Kuhls
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