I'm trying to compile openssl 0.9.6 in HPUX 11 and it stops with an error
that I don't understand. It seems that is missing a header file but i can't
find it anywhere.
Here is the transcript of make command output:

...
making all in ssl...
        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 s
3_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  ssl_l
ib.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
        /usr/bin/ranlib ../libssl.a
making all in rsaref...
        ar r ../libRSAglue.a rsaref.o rsar_err.o
        /usr/bin/ranlib ../libRSAglue.a
making all in apps...



     cc -DMONOLITH -I../include -DTHREADS -D_REENTRANT -DDSO_DL -D_REENTRANT
+O3 +Optrs_strongly_typed +Olibcalls -Ae +ESlit -DB_ENDIAN -
DBN_DIV2W -DMD32_XARRAY -c openssl.c
cc: "openssl.c", line 76: error 1000: Unexpected symbol: "*".
cc: "openssl.c", line 76: error 1573: Type of "a" is undefined due to an
illegal declaration.
cc: "openssl.c", line 77: error 1000: Unexpected symbol: "*".
cc: "openssl.c", line 77: error 1000: Unexpected symbol: ")".
cc: "openssl.c", line 78: error 1616: Unable to open intrinsic file
"/usr/local/lib/sysintr".
cc: "openssl.c", line 77: warning 558: Empty declaration.
cc: "openssl.c", line 93: error 1000: Unexpected symbol: "f".
cc: "openssl.c", line 141: error 1000: Unexpected symbol: ")".
cc: error 2017: Cannot recover from earlier errors, terminating.
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.
....

I think the error happens because there is a prototype in the beginning that
espects  a FUNCTION parameter that I can't find anywhere.

Thanks,
Eduardo

PS: I'm trying to use curl with https, so if anyone knows a working
(compiled) version of curl for HPUX that supports HTTPS, it will do.

---
Compuquali. SA - GFI Group
E-mail: [EMAIL PROTECTED]
Telef: +351-229417877
Telem: +351-919556791
"Yes means No and No means Yes. Delete all files [Y]? "


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to