Skip to content

Instantly share code, notes, and snippets.

@mtairu
Created August 25, 2018 06:59
Show Gist options
  • Save mtairu/aa835d9f59e27e81b011e40d06c94b49 to your computer and use it in GitHub Desktop.
Save mtairu/aa835d9f59e27e81b011e40d06c94b49 to your computer and use it in GitHub Desktop.
Install Pycurl with SSL Support
Includes solutions to the following errors:
- src/pycurl.h:164:28: fatal error: openssl/ssl.h: No such file or directory
- src/pycurl.h:4:20: fatal error: Python.h: No such file or directory
- pycurl segmentation fault
- Start by cloning the repository.
- Make sure you can do; sudo python <command>
Install the following:
- libcurl4-openssl-dev
- libssl-dev
- python3-dev
- gcc
- make
Cd into pycurl
- sudo make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment