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
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
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
> > 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
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 ...
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
>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