pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/31392



The following reply was made to PR pkg/31392; it has been noted by GNATS.

From: Roland Illig <rillig%NetBSD.org@localhost>
To: pkgsrc-bugs%netbsd.org@localhost
Cc: rph%chaosnet.org@localhost
Subject: Re: pkg/31392
Date: Sat, 22 Oct 2005 16:34:24 +0200

 rillig%netbsd.org@localhost 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
 



Home | Main Index | Thread Index | Old Index