Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
symbol SSL_CTX_set_alpn_protos, version OPENSSL_1.0.2 not defined in file libssl.so.1.0.0 with link time reference #15007
Comments
clearly tells your OpenSSL setup is messed as well as it's not the latest version. |
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like this:[x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2017.12.14. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue
If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:
Add the
-vflag to your command line you run youtube-dl with (youtube-dl -v <your command line>), copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):If the purpose of this issue is a site support request please provide all kinds of example URLs support for which should be included (replace following example URLs by yours):
Note that youtube-dl does not support sites dedicated to copyright infringement. In order for site support request to be accepted all provided example URLs should not violate any copyrights.
Description of your issue, suggested solution and other information
Explanation of your issue in arbitrary form goes here. Please make sure the description is worded well enough to be understood. Provide as much context and examples as possible.
If work on your issue requires account credentials please provide them or explain how one can obtain them.
############################################################################
hello
KDE neon user (ubuntu 16.04)
since latest upgrade I'm left with this message :
youtube-dl -v -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