View previous topic :: View next topic |
Author |
Message |
toralf Developer
Joined: 01 Feb 2004 Posts: 3942 Location: Hamburg
|
Posted: Sun Jun 14, 2015 10:22 am Post subject: [solved] openssl downgrade to 1.0.1o - what to rebuild ? |
|
|
Downgraded yesterday to stable version and run into this : Code: | $ cd ~/devel/linux; git pull; echo; git remote update stable
git-remote-https: symbol lookup error: /usr/lib64/libcurl.so.4: undefined symbol: SSL_CTX_set_alpn_protos
Fetching stable
git-remote-https: symbol lookup error: /usr/lib64/libcurl.so.4: undefined symbol: SSL_CTX_set_alpn_protos
error: Could not fetch stable
| A "revdep-rebuild -- --ask" showed nothing. Therefore I'm wondering how to get the affected package list (and furthermore, why such an ABI breakage would benefit from subslots ?)
Last edited by toralf on Mon Jun 15, 2015 2:06 pm; edited 1 time in total |
|
Back to top |
|
|
chithanh Developer
Joined: 05 Aug 2006 Posts: 2158 Location: Berlin, Germany
|
Posted: Mon Jun 15, 2015 11:51 am Post subject: |
|
|
You can try Code: | # revdep-rebuild --library libssl.so.1.0.0 |
Failing that, maybe Code: | # revdep-rebuild --library libcurl.so.4 |
|
|
Back to top |
|
|
toralf Developer
Joined: 01 Feb 2004 Posts: 3942 Location: Hamburg
|
Posted: Mon Jun 15, 2015 2:06 pm Post subject: |
|
|
Thx - that was it. |
|
Back to top |
|
|
|