Laca: > On Fri, 2008-04-25 at 19:47 -0500, Brian Cameron wrote: >> 1) Codeina depends on Python OpenSSL support, which is not >> available in Solaris. Does anybody have any idea how >> to turn this on? > > We do have ssl support in Python on Solaris and it appears to work:
The codeina configure test runs the following command: % bpython -c 'import OpenSSL' Which fails, complaining 'ImportError: No module named OpenSSL'. So I am wondering if we're talking about different things when we refer to "ssl support". At any rate, to get codeina working, do you have any idea what is needed to make 'import OpenSSL' work on Solaris? I am wondering if this requires configuring SUNWPython in a different way, or if we need an additional module on Solaris. Thanks, Brian > bash$ python2.4 /usr/lib/python2.4/test/test_socket_ssl.py && echo PASSED > test_rude_shutdown ... > test_basic ... > test_timeout ... > PASSED > bash$ ldd /usr/lib/python2.4/lib-dynload/_ssl.so > libssl.so.0.9.8 => /usr/sfw/lib/libssl.so.0.9.8 > libcrypto.so.0.9.8 => /usr/sfw/lib/libcrypto.so.0.9.8 > libc.so.1 => /lib/libc.so.1 > libsocket.so.1 => /lib/libsocket.so.1 > libnsl.so.1 => /lib/libnsl.so.1 > libmp.so.2 => /lib/libmp.so.2 > libmd.so.1 => /lib/libmd.so.1 > libscf.so.1 => /lib/libscf.so.1 > libuutil.so.1 => /lib/libuutil.so.1 > libgen.so.1 => /lib/libgen.so.1 > libm.so.2 => /lib/libm.so.2 > > Laca > > _______________________________________________ > desktop-discuss mailing list > desktop-discuss at opensolaris.org
