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.
Segmentation Fault with new OpenSSL #10248
Comments
|
Which OS are you using? I guess you need to recompile Python after upgrading OpenSSL. |
|
I'm sorry. Slackware 13 / Linux 3.18.25 . I will try to upgrade Python... |
|
Resolved. Thanks for the tip. |
Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2016.08.06. 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?
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
-vflag to your command line you run youtube-dl with, copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):Description of your issue, suggested solution and other information
I recently upgraded my version of OpenSSL from the very old 0.9.8-something to a more recent 1.0.2h. Now I cannot run youtube-dl. I downloaded the newest 2016-08-06 on a different computer running OpenSSL 1.0.2a and it works perfectly on that machine. Both machines should be configured roughly the same (but probably not exactly the same).
If I reinstall the old OpenSSL 0.9.8 libraries, then youtube-dl works correctly. But I don't want the old version conflicting with any other software that I have.
When I uninstall both 0.9.8 and 1.0.2 , I get this error:
Perhaps I compiled OpenSSL incorrectly, but nothing else has complained.