Armin Novak <[email protected]> (2014-10-28):
> Package: libunbound2
> Version: 1.4.22-2
> Severity: grave
> Justification: renders package unusable
> 
> Dear Maintainer,
> 
> I've encountered the following issue:
> I installed jitsi and enabled the DNSSEC resolver.
> After that jitsi was no longer able to start.
> >>From the terminal the error message was a missing symbol SSL_CTX_free, 
> >>which is
> found in libssl.so
> objdump -x revealed, that libunbound.so.2 is only linking against libcrypto.so
> but not libssl.so
> 
> My autotools magic is a bit rusty, so no patch from me, sorry :/

I've just checked both amd64 and i386 packages and I'm getting this:

(sid-i386-devel)kibi@wodi:~$ objdump -x 
/usr/lib/i386-linux-gnu/libunbound.so.2|grep NEEDED
  NEEDED               libssl.so.1.0.0
  NEEDED               libdl.so.2
  NEEDED               libcrypto.so.1.0.0
  NEEDED               libpthread.so.0
  NEEDED               libc.so.6

(sid-amd64-devel)kibi@wodi:~$ objdump -x 
/usr/lib/x86_64-linux-gnu/libunbound.so.2|grep NEEDED
  NEEDED               libssl.so.1.0.0
  NEEDED               libdl.so.2
  NEEDED               libcrypto.so.1.0.0
  NEEDED               libpthread.so.0
  NEEDED               libc.so.6

Did you check the proper file?

Mraw,
KiBi.

Attachment: signature.asc
Description: Digital signature

Reply via email to