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 replace pthread_sigmask(a, b, c) with sigprocmask(a, b, c).
Give it a go, and report back please!
- -Nigel
In the following places (ignore my previous query :) )
./clamd/clamuko.c: pthread_sigmask(SIG_SETMASK, &sigset, NULL); ./clamd/server.c: pthread_sigmask(SIG_SETMASK, &sigset, NULL); ./clamd/server.c: pthread_sigmask(SIG_SETMASK, &sigset, NULL);
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
Thanks for your help.
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Clamav-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/clamav-users