[Clamav-users] Problem compiling

2005-03-10 Thread Ed Vazquez
in /home/src/virus/clamav-devel (line 219 of Makefile). I seem to recall from long ago, that with OpenBSD there's something peculiar I need to do. But I can't recall specifics. Can someone help me out? - -- Ed Vazquez Natural abilities are like natural plants, that need pruni

[Clamav-users] Finally got CVS download, now issue with -lpthread...

2003-10-13 Thread Ed Vazquez
Thanks to those who replied on the CVS inconsitancies earlier. The situation seems to be resolved as far as download is concerned. However, in attempting to build on an OpenBSD 3.3 server, I get: /bin/sh ../libtool --mode=link gcc -g -O2-o clamd options.o cfgfile.o clamd.o tcpserver.o l

Re[2]: [Clamav-users] clamav CVS version

2003-10-10 Thread Ed Vazquez
On Fri, 10 Oct 2003 18:20:56 -0300 German Staltari <[EMAIL PROTECTED]> wrote: > Hi, today I've downloaded from the CVS server without any problems. > Are > you sure you aren't behind a firewall?. > > German Staltari I am behind a firewall, but this has not been an issue for non-Sourceforge CVS

Re: [Clamav-users] clamav CVS version

2003-10-10 Thread Ed Vazquez
On Thu, 9 Oct 2003 16:35:35 +0300 Odhiambo Washington <[EMAIL PROTECTED]> wrote: > Se dam jour, > > I am requesting anyone who has successfully managed to checkout the > latest cvs version to send me a tarball of it. All my attempts to > get it has failed - connection refused! > > Thanks. > >

Re: [Clamav-users] clamd dies forever!

2003-10-06 Thread Ed Vazquez
On Thu, 2 Oct 2003 09:55:04 +0300 Odhiambo Washington <[EMAIL PROTECTED]> wrote: > Okay, I know this is not good at all, that I run the CVS version of > clamav > on a production box. It's suicide. I've run the daily snapshots for > some > time without disappointment when it comes to supervising th

Re: [clamav-users] Missing a lib when compiling on OpenBSD 3.3

2003-05-14 Thread Ed Vazquez
I generally download and install what I consider "trivial" files separately from the ports tree. The only exceptions are where the port maintainer has had to make extraordinary effort to patch for compatibility or for what I consider "core" files such as libc, etc. So, yes, PTH-2 and Make were do

Re: [clamav-users] Missing a lib when compiling on OpenBSD 3.3

2003-05-14 Thread Ed Vazquez
Well, this was the case with both clamav-0.54 and clamav-20030317 (which is the most recent snapshot available) on my systems. -lthread broke badly with or without Gnu/PTH installed, the only successful make was with -lpthread. -- - Ed ~~~

Re: [clamav-users] Missing a lib when compiling on OpenBSD 3.3

2003-05-14 Thread Ed Vazquez
Something that should probably be added to the INSTALL file: Gnu Make and Gnu PTH are prerequisites under *BSD (Version? I grabbed the latest, make-3.80 and pth-2.0.0 and it worked). And in the configure / configure.in files under the openbsd*) section the -pthread needs to change to -lpthread