mapgears / scribeui

http://scribeui.org
MIT License
28 stars 15 forks source link

Unable to find 'openssl/opensslconf.h' #142

Closed smercier closed 8 years ago

smercier commented 8 years ago

Remove M2Crypto package from setup.py (line 22). The package is not used in this project and cause an error on make step.

...
Installed /opt/scribeui
Processing dependencies for scribeui-pyramid==1.3
Searching for m2crypto
Reading https://pypi.python.org/simple/m2crypto/
Best match: M2Crypto 0.22.6rc4
Downloading https://pypi.python.org/packages/source/M/M2Crypto/M2Crypto-0.22.6rc4.tar.gz#md5=1a3a976ccdafabc445c97d3dff0f1b59
Processing M2Crypto-0.22.6rc4.tar.gz
Writing /tmp/easy_install-__jqx9/M2Crypto-0.22.6rc4/setup.cfg
Running M2Crypto-0.22.6rc4/setup.py -q bdist_egg --dist-dir /tmp/easy_install-__jqx9/M2Crypto-0.22.6rc4/egg-dist-tmp-T9ru8X
warning: no previously-included files found matching 'M2Crypto/_m2crypto.py'
SWIG/_evp.i:12: Error: Unable to find 'openssl/opensslconf.h'
SWIG/_ec.i:7: Error: Unable to find 'openssl/opensslconf.h'
error: Setup script exited with error: command 'swig' failed with exit status 1
make: *** [lib/python*/site-packages/ev.egg-link] Error 1