Re: Error while using ';make install'

On Thu, 18 Apr 2002, Rittu Mathew Koshy wrote:

> Hi,
>
> I have a query about installing libwww-5.3.1 over Linux.
> After doing make install , I am getting the below error,
>
> [rittu@vmlc01 w3c-libwww-5.3.1]$ make install

You have to

 $ su
 # make install

or, if you don't have root,

 $ ./configure --prefix=somewhere_where_you_have_write_access

Otherwise, you're not allowed to install the libraries.

-- 
  Med venlig hilsen,
    James Avery <avery@wapmore.com>

Received on Thursday, 18 April 2002 08:04:21 UTC