On Tue, Sep 16, 2008 at 02:33:08PM -0600, Rich Reynolds wrote: > this in the build of OpenSSL... > > [ ... ] > > "src/crypto/x509.h", line 17: cannot find include file: <openssl/ssl.h>
Well, that would certainly prevent the package from building. :) If you're building this on Solaris and not OpenSolaris, then <openssl/ssl.h> isn't available in /usr/include, so it won't be found. You could set CPPFLAGS=-I/usr/sfw/include before building and try again. Danek