Installing SSL for Zope on Mandrake
Can anyone help me with installing SSL for Zope on Mandrake? I am having trouble installing M2Crypto acording to the instructions at: http://mars.post1.com/home/ngps/m2/INSTALL.html Fails to build during this part of the install: unzip m2crypto-0.11.zip cd m2crypto-0.11 python setup.py build error message is: gcc -g -O2 -Wall -Wstrict-prototypes -fPIC -I/root/m2crypto-0.11/SWIG -I/usr/include -I/usr/local/include/python2.1 -c SWIG/_m2crypto.c -o build/temp.linux-i686-2.1/_m2crypto.o -DTHREADING SWIG/_m2crypto.c:677:25: openssl/err.h: No such file or directory SWIG/_m2crypto.c:678:26: openssl/rand.h: No such file or directory SWIG/_m2crypto.c:742:28: openssl/crypto.h: No such file or directory SWIG/_m2crypto.c:745: `CRYPTO_NUM_LOCKS' undeclared here (not in a function) SWIG/_m2crypto.c:746: `CRYPTO_NUM_LOCKS' undeclared here (not in a function) SWIG/_m2crypto.c: In function `threading_locking_callback': SWIG/_m2crypto.c:751: `CRYPTO_LOCK' undeclared (first use in this function) S
On Fri, Aug 01, 2003 at 02:31:57PM -0600, whysean@softhome.net wrote: | Can anyone help me with installing SSL for Zope on Mandrake? The simplest method is to install mod_ssl for apache and use that in front of Zope. To bridge between apache and zope, either mod_proxy can be used or the PCGI mechanism can be used. -D -- Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. Albert Einstein http://dman13.dyndns.org/~dman/
Do you have the openssl development libraries installed? On one of my systems, they come from the rpm entitled "openssl-devel-0.9.6-3". - C ----- Original Message ----- From: <whysean@softhome.net> To: <zope@zope.org> Sent: Friday, August 01, 2003 4:31 PM Subject: [Zope] Installing SSL for Zope on Mandrake
Can anyone help me with installing SSL for Zope on Mandrake?
I am having trouble installing M2Crypto acording to the instructions
at:
http://mars.post1.com/home/ngps/m2/INSTALL.html
Fails to build during this part of the install:
unzip m2crypto-0.11.zip cd m2crypto-0.11 python setup.py build
error message is:
gcc -g -O2 -Wall -Wstrict-prototypes -fPIC -I/root/m2crypto-0.11/SWIG
-I/usr/include -I/usr/local/include/python2.1 -c SWIG/_m2crypto.c -o build/temp.linux-i686-2.1/_m2crypto.o -DTHREADING SWIG/_m2crypto.c:677:25: openssl/err.h: No such file or directory SWIG/_m2crypto.c:678:26: openssl/rand.h: No such file or directory SWIG/_m2crypto.c:742:28: openssl/crypto.h: No such file or directory SWIG/_m2crypto.c:745: `CRYPTO_NUM_LOCKS' undeclared here (not in a function) SWIG/_m2crypto.c:746: `CRYPTO_NUM_LOCKS' undeclared here (not in a function) SWIG/_m2crypto.c: In function `threading_locking_callback': SWIG/_m2crypto.c:751: `CRYPTO_LOCK' undeclared (first use in this function) S
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
Chris McDonough wrote:
Do you have the openssl development libraries installed? On one of my systems, they come from the rpm entitled "openssl-devel-0.9.6-3".
Hey, he told he was using Mandrake, no need to chase for a specific rpm ;-) Just issue urpmi openssl-devel as root and you should be done. Bye -- Luca Olivetti Wetron Automatización S.A. http://www.wetron.es/ Tel. +34 93 5883004 Fax +34 93 5883007
participants (4)
-
Chris McDonough -
Derrick 'dman' Hudson -
Luca Olivetti -
whysean@softhome.net