Hi,<br><br>It sounds like you may need to do a 'make distclean', which will clear out the environment. <br><br>Then do another ./configure and see what you get. <br><br>It sure sounds like the tools checked for during the Makefile's creation with configure when you did not have the tools devel packages loaded may need to be flushed out and re-conf'ed.<br>
<br>Of course, if you have already done the distclean, then it is something else. <br><br>HTH<br><br>Cheers!<br>--Christopher<br><br><br><br><div class="gmail_quote">2009/1/27 Martin Fontanez <span dir="ltr"><<a href="mailto:jdmfontz@yahoo.com">jdmfontz@yahoo.com</a>></span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font-family: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-size: inherit; line-height: inherit; font-size-adjust: inherit;" valign="top">
Update. I created a link /usr/bin/g++ for /usr/bin/g++34 and went pass this error on make. Now I am getting this error on make:<br><br>source='X509.cc' object='X509.o' libtool=no \<div class="Ih2E3d"><br>
DEPDIR=.deps depmode=none /bin/sh ../depcomp \<br></div> g++ -DHAVE_CONFIG_H -I. -I. -I.. -I. -I../aux/binpac/lib -I../src -I. -I.. -Ilibedit -I/opt/libpcap-0.9.8 -I../linux-include -I/usr/local/include -O -W -Wall -Wno-unused -I/opt/libpcap-0.9.8 -I../linux-include -I/usr/local/include -c -o X509.o X509.cc<br>
X509.cc: In function `X509* d2i_X509_(X509**, const u_char**, int)':<br>X509.cc:18: error: invalid conversion from `u_char**' to `const unsigned char**'<br>X509.cc:18: error: initializing argument 2 of `X509* d2i_X509(X509**, const
unsigned char**, long int)'<br>make[3]: *** [X509.o] Error 1<br>make[3]: Leaving directory `/opt/bro-1.4/src'<div class="Ih2E3d"><br>make[2]: *** [all] Error 2<br></div>make[2]: Leaving directory `/opt/bro-1.4/src'<div class="Ih2E3d">
<br>make[1]: *** [all-recursive] Error 1<br>make[1]: Leaving directory `/opt/bro-1.4'<br>make: *** [all] Error 2<br>[root@localhost bro-1.4]# <br><br></div>Any help is appreciated.<br><br>Thank you,<br><br>Martin<div class="Ih2E3d">
<br><br>--- On <b>Tue, 1/27/09, Martin Fontanez <i><<a href="mailto:jdmfontz@yahoo.com" target="_blank">jdmfontz@yahoo.com</a>></i></b> wrote:<br></div><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;">
<div class="Ih2E3d">From: Martin Fontanez <<a href="mailto:jdmfontz@yahoo.com" target="_blank">jdmfontz@yahoo.com</a>><br></div><div class="Ih2E3d">Subject: Re: [Bro] Bro-1.4 Install Question<br></div>To: <a href="mailto:Bro@bro-ids.org" target="_blank">Bro@bro-ids.org</a>, "rmkml" <<a href="mailto:rmkml@free.fr" target="_blank">rmkml@free.fr</a>><br>
Date: Tuesday, January 27, 2009, 10:56 AM<div><div></div><div class="Wj3C7c"><br><br><div><table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font-family: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-size: inherit; line-height: inherit; font-size-adjust: inherit;" valign="top">
Hello. Thank you. It looks like I have gcc and c++ pkgs installed. <br><br>[root@localhost opt]# rpm -qa | grep gcc<br>compat-gcc-34-c++-3.4.6-4<br>compat-libgcc-296-2.96-138<br>compat-gcc-34-3.4.6-4<br>libgcc-4.1.2-42.el5<br>
gcc-4.1.2-42.el5<br>compat-gcc-34-g77-3.4.6-4<br>[root@localhost opt]#<br><br>It looks like I also have g++ which gets installed as part of gcc install. Does this looks like a bro bug?<br><br>[root@localhost opt]# find / -name "g++*"<br>
/usr/bin/g++34<br>/opt/gcc-4.3.3/gcc/cp/g++spec.c<br>[root@localhost opt]#<br><br>Regards,<br><br>Martin<br><br><br><br>--- On <b>Fri, 1/23/09, rmkml <i><<a href="mailto:rmkml@free.fr" target="_blank">rmkml@free.fr</a>></i></b> wrote:<br>
<blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;">From: rmkml <<a href="mailto:rmkml@free.fr" target="_blank">rmkml@free.fr</a>><br>Subject: Re: [Bro]
Bro-1.4 Install Question<br>To: "Martin
Fontanez" <<a href="mailto:jdmfontz@yahoo.com" target="_blank">jdmfontz@yahoo.com</a>><br>Date: Friday, January 23, 2009, 8:06 AM<br><br><pre>Hi,<br>need c++ compilator...<br>Regards<br>Rmkml<br>Crusoe-Researches.com<br>
<br>On Fri, 23 Jan 2009, Martin Fontanez wrote:<br><br>> Date: Fri, 23 Jan 2009 06:35:01 -0800 (PST)<br>> From: Martin Fontanez <<a href="mailto:jdmfontz@yahoo.com" target="_blank">jdmfontz@yahoo.com</a>><br>> To: <a href="mailto:Bro@bro-ids.org" target="_blank">Bro@bro-ids.org</a>, Christian Kreibich <<a href="mailto:christian@whoop.org" target="_blank">christian@whoop.org</a>><br>
> Subject: Re: [Bro] Bro-1.4 Install Question<br>> <br>> I installed the ncurses-devel pkg and ./configure ran ok. Now I am<br>getting the following errors on make:<br>> <br>> Making all in lib<br>> make[6]: Entering directory `/opt/bro-1.4/aux/binpac/lib'<br>
> source='binpac_buffer.cc' object='binpac_buffer.o'<br>libtool=no \<br>> DEPDIR=.deps depmode=none /bin/sh ../depcomp \<br>> g++ -DHAVE_CONFIG_H -I. -I.<br>
-I.. -c -o<br>binpac_buffer.o binpac_buffer.cc<br>> ../depcomp: line 414: exec: g++: not found<br>> make[6]: *** [binpac_buffer.o] Error 127<br>> make[6]: Leaving directory `/opt/bro-1.4/aux/binpac/lib'<br>
> make[5]: *** [all-recursive] Error 1<br>> make[5]: Leaving directory `/opt/bro-1.4/aux/binpac'<br>> make[4]: *** [all] Error 2<br>> make[4]: Leaving directory `/opt/bro-1.4/aux/binpac'<br>> make[3]: *** [all-recursive] Error 1<br>
> make[3]: Leaving directory `/opt/bro-1.4/aux'<br>> make[2]: *** [all] Error 2<br>> make[2]: Leaving directory `/opt/bro-1.4/aux'<br>> make[1]: *** [all-recursive] Error 1<br>> make[1]: Leaving directory `/opt/bro-1.4'<br>
> make: *** [all] Error 2<br>> [root@localhost bro-1.4]#<br>> <br>> Thanks,<br>> <br>> Martin<br>> <br>> --- On Thu, 1/22/09, Christian Kreibich <<a href="mailto:christian@whoop.org" target="_blank">christian@whoop.org</a>> wrote:<br>
> From: Christian<br>
Kreibich <<a href="mailto:christian@whoop.org" target="_blank">christian@whoop.org</a>><br>> Subject: Re: [Bro] Bro-1.4 Install Question<br>> To: <a href="mailto:jdmfontz@yahoo.com" target="_blank">jdmfontz@yahoo.com</a><br>
> Cc: <a href="mailto:Bro@bro-ids.org" target="_blank">Bro@bro-ids.org</a><br>> Date: Thursday, January 22, 2009, 3:49 PM<br>> <br>> On Wed, 2009-01-21 at 11:28 -0800, Martin Fontanez wrote:<br>> > I am getting a "no terminal emulation library found" error<br>
on<br>> > configure yet as you can see below ncurse and termcap packages are<br>> > installed. I am using RedHat Linux EL5. Does<br>> anyone have an idea of<br>> > why is that? Thanks in advance.<br>
> Please install the -devel packages as well, and let us know how it<br>> goes. -- Cheers,<br>> Christian<br>> <br>> <br>> <br>> </pre></blockquote></td></tr></tbody></table><br>
</div></div></div><div class="Ih2E3d"><pre>_______________________________________________<br>Bro mailing list<br><a href="mailto:bro@bro-ids.org" target="_blank">bro@bro-ids.org</a><br><a href="http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/bro" target="_blank">http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/bro</a></pre>
</div></blockquote></td></tr></tbody></table><br>
<br>_______________________________________________<br>
Bro mailing list<br>
<a href="mailto:bro@bro-ids.org">bro@bro-ids.org</a><br>
<a href="http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/bro" target="_blank">http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/bro</a><br></blockquote></div><br>