zlib was required, not glib Please take a look at line 54 of pbx_dundi.c This calls out an include of zlib.h The compile was failing on this file. Installing the zlib package fixed the problem. It appears (I am NOT a programmer) functions from the library are used on line 1371 and 1397.
----- Original Message ----- From: "Kevin P. Fleming" <[EMAIL PROTECTED]> To: "Asterisk Users Mailing List - Non-Commercial Discussion" <[EMAIL PROTECTED]> Sent: Wednesday, November 24, 2004 11:38 AM Subject: Re: [Asterisk-Users] Queue Patch - estimated hold time announcements Jay Brussels wrote: > The compile was failing for dindi. stated glib.h was missing. Installed the > glib package and the compile completed. Actually, that's not quite correct. The DUNDi support in Asterisk does not use glib. However, the GTK console (pbx_gtkconsole) does, so that's why I've never seen a need for glib on my systems; I don't build/run Asterisk on machines that have GUI environments installed. You must have done so, so that's why glib was needed. _______________________________________________ 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 _______________________________________________ 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
