On Fri, Oct 10, 2008 at 10:44:41AM +0100, petede wrote:
> Is the pkg client supposed to run and build on Solaris 10 ?
> 
> I only ask because when building I have errors with the
> OpenSSL stuff and it looks like the build is not pulling
> in the include directory /usr/sfw/include.

That's right.  It needs the CPPFLAGS and LDFLAGS environment
variables set on Solaris 10/Nevada:

CPPFLAGS=-I/usr/sfw/include LDFLAGS=-L/usr/sfw/lib make install

Venky.

> 
> The errors being:
> 
> building 'OpenSSL.crypto' extension
> /usr/lib/python2.4/pycc -DNDEBUG -I/usr/include/python2.4 -c 
> src/crypto/crypto.c -o build/temp.solaris-2.10-sun4u-2.4/src/crypto/crypto.o
> "src/crypto/x509.h", line 17: cannot find include file: <openssl/ssl.h>
> "src/crypto/x509.h", line 27: syntax error before or at: X509
> "src/crypto/x509name.h", line 17: cannot find include file: <openssl/ssl.h>
> "src/crypto/x509name.h", line 27: syntax error before or at: X509_NAME
> 
> and so on.
> 
> Thanks
> pete
> _______________________________________________
> pkg-discuss mailing list
> [email protected]
> http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to