On 2/9/22 20:18, Damien Miller wrote: > Hi, > > OpenSSH 8.9p1 is almost ready for release, so we would appreciate > testing on as many platforms and systems as possible. This is a bugfix release. > > openssh-SNAP-20220211.tar.gz IBM XL C/C++ for AIX, V11.1 (5724-X13) Version: 11.01.0000.0023 OpenSSL 1.1.1m 14 Dec 2021 AIX 7.1 TL5 SP8 ./configure --prefix=/usr/local/openssh --with-ssl-dir=/usr/local/openssl --with-zlib=/usr/local/zlib --without-openssl-header-check --with-cflags=-q64 --with-ldflags=-q64 ... ... checking for getpgrp... yes checking if getpgrp accepts zero args... yes configure: error: *** working libcrypto not found, check config.log -- This error is remediated by replacing LIBS="-lcrypto $LIBS" with LIBS="-lcrypto -lpthread $LIBS" in configure script. This can be also fixed by appending "--with-libs=-lpthread" to 'configure' command above. The error itself is misleading as it refers to "libcrypto" while it actually related to "libpthread". Would be feasible to fix this in "configure" script in order to do not hit this each time configuring a new version (which does not happen often). /* Val Baranov <val.baranov@xxxxxxxx > */ _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev@xxxxxxxxxxx<mailto:openssh-unix-dev@xxxxxxxxxxx> https://urldefense.com/v3/__https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev__;!!OToaGQ!74S2nUQ7pf6v8akRRVi32utjGZvyL229tzz9ATVENbFTQoDLa1EVA4yFwcw2RMKyFv4$<https://urldefense.com/v3/__https:/lists.mindrot.org/mailman/listinfo/openssh-unix-dev__;!!OToaGQ!74S2nUQ7pf6v8akRRVi32utjGZvyL229tzz9ATVENbFTQoDLa1EVA4yFwcw2RMKyFv4$> _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev@xxxxxxxxxxx https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev