On Tuesday 04 November 2014 09:25:50 Tim Ruehsen wrote:
> On Tuesday 04 November 2014 07:22:04 [email protected] wrote:
> > As non-root I tried to install wget this way into a user-owned directory:
> >        ./configure --prefix=/usr/local/wget-1.16
> >        make
> >        make check
> >        make install
> > 

> > 4. make install fails (regression to wget-1.15):
> >   /usr/bin/install -c wget '/usr/local/bin'
> > 
> > /usr/bin/install: cannot remove `/usr/local/bin/wget': Permission denied

Sorry for the delay.

There is no problem for me ( = I can't reproduce the problem).
BUT I have to 'sudo make install', else the install fails due to permission 
problems.

So, I can just guess...

Please retry with
sudo make install

If the above fails, try:
make clean
git pull
./bootstrap
./configure --prefix=/usr/local/wget-1.16
make
make check
sudo make install

If it still fails, maybe your auto* packages is broken / buggy ?
Do you have the same problem with other projects or not ?

Tim

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to