Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

symbol SSL_CTX_set_alpn_protos, version OPENSSL_1.0.2 not defined in file libssl.so.1.0.0 with link time reference #15006

Closed
lulu1315 opened this issue Dec 16, 2017 · 1 comment

Comments

@lulu1315
Copy link

@lulu1315 lulu1315 commented Dec 16, 2017

hello
KDE neon user (ubuntu 16.04)
since latest upgrade I'm left with this message :
youtube-dl -f best https://www.youtube.com/watch?v=mZrAlA31RUs
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl", line 7, in
from youtube_dl import main
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/init.py", line 15, in
from .options import (
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/options.py", line 8, in
from .downloader.external import list_external_downloaders
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/downloader/init.py", line 3, in
from .common import FileDownloader
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/downloader/common.py", line 10, in
from ..utils import (
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/utils.py", line 29, in
import ssl
File "/usr/lib/python2.7/ssl.py", line 97, in
import _ssl # if we can't import it, let the error propagate
ImportError: /usr/lib/python2.7/lib-dynload/_ssl.x86_64-linux-gnu.so: symbol SSL_CTX_set_alpn_protos, version OPENSSL_1.0.2 not defined in file libssl.so.1.0.0 with link time reference

openssl is the latest version
any hints welcome..
luc

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Dec 16, 2017

Carefully read new issue template and provide all requested information.

@dstftw dstftw closed this Dec 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.