8000 Add notes for M2Crypto setup · linuxadmin/salt@3e4c902 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3e4c902

Browse files
committed
Add notes for M2Crypto setup
1 parent 695e20a commit 3e4c902

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

HACKING.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@ Install Salt (and dependencies) into the virtualenv::
8686

8787
env SWIG_FEATURES="-cpperraswarn -includeall -D__`uname -m`__ -I/usr/include/openssl" pip install M2Crypto
8888

89+
Debian and Ubuntu systems have modified openssl libraries and mandate that
90+
a patched version of M2Crypto be installed. This means that M2Crypto
91+
needs to be installed via apt:
92+
93+
apt-get install python-m2crypto
94+
8995
Running a self-contained development version
9096
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9197

0 commit comments

Comments
 (0)
0