Hi, On Sun, Nov 18, 2001 at 02:35:47PM -0500, Rick Troxel wrote: > Trying to build OpenSSL under RedHat 5.2 from RedHat's > openssl-0.9.6-9.src.rpm, the make fails at this point: > > Generating wrappers for Python > cc -c -fpic -DTHREADING -g -I. -I../../include -DHAVE_CONFIG_H > -I/usr/include/python1.5 -I/usr/lib/python1.5/config _m2crypto_wrap.c > _m2crypto_wrap.c:621: pythread.h: No such file or directory > _m2crypto_wrap.c:1613: pythread.h: No such file or directory > make: *** [_m2crypto] Error 1 > error: Bad exit status from /var/tmp/rpm-tmp.8234 (%build) > > And indeed, I can't find a pythread.h file under /usr/include/. (I > assume it would live in /usr/include/python1.5/, but I did the more > general find.)
It looks like this package has a dependency on python 1.5.2 (at least the -devel RPM for 1.5.2 does include that header). > The installed python packages are > > python-1.5.1-5 > python-devel-1.5.1-5 > pythonlib-1.22-2 > > Suggestions for either providing the missing header file or disabling > the SRPM's python support altogether would be greatly appreciated. Maybe you could try rebuilding the OpenSSL 0.9.6b SRPM from RHL7.2? The m2cypto python bindings are not included in that package any more. ftp://ftp.redhat.com/pub/redhat/linux/7.2/en/os/i386/SRPMS/openssl-0.9.6b-8.src.rpm Regards, joe ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
