Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenSSL 3.1.4: undefined symbol: bind_engine #461

Open
navrocky opened this issue Jun 18, 2024 · 0 comments
Open

OpenSSL 3.1.4: undefined symbol: bind_engine #461

navrocky opened this issue Jun 18, 2024 · 0 comments

Comments

@navrocky
Copy link

OS: Fresh OpenSUSE Tumbleweed
OpenSSL: 3.1.4
Gost engine: v3.0.3

Engine installed to:

  • /usr/lib64/engines-3/gost.so
  • /usr/local/lib64/libgost.so

Changes in default config:

...

[ engine_section ]
...
gost = gost_section

[gost_section]
engine_id = gost
dynamic_path = /usr/local/lib64/libgost.so
default_algorithms = ALL

...

Error:

root@thinkbook:/etc/ssl> openssl version
FATAL: Startup failure (dev note: apps_startup()) for openssl
4047BCD7E07F0000:error:1280006A:DSO support routines:dlfcn_bind_func:could not bind to the requested symbol name:crypto/dso/dso_dlfcn.c:188:symname(bind_engine): /usr/local/lib64/libgost.so: undefined symbol: bind_engine
4047BCD7E07F0000:error:1280006A:DSO support routines:DSO_bind_func:could not bind to the requested symbol name:crypto/dso/dso_lib.c:176:
4047BCD7E07F0000:error:13000068:engine routines:dynamic_load:DSO failure:crypto/engine/eng_dyn.c:455:
4047BCD7E07F0000:error:13000066:engine routines:int_engine_configure:engine configuration error:crypto/engine/eng_cnf.c:139:section=gost_section, name=dynamic_path, value=/usr/local/lib64/libgost.so
4047BCD7E07F0000:error:0700006D:configuration file routines:module_run:module initialization error:crypto/conf/conf_mod.c:276:module=engines, value=engine_section retcode=-1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant