Installation

Ruoming Pang rpang at CS.Princeton.EDU
Sun Nov 16 17:38:14 PST 2003


Aber,

The installation is in the same as on BSD. The only problem I met with
Redhat 9 was:

... I met the same problem with RH9. The short answer is "krb5.h" is in
/usr/kerberos/include and therefore is not found in standard include path.
More details are discussed at:
http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=82

You can either add /usr/kerberos/include to the include path, or apply
the following patch and run autoconf before running ./configure:

*** bro-pub-0.8a48/configure.ac 2003-10-16 14:17:12.000000000 -0400
--- bro/configure.ac    2003-10-25 01:07:07.000000000 -0400
***************
*** 62,67 ****
--- 62,73 ----
        with_openssl="No"
        )

+ if test "$with_openssl" != "No"; then
+    openssl_incl=`pkg-config --cflags openssl`
+    echo "OpenSSL CFLAGS: ${openssl_incl}"
+    V_INCLS="${V_INCLS} ${openssl_incl}"
+ fi
+
  case "$target_os" in

  linux*)

-Ruoming


On Sun, 16 Nov 2003, Aber Gaston wrote:

> Is there any documents that will help install Bro on Red Hat Linux. Thanks
> Abera Gaston
>
> _________________________________________________________________
> Is your computer infected with a virus?  Find out with a FREE computer virus
> scan from McAfee.  Take the FreeScan now!
> http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
>



More information about the Bro mailing list