Richard Melville wrote:
The configure script tells me that the "--disable-static" command does not
exist.  I've tried every variation of the command but still no joy.

Version http://www.unbound.net/downloads/unbound-1.6.0.tar.gz
78409eccf7260d260b6463f85e59c66b

Seems to work for me:

checking whether to build static libraries... no

The configure script also tells me that the "--with-libevent" command does
not exist.  I have libevent installed, and pointing unbound to /usr/lib
changes the error message to "file not found", even though
/usr/lib/libevent.so does exist.

Works for me.  I get:

checking for libevent... found in /usr
checking for library containing clock_gettime... none required
checking for event.h... yes
checking whether EV_VERSION_MAJOR is declared... no
checking for library containing event_set... -levent
checking for event_base_free... yes
checking for event_base_once... yes
checking for event_base_new... yes
checking for event_base_get_method... yes

Try --with-libevent without any argument if you haven't done that already.

Note that we have been trying to update to unbound-1.6.1 for some time now, but there is a conflict with flex-2.6.3. I don't know if the problem is in unbound or flex.

  -- Bruce

--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to