engine icon indicating copy to clipboard operation
engine copied to clipboard

OpenSSL 3.0.2 Ubuntu 22.04 компиляция

Open AndyInside opened this issue 1 year ago • 2 comments

Успешно проходит компиляция, но модуль не подключается и не работает

openssl engine gost -t

(gost) Reference implementation of GOST engine [ available ] 402750E7D57F0000:error:1280006A:DSO support routines:dlfcn_bind_func:could not bind to the requested symbol name:../crypto/dso/dso_dlfcn.c:188:symname(EVP_PKEY_base_id): /usr/lib/x86_64-linux-gnu/engines-3/gost.so: undefined symbol: EVP_PKEY_base_id 402750E7D57F0000:error:1280006A:DSO support routines:DSO_bind_func:could not bind to the requested symbol name:../crypto/dso/dso_lib.c:176:

вот такая ошибка

AndyInside avatar Dec 03 '23 10:12 AndyInside

Столкнулся с аналогичной проблемой, видимо это ошибка репозитория Ubuntu, не стал разбираться собрал openssl 3.0.11 из репозитория Debian12 bookworm, gost engine сразу заработал.

SergeyNKadyshev avatar Dec 06 '23 20:12 SergeyNKadyshev