Subject: Re: pkg/31392
To: None <rillig@netbsd.org, gnats-admin@netbsd.org, pkgsrc-bugs@netbsd.org>
From: Roland Illig <rillig@NetBSD.org>
List: pkgsrc-bugs
Date: 10/22/2005 15:21:02
The following reply was made to PR pkg/31392; it has been noted by GNATS.
From: Roland Illig <rillig@NetBSD.org>
To: pkgsrc-bugs@netbsd.org
Cc: rph@chaosnet.org
Subject: Re: pkg/31392
Date: Sat, 22 Oct 2005 16:34:24 +0200
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