<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Update.&nbsp; I created a link /usr/bin/g++ for /usr/bin/g++34 and went pass this error on make.&nbsp; Now I am getting this error on make:<br><br>source='X509.cc' object='X509.o' libtool=no \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DEPDIR=.deps depmode=none /bin/sh ../depcomp \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; g++ -DHAVE_CONFIG_H -I. -I. -I..&nbsp; -I. -I../aux/binpac/lib -I../src -I. -I.. -Ilibedit&nbsp; -I/opt/libpcap-0.9.8&nbsp; -I../linux-include -I/usr/local/include -O -W -Wall -Wno-unused -I/opt/libpcap-0.9.8&nbsp; -I../linux-include -I/usr/local/include&nbsp;&nbsp; -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:&nbsp;&nbsp; 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'<br>make[2]: *** [all] Error 2<br>make[2]: Leaving directory `/opt/bro-1.4/src'<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>Any help is appreciated.<br><br>Thank you,<br><br>Martin<br><br>--- On <b>Tue, 1/27/09, Martin Fontanez <i>&lt;jdmfontz@yahoo.com&gt;</i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;">From: Martin Fontanez &lt;jdmfontz@yahoo.com&gt;<br>Subject: Re: [Bro] Bro-1.4 Install Question<br>To: Bro@bro-ids.org, "rmkml" &lt;rmkml@free.fr&gt;<br>Date: Tuesday, January 27, 2009, 10:56 AM<br><br><div id="yiv963109690"><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; font-stretch: inherit; -x-system-font: none;" valign="top">Hello.&nbsp; Thank you.&nbsp; 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.&nbsp; 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>&lt;rmkml@free.fr&gt;</i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;">From: rmkml &lt;rmkml@free.fr&gt;<br>Subject: Re: [Bro]
 Bro-1.4 Install Question<br>To: "Martin
 Fontanez" &lt;jdmfontz@yahoo.com&gt;<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>&gt; Date: Fri, 23 Jan 2009 06:35:01 -0800 (PST)<br>&gt; From: Martin Fontanez &lt;jdmfontz@yahoo.com&gt;<br>&gt; To: Bro@bro-ids.org, Christian Kreibich &lt;christian@whoop.org&gt;<br>&gt; Subject: Re: [Bro] Bro-1.4 Install Question<br>&gt; <br>&gt; I installed the ncurses-devel pkg and ./configure ran ok.&nbsp; Now I am<br>getting the following errors on make:<br>&gt; <br>&gt; Making all in lib<br>&gt; make[6]: Entering directory `/opt/bro-1.4/aux/binpac/lib'<br>&gt; source='binpac_buffer.cc' object='binpac_buffer.o'<br>libtool=no \<br>&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DEPDIR=.deps depmode=none /bin/sh ../depcomp \<br>&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; g++ -DHAVE_CONFIG_H -I. -I.<br>
 -I..&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -c -o<br>binpac_buffer.o binpac_buffer.cc<br>&gt; ../depcomp: line 414: exec: g++: not found<br>&gt; make[6]: *** [binpac_buffer.o] Error 127<br>&gt; make[6]: Leaving directory `/opt/bro-1.4/aux/binpac/lib'<br>&gt; make[5]: *** [all-recursive] Error 1<br>&gt; make[5]: Leaving directory `/opt/bro-1.4/aux/binpac'<br>&gt; make[4]: *** [all] Error 2<br>&gt; make[4]: Leaving directory `/opt/bro-1.4/aux/binpac'<br>&gt; make[3]: *** [all-recursive] Error 1<br>&gt; make[3]: Leaving directory `/opt/bro-1.4/aux'<br>&gt; make[2]: *** [all] Error 2<br>&gt; make[2]: Leaving directory `/opt/bro-1.4/aux'<br>&gt; make[1]: *** [all-recursive] Error 1<br>&gt; make[1]: Leaving directory `/opt/bro-1.4'<br>&gt; make: *** [all] Error 2<br>&gt; [root@localhost bro-1.4]#<br>&gt; <br>&gt; Thanks,<br>&gt; <br>&gt; Martin<br>&gt; <br>&gt; --- On Thu, 1/22/09, Christian Kreibich &lt;christian@whoop.org&gt; wrote:<br>&gt;       From: Christian<br>
 Kreibich &lt;christian@whoop.org&gt;<br>&gt;       Subject: Re: [Bro] Bro-1.4 Install Question<br>&gt;       To: jdmfontz@yahoo.com<br>&gt;       Cc: Bro@bro-ids.org<br>&gt;       Date: Thursday, January 22, 2009, 3:49 PM<br>&gt; <br>&gt; On Wed, 2009-01-21 at 11:28 -0800, Martin Fontanez wrote:<br>&gt; &gt; I am getting a "no terminal emulation library found" error<br>on<br>&gt; &gt; configure yet as you can see below ncurse and termcap packages are<br>&gt; &gt; installed.  I am using RedHat Linux EL5.  Does<br>&gt;  anyone have an idea of<br>&gt; &gt; why is that?  Thanks in advance.<br>&gt; Please install the -devel packages as well, and let us know how it<br>&gt; goes. -- Cheers,<br>&gt; Christian<br>&gt; <br>&gt; <br>&gt; <br>&gt; </pre></blockquote></td></tr></tbody></table><br>



      </div><pre>_______________________________________________<br>Bro mailing list<br>bro@bro-ids.org<br>http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/bro</pre></blockquote></td></tr></table><br>