lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lynx-dev] Need help to install lynx


From: Doug Kaufman
Subject: Re: [Lynx-dev] Need help to install lynx
Date: Thu, 1 Dec 2005 19:52:07 -0800 (PST)

On Tue, 29 Nov 2005, Adrian Rusu wrote:

> Hi, please help me to install lynx on FreeBsd, I'm not root.
>   When i try to configure "./configure" it says permission denied.
>   What should i do?

You didn't give us much information to work on. I doubt that "permission
denied" is the first thing that is output by configure. Did you use the
"--prefix" option for configure? If you want to install in your HOME
directory, be sure to use --prefix="$HOME" on the configuration command
line. For help on the configuration options, try "./configure --help".
Most of the time, you don't want to use a plain "./configure".

You may want to run configure with output piped to a log file (in
addition to the config.log file which is automatically generated). Try
running as 
./configure --prefix="$HOME" --(other options here) >my_lynx.log 2>&1

Inspection of your log files will usually answer the question of what
went wrong.
                                Doug
-- 
Doug Kaufman
Internet: address@hidden





reply via email to

[Prev in Thread] Current Thread [Next in Thread]