-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
-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]: ***
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
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
-
-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,
-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
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