Need help! Link failed during compile 0.8a34 version

Robin Sommer sommer at in.tum.de
Tue Jul 22 14:11:12 PDT 2003


On Tue, Jul 22, 2003 at 16:04 -0400, Hongjie Xin wrote:

> I was trying to compile the package under redhat 9.0.

Please try the attached patch. It works at least for Debian-based
systems.

Robin

P.S.: If anyone happens to know enough about autoconf to include
this into configure.ac, it would be a nice thing to add.

-- 
Robin Sommer * Room        01.08.055 * www.net.in.tum.de
TU Munich    * Phone (089) 289-18006 *  sommer at in.tum.de 
-------------- next part --------------
/usr/bin/cvs diff -u Makefile.in
Index: Makefile.in
===================================================================
RCS file: /home/cvs/repository/bro/Makefile.in,v
retrieving revision 1.48
diff -u -u -r1.48 Makefile.in
--- Makefile.in	18 Jul 2003 07:25:02 -0000	1.48
+++ Makefile.in	22 Jul 2003 21:02:15 -0000
@@ -49,7 +49,7 @@
 LIBEDIT_LIBS = -Llibedit -ltermcap -ledit 
 
 LFLAGS = -s
-LIBS = $(LIBEDIT_LIBS) @LIBS@ -lm
+LIBS = $(LIBEDIT_LIBS) @LIBS@ -lm  /usr/lib/libresolv.a
 
 # Purify barfs when c++ is used for $(CPLUS).
 PURIFY_CPLUS = g++
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://mailman.ICSI.Berkeley.EDU/pipermail/bro/attachments/20030722/ff5cbc6c/attachment.bin 


More information about the Bro mailing list