Hi, I've waisted most of my day today with openssl deployment on the aforementioned server. Any help would be greatly appreciated.
I compile using gcc32 with the following options: Configure solaris-x86-gcc threads no-krb5 I definitely need threads. Compilation goes through without problems but when I do a make test I get: Doing certs touch rehash.time testing... make[1]: Entering directory `/opt/kannel/openssl-0.9.8h/test' make[2]: Entering directory `/opt/kannel/openssl-0.9.8h' making all in apps... make[3]: Entering directory `/opt/kannel/openssl-0.9.8h/apps' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/opt/kannel/openssl-0.9.8h/apps' make[2]: Leaving directory `/opt/kannel/openssl-0.9.8h' ../util/shlib_wrap.sh ./destest make[1]: *** [test_des] Segmentation Fault (core dumped) make[1]: Leaving directory `/opt/kannel/openssl-0.9.8h/test' make: *** [tests] Error 2 I am getting the same results when I try to use it with external applications (runtime core). The Solaris kernel is 64 bit, but I am compiling the code in 32 bits. This is not a problem with other applications. Something funny happens with libc at the beginning before I get the chance to put a breakpoint on main in destest. Any ideas? Thanks, Nikos ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]