On Sun, Feb 29, 2004 at 04:26:17AM +0100, Serge wrote: > Hello, > > Pls. help ! > I have server on Freebsd 5.2 and don't may install asterisk , following errors: ( > gmake clean ; gmake install ) > ----------------------------------------------------- > include/mpool.h:53: error: syntax error before "CIRCLEQ_ENTRY" > include/mpool.h:64: error: syntax error before "CIRCLEQ_HEAD"
Asterisk bundles an obsolescent version of the Berkeley DB for silly copyright reasons. Just erase any reference to db1-ast in the Makefile -- FreeBSD includes the relevant routines in libc, so you don't need it. /w -- /~\ The ASCII Ribbon Campaign \ / No HTML/RTF in email X No Word docs in email / \ Respect for open standards _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
