dslm4515 / BMLFS

Beyond Musl Linux From Scratch - Build Recipes for MLFS [Musl Linux From Source]
17 stars 4 forks source link

OpenSSH stalls on configuring #30

Open dslm4515 opened 6 months ago

dslm4515 commented 6 months ago

In a 32-bit chroot for CMLFS, openssh stalls when executing configure script:

checking whether OpenSSL has NID_X9_62_prime256v1... yes
checking whether OpenSSL has NID_secp384r1... yes
checking whether OpenSSL has NID_secp521r1... yes
checking if OpenSSL's NID_secp521r1 is functional...

Script hangs and never proceeds. Same results with the following:

On my 64-bit PC also running CMLFS, openssh-9.5p1 configures fine with openssl-3.2.0.

Same issue if I use clang or GCC in the 32-bit chroot

dslm4515 commented 6 months ago

For now, build openssh against libreSSL [for 32-bit x86 systems)