Re: [Clamav-users] Compile problem with 0.96.1

2010-06-12 Thread Török Edwin
On 06/12/2010 04:05 PM, Perry Smith wrote: > > On Jun 12, 2010, at 7:58 AM, Török Edwin wrote: > >> On 06/12/2010 03:35 PM, George R. Kasica wrote: On Sat, 12 Jun 2010 11:27:26 +0100, you wrote: >>> On Fri, Jun 11, 2010 at 11:24:17PM -0500, George R. Kasica said: > Have successfully

Re: [Clamav-users] Compile problem with 0.96.1

2010-06-12 Thread Perry Smith
On Jun 12, 2010, at 7:58 AM, Török Edwin wrote: > On 06/12/2010 03:35 PM, George R. Kasica wrote: >>> On Sat, 12 Jun 2010 11:27:26 +0100, you wrote: >> >>> On Fri, Jun 11, 2010 at 11:24:17PM -0500, George R. Kasica said: Have successfully run 0.96 here with just using ./configure

Re: [Clamav-users] Compile problem with 0.96.1

2010-06-12 Thread Török Edwin
On 06/12/2010 03:35 PM, George R. Kasica wrote: >> On Sat, 12 Jun 2010 11:27:26 +0100, you wrote: > >> On Fri, Jun 11, 2010 at 11:24:17PM -0500, George R. Kasica said: >>> Have successfully run 0.96 here with just using >>> >>> ./configure >>> make >>> make install >>> >>> But in 0.96.1 >>> >>> I'

Re: [Clamav-users] Compile problem with 0.96.1

2010-06-12 Thread George R . Kasica
>On Sat, 12 Jun 2010 11:27:26 +0100, you wrote: >On Fri, Jun 11, 2010 at 11:24:17PM -0500, George R. Kasica said: >> Have successfully run 0.96 here with just using >> >> ./configure >> make >> make install >> >> But in 0.96.1 >> >> I'm failing the make with >> >> CCLD sigtool >> make[2]:

Re: [Clamav-users] Compile problem with 0.96.1

2010-06-12 Thread Stephen Gran
On Fri, Jun 11, 2010 at 11:24:17PM -0500, George R. Kasica said: > Have successfully run 0.96 here with just using > > ./configure > make > make install > > But in 0.96.1 > > I'm failing the make with > > CCLD sigtool > make[2]: Leaving directory `/mnt/scsi-1/Linux/clamav-0.96.1/sigtool' >

Re: [Clamav-users] Compile Problem FreeBSD 4.8

2007-02-17 Thread Matthias Haeker
Matthias Haeker schrieb: . /usr/libexec/elf/ld: cannot find -lpthread *** Error code 1 i hate to reply to myself but. i replaced all -lpthread with -pthread in configure.in and now clamav-0.90 compile i know i will have broken my configure.in for other OS but now i know that

Re: [Clamav-users] Compile problem in tru64

2006-02-16 Thread Bugs
Thank you Jeff for your input, it lead me to this: ./configure CFLAGS="-lpthread -pthread -D_POSIX_PII_SOCKET" CPPFLAGS="-pthread" which is what finaly worked. On Wed, 15 Feb 2006, Jeff Donsbach wrote: ->I found this discussion on the Samba mailing list from about 4 1/2 ->years ago that include

Re: [Clamav-users] Compile problem in tru64

2006-02-15 Thread Jeff Donsbach
I found this discussion on the Samba mailing list from about 4 1/2 years ago that includes discussion about "socklen_t" and the getpeername() API - http://lists.samba.org/archive/rsync/2001-August/47.html Jeff D ___ http://lurker.clamav.net/list/cla

Re: [Clamav-users] Compile problem in tru64

2006-02-15 Thread Jeff Donsbach
On 2/15/06, Bugs <[EMAIL PROTECTED]> wrote: > > Tru64 5.1B PK4 on a es40 > Any Ideas? Looks like an issue related to the definition of socklet_t in Try adding "-D_XOPEN_SOURCE>=500" to your CFLAGS and rebuild again. That looks like what would fix the problem with the DEC/Compaq C compiler, b

Re: [Clamav-users] Compile problem

2005-02-15 Thread D.J.
> > Add --disable-pthreads to your configure options. > > -trog > BINGO! Thanks very much ___ http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users

Re: [Clamav-users] Compile problem

2005-02-15 Thread Trog
On Tue, 2005-02-15 at 12:04 -0500, D.J. wrote: > Hello all. I'm currently running a Qmail server on OpenBSD 3.4 that > I'd like to hook ClamAV into. Problem is, I'm running into a problem > when I do a make. Before it fails with at the end of the attempted > make, I receive the following lines: