Hello Stefan,

thanks for your report.

Could you tell us more details about your system ?
That would help us to reproduce the problems.


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
> 
> 1. configure fails to choose openssl instead of gnutls. I need to
> specify --with-ssl=openssl

I guess, you do not have libgnutls(-dev) installed ?
And automated fallback to openssl fails ?

> 2. make check says "clock_gettime undefined": I need to specify
> LIBS=-lrt with configure. (regression to wget-1.15)

-lrt is needed for systems with glibc < 2.17
We will check this out.

> 3. All the python tests fail for configure has not recognized that there
> is no python3 on the machine.

Thanks for your report. 
We will check this out.

> 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

Please give us the output of ls -la /usr/local/bin/.
Either the directory or the wget executable is not writable by the user.
Please check this.
No sure if we can do anything about it.

Tim

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

Reply via email to