Call for testing: OpenSSH 9.7

Dmitry Belyavskiy dbelyavs at redhat.com
Fri Mar 8 23:00:15 AEDT 2024


On Fri, Mar 8, 2024 at 12:53 PM Darren Tucker <dtucker at dtucker.net> wrote:

> On Fri, 8 Mar 2024 at 20:26, Dmitry Belyavskiy <dbelyavs at redhat.com>
> wrote:
> > I got a failure on configuring the master branch on Fedora 39:
> >
> > upstream/openssh-portable$ ./configure --disable-dsa
>
> That should be --disable-dsa-keys
>
> > ....
> > checking OpenSSL header version... 30100010 (OpenSSL 3.1.1 30 May 2023)
> > checking for OpenSSL_version... yes
> > checking for OpenSSL_version_num... yes
> > checking OpenSSL library version... configure: error: Unknown/unsupported
> > OpenSSL version ("30100010 (OpenSSL 3.1.1 30 May 2023)")
>
> There's no reason that should not should work.  Our github tests
> include a version in that series:
>
> https://github.com/openssh/openssh-portable/actions/runs/8185080777/job/22380713906
>
> I am able to build against that exact OpenSSL version:
>
> $ ./configure --with-ssl-dir=/opt/openssl/3.1.1
> --with-rpath=-Wl,-rpath, --disable-dsa-keys | grep -i openssl
> checking whether OpenSSL will be used for cryptography... yes
> checking for openssl... /opt/openssl/3.1.1/bin/openssl
> checking for openssl/opensslv.h... yes
> checking OpenSSL header version... 30100010 (OpenSSL 3.1.1 30 May 2023)
> checking for OpenSSL_version... yes
> checking for OpenSSL_version_num... yes
> checking OpenSSL library version... 30100010 (OpenSSL 3.1.1 30 May 2023)
> checking whether OpenSSL's headers match the library... yes
> checking if programs using OpenSSL functions will link... yes
> checking for OpenSSL_add_all_algorithms... no
> checking whether OpenSSL_add_all_algorithms is declared... yes
> [...]
> $ make [...]
> $ ./ssh -V
> OpenSSH_9.6p1, OpenSSL 3.1.1 30 May 2023
>
> You'll probably need to dig into config.log to see exactly why that
> configure test fails.  Do you have local mods to either OpenSSH or
> OpenSSL?
>

Sorry for disturbing you. Invocation of autoreconf did the trick.

-- 
Dmitry Belyavskiy


More information about the openssh-unix-dev mailing list