Re: [Clamav-users] Problems installing on OS X

2003-09-02 Thread Nigel Horne
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 02 Sep 2003 1:23 am, Ken Gordon wrote: > I replaced pthread_sigmask(SIG_SETMASK, &sigset, NULL) with > sigprocmask(SIG_SETMASK, &sigset, NULL) and the build succeeded without > complaint. clamd was installed in /usr/local/sbin Please monit

Re: [Clamav-users] Problems installing on OS X

2003-09-02 Thread Nigel Horne
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 01 Sep 2003 11:43 pm, Ken Gordon wrote: > Where? Everywhere that you find it: "grep pthread_sigmask */*.c" > On Saturday, August 30, 2003, at 03:57 PM, Nigel Horne wrote: > >> ld: Undefined symbols: > >> _pthread_sigmask > >> make[1]: ***

Re: [Clamav-users] Problems installing on OS X

2003-09-02 Thread Ken Gordon
On Saturday, August 30, 2003, at 03:57 PM, Nigel Horne wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 26 Aug 2003 9:59 pm, Ken Gordon wrote: ld: Undefined symbols: _pthread_sigmask make[1]: *** [clamd] Error 1 make: *** [all-recursive] Error 1 It may be that on OS/X you need to

Re: [Clamav-users] Problems installing on OS X

2003-09-01 Thread Ken Gordon
Where? On Saturday, August 30, 2003, at 03:57 PM, Nigel Horne wrote: ld: Undefined symbols: _pthread_sigmask make[1]: *** [clamd] Error 1 make: *** [all-recursive] Error 1 It may be that on OS/X you need to replace pthread_sigmask(a, b, c) with sigprocmask(a, b, c). Ken Gordon (780) 910-7652 -

Re: [Clamav-users] Problems installing on OS X

2003-09-01 Thread Nigel Horne
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 26 Aug 2003 9:59 pm, Ken Gordon wrote: > ld: Undefined symbols: > _pthread_sigmask > make[1]: *** [clamd] Error 1 > make: *** [all-recursive] Error 1 It may be that on OS/X you need to replace pthread_sigmask(a, b, c) with sigprocmask(a,

Re: [Clamav-users] Problems installing on OS X

2003-08-30 Thread Nigel Horne
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > /usr/lib/libSystem.dylib(strcasecmp.o) definition of _strcasecmp Ken, libclamav/zziplib/strc.c contains a definiction of strcasecmp which is also in the C library on OS/X hence the complaints of duplication. The configure script shouldn't compile

[Clamav-users] Problems installing on OS X

2003-08-26 Thread Ken Gordon
I am trying to install clamav-0.60 on my Mac running OS10.1.5, and I encounter an error in the Make. I have configured with and without pthreads - taking a hint from some previous messages here. If I use ./configure --disable-pthreads I do not get the error, but it doesn't compile clamd. I get c