NetBSD-Users archive

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

Failed to build OpenSSH



Hello,

After the latest CVE:

https://bsdsec.net/articles/netbsd-security-advisory-2024-002-openssh-cve-2024-6387-regresshion

I tried to update OpenSSH, following the given instructions:

# cd src
# cvs update -r netbsd-10 -d -P crypto/external/bsd/openssh/dist
# cd crypto/external/bsd/openssh/lib
# make USETOOLS=no cleandir dependall
# make USETOOLS=no install

But the 'make USETOOLS=no cleandir dependall' command gives me an error message:

make[1]: don't know how to make /usr/src/crypto/external/bsd/openssl/lib/libcrypto/libcrypto.a. Stop
make[1]: stopped in /usr/src/crypto/external/bsd/openssh/lib
*** Error code 2

What I am doing wrong?

Yours truly:

J.


Home | Main Index | Thread Index | Old Index