Discussion:
[Bro] Problem installing Bro
Sirisha
2008-11-05 03:05:12 UTC
Permalink
Hi I'm trying to install Bro from the source code in Robin's work branch. When I try the command ' ./autogen.sh && ./configure && make', BRO Build Tools Setup and Binpac Build Tools Setup go smoothly. but it errors out on Broccoli Build Tools Setup. following is the message.

aclocal
----------------------------------------------------

running autoheader
----------------------------------------------------

running automake
----------------------------------------------------
src/Makefile.am:94: Libtool library used but `LIBTOOL' is undefined
src/Makefile.am:94:
src/Makefile.am:94: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/Makefile.am:94: to `configure.in' and run `aclocal' and `autoconf' again.
*** ERROR(broccoli), aborting.
*** ERROR(bro), aborting.


I have libtool ver 2.2.6 installed on my computer. can you please tell me what might be wrong?
thanks,sirisha.
Christian Kreibich
2008-11-05 19:50:04 UTC
Permalink
Post by Sirisha
running automake
----------------------------------------------------
src/Makefile.am:94: Libtool library used but `LIBTOOL' is undefined
src/Makefile.am:94: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/Makefile.am:94: to `configure.in' and run `aclocal' and `autoconf' again.
*** ERROR(broccoli), aborting.
*** ERROR(bro), aborting.
I have libtool ver 2.2.6 installed on my computer. can you please tell me what might be wrong?
I'm afraid I cannot say, since AC_PROG_LIBTOOL is in fact used in
Broccoli's configure.in, and we're not using a libtool this new on any
of our systems. Sorry.
--
Cheers,
Christian
Loading...