[Pkg-openssl-devel] Bug#631503: openssl: engine gost: undefined symbol: bind_engine
Roman I Khimov
khimov at altell.ru
Thu Sep 8 11:17:40 UTC 2011
It's version-script.patch that breaks the GOST module, "-Wl,--version-
script=openssl.ld" is added to linker parameters and openssl.ld is added to
top dir and engines/ dir. As there is no openssl.ld in engines/ccgost/, linker
prefers to not export anything and global bind_engine symbol becomes local in
libgost.so which surprises DSO support routines a bit.
Solution: copy openssl.ld from engines/ to engines/ccgost.
More information about the Pkg-openssl-devel
mailing list