On Tue, Aug 26, 2003 at 18:15:52 +0200 (CEST) Tomasz Kojm <[EMAIL PROTECTED]> wrote:
> > 1) clamav-milter links with -lmilter but that (at least on RedHat) references
> > a function strlcpy which is in libsmutil.a (also from the sendmail-devel
> > rpm), so I needed to add -lsmutil in clamav-milter/Makefile
> > I'm not sure if this is specific to this version of RedHat's sendmail 
> > packaging or a more generic feature.
>  
> I can't find this library on Debian. I need some function name from it to
> be able to add the support for -lsmutil linking in configure.
[...] 

It looks like something that is only referenced from within libmilter.a
and maybe sendmail, so perhaps RedHat has just broken up libmilter into
two libraries?
Anyway, the only function which seems to be called from it (through libmilter)
is strlcpy which seems to be a strcpy replacement with length checks.

David
-- 
David Jansen            mailto:[EMAIL PROTECTED]
Leiden Observatory                ( Sterrewacht Leiden )
P.O. Box 9513,      2300 RA Leiden,      The Netherlands
Phone: (+31) 71 5275810            Fax: (+31) 71 5275819


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

Reply via email to