From owner-freebsd-questions Tue Jul 7 05:52:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA20956 for freebsd-questions-outgoing; Tue, 7 Jul 1998 05:52:27 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from xantia.caspur.it (xantia.caspur.it [193.204.5.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA20951 for ; Tue, 7 Jul 1998 05:52:25 -0700 (PDT) (envelope-from davidb@caspur.it) Received: from localhost by xantia.caspur.it (8.8.6/1.1.10.5/11Mar98-0512PM) id OAA08936; Tue, 7 Jul 1998 14:51:50 +0200 (MET DST) Date: Tue, 7 Jul 1998 14:51:50 +0200 (MET DST) From: David Bigagli -Bokis- To: freebsd-questions@FreeBSD.ORG Subject: Argus on freeBSD Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, is there anybody who is running the the Argus daemon from CMU? I have some troubles compiling it. cc -g -I../include -I../libpcap -I../wrapper -o ../bin/ra ra.o ../lib/argus_parse.a ../lib/libpcap.a ra.c:323: Undefined symbol `_getnetname' referenced from text segment argus_parse.c:244: Undefined symbol `_policy_compile' referenced from text segment argus_parse.c:756: Undefined symbol `_ulimit' referenced from text segment *** Error code 1 What I am missing is the getnetname() routine which is not in the rpc package. ulimit can be easily replaced by sysconf(). Does anybody has an idea? Thnx, David To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message