[Bug 891512] Re: libssl.so symbol missing, openssl 1.0.0e

Sebastian Freundt 891512 at bugs.launchpad.net
Mon Nov 28 08:11:07 UTC 2011


** Bug watch added: SXEmacs bug tracker #130
   http://issues.sxemacs.org/show_bug.cgi?id=130

** Also affects: openssl via
   http://issues.sxemacs.org/show_bug.cgi?id=130
   Importance: Unknown
       Status: Unknown

-- 
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/891512

Title:
  libssl.so symbol missing, openssl 1.0.0e

Status in OpenSSL cryptography and SSL/TLS toolkit:
  Unknown
Status in “openssl” package in Ubuntu:
  New

Bug description:
  The libssl as provided by libssl1.0.0_1.0.0e-2ubuntu4_amd64.deb is lacking the symbol: `ssl_verify_cert_chain'.
  Software depending on that symbol cannot be built.

  1) 11.10
  2) 1.0.0e-2ubuntu4

  Steps to reproduce:
  cat <<EOF | gcc -x c - -lssl
  #include <openssl/ssl.h>
  int
  main()
  {
  	void *s = 0;
  	void *sk = 0;
  	return ssl_verify_cert_chain(s, sk) <= 0 ? 1 : 0;
  }
  EOF

  Yields:
  test.c:(.text+0x2c): undefined reference to `ssl_verify_cert_chain'

To manage notifications about this bug go to:
https://bugs.launchpad.net/openssl/+bug/891512/+subscriptions




More information about the foundations-bugs mailing list