Compile python2.5 and support SSL

Source: Internet
Author: User

(1) download OpenSSL source code, compile and install

Http://www.openssl.org/source/

$./Config

$ Make

$ Sudo make install

 

(2) Compile and install Python

Edit the modules/setup. Dist file in the Python source code directory and add SSL support:

# Socket module helper for SSL support; you must comment out the other

# Socket line above, and possibly edit the SSL variable:
SSL =/usr/local/SSL
SSL _ SSL. c
-Duse_ssl-I $ (SSL)/include/OpenSSL
-L $ (SSL)/lib-lssl-

 

$./Configure -- prefix =/usr

$ Make

$ Sudo make install

 

(3) test whether Python supports SSL

$ Python/usr/local/lib/python2.5/test/test_socket_ssl.py

Or:

$ Python
Python 2.5.5 (r255: 77872, May 8 2011, 19:17:36)
[GCC 4.4.3] On linux2
Type "help", "Copyright", "Credits" or "License" for more information.
>>> Import socket
>>> Socket. SSL
<Function SSL at 0x7f5fbd5c4de8>
>>>

 

 

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.