gryzman.mac wrote:
please CC me on reply, ta.


./Configure shared zlib-dynamic hpux64-ia64-cc

....

cc -I../crypto -I.. -I../include +Z -DOPENSSL_PIC -DZLIB_SHARED - DZLIB -DOPENSSL_THREADS -DDSO_DLFCN -DHAVE_DLFCN_H -Ae +DD64 +O3 +Olit=all -z -DB_ENDIAN -D_REENTRANT -DSHA1_ASM -DSHA256_ASM - DSHA512_ASM -DAES_ASM -I /opt/libs/z/include -I /opt/libs/ssl/include -c -o kssl.o kssl.c (Bundled) cc: warning 922: "-Ae" is unsupported in the bundled compiler, ignored. (Bundled) cc: warning 922: "+O3" is unsupported in the bundled compiler, ignored. (Bundled) cc: warning 922: "+Olit=all" is unsupported in the bundled compiler, ignored. ar r ../libssl.a s2_meth.o s2_srvr.o s2_clnt.o s2_lib.o s2_enc.o s2_pkt.o s3_meth.o s3_srvr.o s3_clnt.o s3_lib.o s3_enc.o s3_pkt.o s3_both.o s23_meth.o s23_srvr.o s23_clnt.o s23_lib.o s23_pkt.o t1_meth.o t1_srvr.o t1_clnt.o t1_lib.o t1_enc.o d1_meth.o d1_srvr.o d1_clnt.o d1_lib.o d1_pkt.o d1_both.o d1_enc.o ssl_lib.o ssl_err2.o ssl_cert.o ssl_sess.o ssl_ciph.o ssl_stat.o ssl_rsa.o ssl_asn1.o ssl_txt.o ssl_algs.o bio_ssl.o ssl_err.o kssl.o
ar: creating ../libssl.a
/usr/bin/ranlib ../libssl.a || echo Never mind.
if [ -n "libcrypto.so.0.9.8 libssl.so.0.9.8" ]; then \
               (cd ..; gmake libssl.so.0.9.8); \
       fi
gmake[1]: Entering directory `/tmp/openssl-0.9.8g'
gmake[2]: Entering directory `/tmp/openssl-0.9.8g'
gmake[3]: Entering directory `/tmp/openssl-0.9.8g'
(Bundled) cc: warning 922: "-Ae" is unsupported in the bundled compiler, ignored. (Bundled) cc: warning 922: "+O3" is unsupported in the bundled compiler, ignored. (Bundled) cc: warning 922: "+Olit=all" is unsupported in the bundled compiler, ignored. (Bundled) cc: warning 922: "-b" is unsupported in the bundled compiler, ignored.
ld: Unknown input file type: "./libcrypto.so"
Fatal error.
chmod: can't access libssl.so.0.9.8
gmake[3]: *** [link_a.hpux] Error 1
gmake[3]: Leaving directory `/tmp/openssl-0.9.8g'
gmake[2]: *** [do_hpux-shared] Error 2
gmake[2]: Leaving directory `/tmp/openssl-0.9.8g'
gmake[1]: *** [libssl.so.0.9.8] Error 2
gmake[1]: Leaving directory `/tmp/openssl-0.9.8g'
gmake: *** [shared] Error 2
*** Error exit code 1

The first would be to obtain and install the unbundled compiler. The bundled compiler is simply there to regen kernels and is "unsupported" for much of anything else.

rick jones

...

any ideas, please ?
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to