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.
OPENSSL_1.0.2' not found #11127
OPENSSL_1.0.2' not found #11127
Comments
|
You need to either recompile Python or set correct |
|
I guess lampp has done something evil. Did you put the |
|
i did reinstall python ! |
|
export LD_LIBRARY_PATH=/usr/lib |
|
Could you try:
|
|
resualt: |
|
How did you set it? If /usr/lib/python2.7/lib-dynload/_ssl.x86_64-linux-gnu.so is still linked to /opt/lampp/lib/libssl.so.1.0.0, you didn't set $LD_LIBRARY_PATH correctly. |
Yeah that's the last line of |
|
OMG , it's working!!!! |
|
|
ImportError: /opt/lampp/lib/libssl.so.1.0.0: version OPENSSL_1.0.2 not found (required by /usr/lib/python2.7/lib-dynload/_ssl.x86_64-linux-gnu.so)this error occured with this code:
echo exec("youtube-dl --help 2>&1",$output);