From owner-freebsd-questions@FreeBSD.ORG Thu Jun 12 01:44:53 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 4367B37B401 for ; Thu, 12 Jun 2003 01:44:53 -0700 (PDT) Received: from smtp01.wxs.nl (smtp01.wxs.nl [195.121.6.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92AA343F93 for ; Thu, 12 Jun 2003 01:44:52 -0700 (PDT) (envelope-from akruijff@www.kruijff.org) Received: from kruij557.speed.planet.nl (ipd50a97ba.speed.planet.nl [213.10.151.186]) by smtp01.wxs.nl (iPlanet Messaging Server 5.2 HotFix 1.14 (built Mar 18 2003)) with ESMTP id <0HGD0084Z1AAJB@smtp01.wxs.nl> for freebsd-questions@freebsd.org; Thu, 12 Jun 2003 10:37:23 +0200 (MEST) Received: from Intranet.lan (akruijff@localhost [127.0.0.1]) h5C8bKlP060024;akruijff@Intranet.lan) Received: (from akruijff@localhost) by Intranet.lan (8.12.6p2/8.12.6/Submit) id h5C8bFvr060023; Thu, 12 Jun 2003 10:37:15 +0200 (CEST) Date: Thu, 12 Jun 2003 10:37:15 +0200 From: Alex de Kruijff In-reply-to: <20030611064315.GA52296@pcuse.com> To: Shaun Branden , freebsd-questions@freebsd.org Message-id: <20030612083715.GB59879@dds.nl> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline User-Agent: Mutt/1.4.1i References: <20030611064315.GA52296@pcuse.com> 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: Thu, 12 Jun 2003 08:44:53 -0000 On Wed, Jun 11, 2003 at 04:13:15PM +0930, Shaun Branden wrote: > On Tue, Jun 10, 2003 at 10:36:33PM -0700, Rick wrote: > > > > 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 a local 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 > Be sure to 'su' to root before installing it. Alex