[Bug 1393752] Re: missing symbols in libssl1.0.1f-1ubuntu2.7
Nathan Neulinger
nneul at neulinger.org
Sat Sep 17 02:13:56 UTC 2016
Nope - same problem is still present:
...
# Can't load '/users/nneul/.local/share/.cpan/build/Crypt-OpenSSL-CA-0.24-DUskTa/blib/arch/auto/Crypt/OpenSSL/CA/CONF/CONF.so' for module Crypt::OpenSSL::CA::CONF: /users/nneul/.local/share/.cpan/build/Crypt-OpenSSL-CA-0.24-DUskTa/blib/arch/auto/Crypt/OpenSSL/CA/CONF/CONF.so: undefined symbol: _CONF_add_string at /usr/lib/x86_64-linux-gnu/perl/5.22/DynaLoader.pm line 187.
...
and no _ prefixed symbols present in the libraries.
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to openssl in Ubuntu.
https://bugs.launchpad.net/bugs/1393752
Title:
missing symbols in libssl1.0.1f-1ubuntu2.7
Status in openssl package in Ubuntu:
Confirmed
Bug description:
_CONF_new_data is not exported.
The function definition is still in the headers:
# grep -r _CONF_new_data /usr/include/
/usr/include/openssl/conf_api.h:int _CONF_new_data(CONF *conf);
The library itself does not export the symbol:
$ readelf -Ws /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 | grep CONF_new
1540: 000000000012f630 84 FUNC GLOBAL DEFAULT 12 NCONF_new@@OPENSSL_1.0.0
LSB Relase:
Description: Ubuntu 14.04.1 LTS
Release: 14.04
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1393752/+subscriptions
More information about the foundations-bugs
mailing list