Re: [clamav-users] Missing binaries for clamd/clamdscan

2003-05-28 Thread Flinn Mueller
George Szekely wrote: "use_netinfo="yes" have_pthreads="no" echo "$as_me:$LINENO: result: Darwin detected. Disabling thread support." >&5 echo "${ECHO_T}Darwin detected. Disabling thread support." >&6 ;; " I've flipped "no" to "yes" and it did compile and install, but the question

Re: [clamav-users] Missing binaries for clamd/clamdscan

2003-05-28 Thread listuser
Ah. An OS X user. I don't have an OS X box handy anymore to test this on. I'd suspect that's the same reason it's set to no; the author didn't have an OS X box to test on, or couldn't get testing and feedback from an OS X user. I can't say that with any degree of certainty though. It's pla

Re: [clamav-users] Missing binaries for clamd/clamdscan

2003-05-28 Thread George Szekely
Justin, Thanks for the feedback. As it turns out the configure file for compiling clamav-0.54 sets "have_pthreads" to "no" if it detect Darwin (OSX) and clamd/clamdscan requires POSIX threads support. Hence the absence of installation for daemon. I was under the impression that OSX being FreeBS

Re: [clamav-users] Missing binaries for clamd/clamdscan

2003-05-28 Thread listuser
George, You probably already thought of this but just in case you didn't.. echo $PATH is any /usr/local in there? ls -l /usr/local/bin/clamscan Your prompt indicates that you weren't root when you ran make install. Were you? Justin On Tue, 27 May 2003, George Szekely wrote: > Hi all! > >