Subject: Re: pkg/31392
To: None <pkgsrc-bugs@netbsd.org>
From: Roland Illig <rillig@NetBSD.org>
List: pkgsrc-bugs
Date: 10/22/2005 16:34:24
rillig@netbsd.org wrote:
> Wget has been updated to 1.10.2, which involves some code changes in the
> area of this bug. Please try if updating fixes the problem for you.
This statement is wrong. But it seems that the bugs has something to do
with openssl. Can you please try the following sequence:?
cd /usr/pkgsrc/net/wget
make clean
make configure
$EDITOR work/wget-*/http-ntlm.c
Then, before the #if OPENSSL_VERSION_NUMBER line, please insert this:
OPENSSL_VERSION_NUMBER;
Then, continue building the package with
make build
this will lead to a compile error, showing the OpenSSL version number.
I don't know yet how to fix this bug, but I hope this answer will point
me to the right direction. ;)
Roland