From owner-freebsd-questions@FreeBSD.ORG Tue May 25 03:17:56 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 61C7B106564A for ; Tue, 25 May 2010 03:17:56 +0000 (UTC) (envelope-from arthurbarlow@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 0F3D58FC1C for ; Tue, 25 May 2010 03:17:55 +0000 (UTC) Received: by gyh20 with SMTP id 20so2386304gyh.13 for ; Mon, 24 May 2010 20:17:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=+JV59qqftxyUOhIAyAbY6FMAQTCCZxvpfHL+H56HGWw=; b=Kg6Xzcvdrp+fXRRVp1YCeAsOKiePyOwf/phfh+owP+Rav1HpyS6KgsvX37fpsC/WCd Ztfp3W2/ihPVFbVaitHhjFHAUSNhZG2hxa7gw1HoolW1K8SOIjhq3RIzPgQHFOO6PGkW ecDkmD6/Vte3OZ2uQpvcVChHnlU310wTxy4MA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=BEk1NvWUXiYWh1Zr3Fsf9szFAbTDehCx/cflHGmgiskoZby2L2povJTDlQQiEIi5Ks Ll1w7mPqmjBEThO0MgSqjpV4fFOx65r1XkNxhNx7Yb1bJxIlzvf02+9IFiEOFSsNDtYk qkUTRBRE8kHYjOSjLNtN7o0xF5m7TszuuQ0K4= MIME-Version: 1.0 Received: by 10.91.208.24 with SMTP id k24mr2787191agq.155.1274757474840; Mon, 24 May 2010 20:17:54 -0700 (PDT) Received: by 10.90.72.17 with HTTP; Mon, 24 May 2010 20:17:54 -0700 (PDT) In-Reply-To: References: <08B0FF27-1FEE-4784-9662-5FE99E55D6F8@mac.com> Date: Mon, 24 May 2010 20:17:54 -0700 Message-ID: From: Arthur Barlow To: Glen Barber , freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Problem compiling lsof X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 May 2010 03:17:56 -0000 On Mon, May 24, 2010 at 7:54 PM, Glen Barber wrote: > Hi Arthur, > > On Mon, May 24, 2010 at 8:57 PM, Arthur Barlow > wrote: > > On Mon, May 24, 2010 at 5:43 PM, Chuck Swiger wrote: > > > >> Hi-- > >> > >> On May 24, 2010, at 5:41 PM, Arthur Barlow wrote: > >> > Sorry about the false start. Fat fingers. I'm trying to compile the > lsof > >> > program in FreeBSD 8.0 on an i686 machine. There is a error > referencing > >> > "dlsof.h" and it looks like there is an ugly "hack" in the header > file. > >> Any > >> > suggestions, besides playing with the code? > >> > >> Sure; how about: > >> > >> cd /usr/ports/sysutils/lsof && make install > >> > >> Regards, > >> -- > >> -Chuck > >> > >> > > Chuck, > > > > That doesn't work, which was my point to begin with. The compile process > > throws an error. > > > > Despite not seeing the error, I'll ask if your kernel and userland are in > sync. > > Regards, > > -- > Glen Barber > Glen, The userland question is a fair one. I last updated userland and kernel on April, 10th. But, I suppose things may have changed in that time.