You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gcc --version
gcc (Uos 8.3.0.2-1+deepin) 8.3.0
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
checking for gcc options needed to detect all undeclared functions... none needed
checking whether EVP_PKEY_base_id is declared... no
checking Checking for OpenSSL >= 3.0.0... no
checking for SHA256 and SHA512... checking for SHA256_Init... yes
checking for GOST... checking for EVP_PKEY_set_type_str... yes
checking for EC_KEY_new... yes
checking if GOST works... no, but compiling with GOST support anyway
checking for ECDSA_sign... yes
checking for SHA384_Init... yes
checking whether NID_X9_62_prime256v1 is declared... no
configure: error: OpenSSL does not support the ECDSA curves: please upgrade OpenSSL or rerun with --disable-ecdsa
but actually i have openssl 3.4.0 installed
same compile parameters, the almalinux 9.4 can work
The text was updated successfully, but these errors were encountered:
gcc --version
gcc (Uos 8.3.0.2-1+deepin) 8.3.0
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
checking for gcc options needed to detect all undeclared functions... none needed
checking whether EVP_PKEY_base_id is declared... no
checking Checking for OpenSSL >= 3.0.0... no
checking for SHA256 and SHA512... checking for SHA256_Init... yes
checking for GOST... checking for EVP_PKEY_set_type_str... yes
checking for EC_KEY_new... yes
checking if GOST works... no, but compiling with GOST support anyway
checking for ECDSA_sign... yes
checking for SHA384_Init... yes
checking whether NID_X9_62_prime256v1 is declared... no
configure: error: OpenSSL does not support the ECDSA curves: please upgrade OpenSSL or rerun with --disable-ecdsa
but actually i have openssl 3.4.0 installed
same compile parameters, the almalinux 9.4 can work
The text was updated successfully, but these errors were encountered: