Re: [Clamav-users] Clamav 0.86 and APT-GET

2005-06-24 Thread Gerardo Ponce
Thanks Stephen! I have already on my sources list your link ( deb http://people.debian.org/~sgran/debian woody main ) but not deb-*src* so I included now, and update was succesfully! Thanks a lot again! Gerardo Ponce Mar del Plata - Argentina Stephen Gran wrote: On Thu, Jun 23, 2005 at

Re: [Clamav-users] The dreaded undefined reference to `smfi_opensocket' with clamav-0.86.1 on FreeBSD 5.2.1 and sendmail-8.13.3

2005-06-24 Thread Blue Moon System Operator
On Thu, 23 Jun 2005 James Conner wrote: Blue Moon System Operator wrote: > > I've scoured the web and only found the reference to configure using > the wrong mfapi.h. Since I know my sendmail-8.13.3 mfapi.h is the only > one it can be using, what else could be causing this? > > I'm baffled by t

Re: [Clamav-users] memory usage, a weird observation

2005-06-24 Thread clamav
At 09:44 PM 6/23/2005, you wrote: Just FYI, the difference between 0.86 and 0.86.1 is a single character in the source code. So it seems incredibly unlikely that 0.86 would be fine and 0.86.1 would blow up regularly. i'm not at all surprised. as i said, it is likely confirmation bias. Paul

RE: [Clamav-users] The dreaded undefined reference to `smfi_opens ocket' with clamav-0.86.1 on FreeBSD 5.2.1 and sendmail-8.13.3

2005-06-24 Thread Ron Snyder
> > Ran into this one myself today.. > > > > cd SENDMAILSRC/libmilter > > ./Build > > make install > > > > then run make on clamav > > > > James > > That's the first thing I did when the error popped up. I > recognized the > calback as I had been working on another milter on another > box and h

Re: [Clamav-users] memory usage, a weird observation

2005-06-24 Thread Daniel Lord
Hi, On Thu, 23 Jun 2005, Damian Menscher wrote: > Just FYI, the difference between 0.86 and 0.86.1 is a single character > in the source code. Oh, I see. free(a); changed to free(b); so no big deal ;) Greetings Daniel, just kidding -- ... yesterday I met the woman I couldn't drink pretty ...

RE: [Clamav-users] The dreaded undefined reference to `smfi_opens ocket' with clamav-0.86.1 on FreeBSD 5.2.1 and sendmail-8.13.3 (RESOLVED ANSWER)

2005-06-24 Thread Blue Moon System Operator
On Fri, 24 Jun 2005 Ron Snyder scripted: > > Ran into this one myself today.. > > > > cd SENDMAILSRC/libmilter > > ./Build > > make install > > > > then run make on clamav > > > > James > > That's the first thing I did when the error popped up. I > recognized the > calback as I had been working

Re: [Clamav-users] The dreaded undefined reference to `smfi_opensocket' with clamav-0.86.1 on FreeBSD 5.2.1 and sendmail-8.13.3

2005-06-24 Thread N Fung
>That's the first thing I did when the error popped up. >I recognized the >calback as I had been working on another milter on >another box and had >been studying the API. No joy. FreeBSD came with /usr/lib/libmilter.so /usr/lib/limbilter.a I had to: 1) rm /usr/lib/libmilter.* 2) cd