From owner-freebsd-current@FreeBSD.ORG Wed Aug 6 08:57:58 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B3E837B401 for ; Wed, 6 Aug 2003 08:57:58 -0700 (PDT) Received: from email4free.org (cheshire.cat.pdx.edu [131.252.214.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0319C43F3F for ; Wed, 6 Aug 2003 08:57:58 -0700 (PDT) (envelope-from charlie@schluting.com) Received: from localhost (localhost [127.0.0.1]) by email4free.org (Postfix) with ESMTP id A681C2315 for ; Wed, 6 Aug 2003 08:57:57 -0700 (PDT) Received: from by localhost (amavisd-new, port ) id IcWVAlv7 for ; Wed, 6 Aug 2003 08:57:54 -0700 (PDT) Received: by email4free.org (Postfix, from userid 1001) id AEF292319; Wed, 6 Aug 2003 08:57:53 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by email4free.org (Postfix) with ESMTP id AC7212316 for ; Wed, 6 Aug 2003 08:57:53 -0700 (PDT) Date: Wed, 6 Aug 2003 08:57:53 -0700 (PDT) From: Charlie Schluting X-X-Sender: charlie@cheshire.cat.pdx.edu To: freebsd-current@freebsd.org Message-ID: <20030806085137.W47031@cheshire.cat.pdx.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by your mom at schluting.com Subject: ntop broken? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Aug 2003 15:57:58 -0000 Howdy, Running 5.0. I'm trying to install ntop from ports, but this is what I get: * ERROR: 1. Basic c library routines are missing. * (yes means it was found, no means it was not found) * * crypt.h...no (optional) * crypt() in -lc...no -lcrypt...no * *>>> No way to proceed. * *??? 1. Install the necessary c compiler libraries/headers *??? and Rerun ./configure Ok, then maybe I can install crypto stuff? I found: mcrypt: This program is intended to replace crypt(1) Cool, so I tried to install; su-2.05b# make install ===> mcrypt-2.5.13 is marked as broken: Does not configure. :( I there something else I can install to satisfy ntop's configure error: crypt() in -lc...no -lcrypt...no TIA, --Charlie