pkgsrc-Bugs archive

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

Re: pkg/31392



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