~ubuntu-branches/ubuntu/saucy/m2crypto/saucy

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2009-11-06 01:28:39 UTC
  • mfrom: (2.2.5 sid)
  • Revision ID: james.westby@ubuntu.com-20091106012839-zjjugwmj8zggokqh
Tags: 0.20.1-1ubuntu1
* Merge from debian testing, remaining changes:
  - debian/rules; enable testsuite, add more files to "clean" rule.
  - tests/test_ssl.py: use signal 9 to kill old s_server processes
    to work around build HUP signal-ignore-mask (LP: #451998).

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
- **Python 2.3 or newer**
17
17
- **OpenSSL 0.9.7 or newer**
18
 
- **SWIG 1.3.24 or newer**
 
18
- **SWIG 1.3.28 or newer**
19
19
 
20
20
Note about OpenSSL versions early in the 0.9.7 series
21
21
-----------------------------------------------------
29
29
  
30
30
  This openssl-devel package does not work your architecture?
31
31
 
32
 
Note about OpenSSL with Elliptic Curves (EC) Disabled
 
32
Note about Fedora Core -based Distributions
33
33
-----------------------------------------------------
34
34
 
35
 
Fedora Core configures OpenSSL without EC. It has been reported that some
36
 
Fedora Core systems also need to uncomment the -D__i386__ line even though
37
 
the OpenSSL version is 0.9.8 or later. You may also need to define
38
 
SWIG_FEATURES=-cpperraswarn to be able to build.
 
35
Fedora Core (and RedHat, CentOS etc.) have made changes to OpenSSL
 
36
configuration compared to many other Linux distributions. If you can not
 
37
build M2Crypto normally, try the fedora_setup.sh script included with
 
38
M2Crypto sources.
39
39
 
40
40
Installing on Unix-like systems, including Cygwin
41
41
-------------------------------------------------