From owner-freebsd-questions@FreeBSD.ORG Tue Jun 10 23:29:19 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D824737B401 for ; Tue, 10 Jun 2003 23:29:19 -0700 (PDT) Received: from hotmail.com (sea1-dav14.sea1.hotmail.com [207.68.162.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50E5D43F75 for ; Tue, 10 Jun 2003 23:29:17 -0700 (PDT) (envelope-from rnehora@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 10 Jun 2003 23:29:17 -0700 Received: from 64.163.31.75 by sea1-dav14.sea1.hotmail.com with DAV; Wed, 11 Jun 2003 06:29:16 +0000 X-Originating-IP: [64.163.31.75] X-Originating-Email: [rnehora@hotmail.com] From: "Rick" To: References: <20030611062552.GF48353@pcuse.com> Date: Tue, 10 Jun 2003 23:29:18 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Message-ID: X-OriginalArrivalTime: 11 Jun 2003 06:29:17.0178 (UTC) FILETIME=[C8A385A0:01C32FE2] Subject: Re: Lynx X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jun 2003 06:29:20 -0000 Thank you both for solving my problem ----- Original Message ----- From: "Shaun Branden" To: "Rick" Sent: Tuesday, June 10, 2003 11:25 PM Subject: Re: Lynx > On Tue, Jun 10, 2003 at 10:36:33PM -0700, Rick wrote: > > Hello Everyone, > > > > > > > > I'm running FreeBSD 4.8 and am experiencing a problem while running lynx. The error message I'm receiving is as follows: > > > > > > > > ./lynx: Permission denied > > > > While in /usr/ports/www > > It is unlikely that you have a lynx binary in /usr/ports/www. If lynx > is already installed it should be in /usr/local/bin and should be in > your path, so typing: > lynx . > in /usr/ports/www will allow you to use it as alocal browser and look > around. > > If your problem is that you are trying to install lynx, then cd into the directory /usr/ports/www/lynx and type: > make install clean > > If you are online at the time, this will fetch the lynx source, build > the binary, install it and clean up a bit. > > hope that helps > > shaun >