this in the build of OpenSSL... running build_ext building 'OpenSSL.crypto' extension creating build/temp.solaris-2.11-i86pc-2.4 creating build/temp.solaris-2.11-i86pc-2.4/src creating build/temp.solaris-2.11-i86pc-2.4/src/crypto /usr/lib/python2.4/pycc -DNDEBUG -I/usr/include/python2.4 -c src/crypto/crypto.c -o build/temp.solaris-2.11-i86pc-2.4/src/crypto/crypto.o "src/crypto/x509.h", line 17: cannot find include file: <openssl/ssl.h>
rich Danek Duvall wrote: > On Tue, Sep 16, 2008 at 02:04:22PM -0600, Rich Reynolds wrote: > >> rock/Brian - >> >> did we ever get resolution to this??? Im seeing similar makefile >> issues with a recent hg clone... > > Works for me. Clone, make install, make packages. The error looks like > pyopenssl didn't build properly -- are you sure there wasn't an earlier > error, in make install? > > Danek