[moving to pkg-discuss] likaijun wrote: > My system is Solaris 10 (SXCE) ,I use hg clone pkg/gate, then I make && > make install . It shows that some header files are not in the > /usr/include/openssl .Then I download a openssl0.9.8.tar.gz from officail > website and make & make install . I can pass the installaion pkg .pkgadd -d > sunwipkg* and sunwpython-* But when I us pkg command: > > File "/usr/bin/pkg", line 60, in ? > import OpenSSL.crypto > File "/usr/lib/python2.4/vendor-packages/OpenSSL/__init__.py", line 11, in ? > import rand, crypto, SSL, tsafe > ImportError: ld.so.1: python2.4: fatal: relocation error: file > /usr/lib/python2.4/vendor-packages/OpenSSL/rand.so: symbol RAND_add: > referenced symbol not foud ..... > I check service: > svc -av|grep pkg . I found its status was maintance .... not disable or online > > I don't understand why pyOpenssl0.7 in the gate when created in installing > does't have any affect.
It looks like your OpenSSL wasn't built right. Did you add the right runtime paths? -- Shawn Walker _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
