On Tue, 26 Aug 2003 00:04:03 -0400
Ian Scott <[EMAIL PROTECTED]> wrote:

> I'm now trying to compile it on a box with RH 8 and Sendmail 8.12.9. 
> I configured with --enable-milter.
> 
> However, make quits with an error:
> 
> /usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../libmilter.a(main.o):
> In function `smfi_register':
> main.o(.text+0x74): undefined reference to `strlcpy'

The functions strlcpy and strlcat are not part of the Linux C library. 
Get the files strlcpy.c and strlcat.c from the OpenBSD source code and
compile and link them with your program.

I can also send you sources and a Makefile to compile the functions into
a small shared library libstrlfunc.so.

- Marc


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