If he's building on Nevada instead of Indiana, it's possible he got
compilation errors trying to build pyOpenSSL.  For whatever reason, the
build script doesn't appear to stop when this portion of the build
fails.

When I'm building on Nevada, I add these CFLAGS to the environment, and
pyOpenSSL will build:

$ CFLAGS="-I/usr/sfw/include -L/usr/sfw/lib -R/usr/sfw/lib" make install

-j

On Thu, Sep 25, 2008 at 09:16:06AM -0500, Shawn Walker wrote:
> sin wrote:
> > Hi guys:
> > 
> > I have downloaded the pkg-gate source, and succeeded to compile the 
> > packages.
> > After installed the SUNWipkg, I runned "pkg help ",then follow errror info 
> > out:
> > 
> > Traceback (most recent call last):
> >   File "/usr/bin/pkg", line 59, in ?
> >     import OpenSSL.crypto
> > ImportError: No module named OpenSSL.crypto
> > 
> > The line 59 in pkg is "import OpenSSL.crypto",can anybody tell me why?
> > My OS is solaris 10 u5
> 
> You also need the pyOpenSSL and CherryPy modules installed.  Did you 
> install them?
> 
> -- 
> Shawn Walker
> _______________________________________________
> pkg-discuss mailing list
> pkg-discuss at opensolaris.org
> http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to