I am trying to install open-ssl, but I get the following errors, any
sugestion?
Configured for hpux-parisc-cc.
OpenSSL self-test report:
OpenSSL version: 0.9.6
Last change: In ssl23_get_client_hello, generate an error message wh...
OS (uname): HP-UX sirio B.11.00 A 9000/820 2012789983 two-user license
OS (config): 9000/820-hp-hpux11
Target (default): ??
Target: hpux-parisc-cc
Compiler: (Bundled) cc: NLSPATH is
/usr/lib/nls/msg/%L/%N.cat:/usr/lib/nls/msg/C/%N.cat:
(Bundled) cc: CCOPTS is not set.
(Bundled) cc: INCLUDIR is INCLUDIR=/usr/include
Failure!
-----------------------------------------------------------------------------
making all in crypto...
( echo "#ifndef MK1MF_BUILD"; \
echo " /* auto-generated by crypto/Makefile.ssl for crypto/cversion.c */"; \
echo " #define CFLAGS \"cc -DTHREADS -D_REENTRANT -DDSO_DL +O3
+Optrs_strongly_typed +Olibcalls -Ae +ESlit -DB_ENDIAN -DBN_DIV2W -DMD32_XARRAY\""; \
echo " #define PLATFORM \"hpux-parisc-cc\""; \
echo " #define DATE \"`date`\""; \
echo "#endif" ) >buildinf.h
cc -I. -I../include -DTHREADS -D_REENTRANT -DDSO_DL +O3 +Optrs_strongly_typed
+Olibcalls -Ae +ESlit -DB_ENDIAN -DBN_DIV2W -DMD32_XARRAY -c cryptlib.c
(Bundled) cc: warning 480: The +O3 option is available only with the C/ANSI C product;
ignored.
(Bundled) cc: warning 480: The +Optrs_strongly_typed option is available only with the
C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +Olibcalls option is available only with the C/ANSI C
product; ignored.
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product;
ignored.
(Bundled) cc: warning 480: The +ESlit option is available only with the C/ANSI C
product; ignored.
cpp: "cryptlib.c", line 104: warning 2013: Unknown preprocessing directive.
(Bundled) cc: "../include/openssl/stack.h", line 73: warning 5: "const" will become a
keyword.
(Bundled) cc: "../include/openssl/stack.h", line 73: error 1000: Unexpected symbol:
"char".
(Bundled) cc: "../include/openssl/stack.h", line 73: warning 5: "const" will become a
keyword.
(Bundled) cc: "../include/openssl/stack.h", line 73: warning 5: "const" will become a
keyword.
(Bundled) cc: error 2017: Cannot recover from earlier errors, terminating.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
-----------------------------------------------------------------------------
testing...
cc -I../include -DTHREADS -D_REENTRANT -DDSO_DL +O3 +Optrs_strongly_typed
+Olibcalls -Ae +ESlit -DB_ENDIAN -DBN_DIV2W -DMD32_XARRAY -c bntest.c
(Bundled) cc: warning 480: The +O3 option is available only with the C/ANSI C product;
ignored.
(Bundled) cc: warning 480: The +Optrs_strongly_typed option is available only with the
C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +Olibcalls option is available only with the C/ANSI C
product; ignored.
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product;
ignored.
(Bundled) cc: warning 480: The +ESlit option is available only with the C/ANSI C
product; ignored.
cpp: "../include/openssl/md2.h", line 63: warning 2013: Unknown preprocessing
directive.
cpp: "../include/openssl/md4.h", line 67: warning 2013: Unknown preprocessing
directive.
cpp: "../include/openssl/md5.h", line 67: warning 2013: Unknown preprocessing
directive.
cpp: "../include/openssl/sha.h", line 67: warning 2013: Unknown preprocessing
directive.
cpp: "../include/openssl/ripemd.h", line 67: warning 2013: Unknown preprocessing
directive.
cpp: "../include/openssl/des.h", line 63: warning 2013: Unknown preprocessing
directive.
cpp: "../include/openssl/des.h", line 67: warning 2013: Unknown preprocessing
directive.
cpp: "../include/openssl/rc4.h", line 63: warning 2013: Unknown preprocessing
directive.
cpp: "../include/openssl/rc2.h", line 63: warning 2013: Unknown preprocessing
directive.
cpp: "../include/openssl/rc5.h", line 67: warning 2013: Unknown preprocessing
directive.
cpp: "../include/openssl/blowfish.h", line 67: warning 2013: Unknown preprocessing
directive.
cpp: "../include/openssl/cast.h", line 67: warning 2013: Unknown preprocessing
directive.
cpp: "../include/openssl/idea.h", line 63: warning 2013: Unknown preprocessing
directive.
cpp: "../include/openssl/des.h", line 63: warning 2013: Unknown preprocessing
directive.
cpp: "../include/openssl/des.h", line 67: warning 2013: Unknown preprocessing
directive.
cpp: "../include/openssl/mdc2.h", line 69: warning 2013: Unknown preprocessing
directive.
cpp: "../include/openssl/rsa.h", line 69: warning 2013: Unknown preprocessing
directive.
cpp: "../include/openssl/dsa.h", line 69: warning 2013: Unknown preprocessing
directive.
cpp: "../include/openssl/dh.h", line 63: warning 2013: Unknown preprocessing directive.
cpp: "../include/openssl/dh.h", line 63: warning 2013: Unknown preprocessing directive.
cpp: "../include/openssl/rsa.h", line 69: warning 2013: Unknown preprocessing
directive.
cpp: "../include/openssl/dsa.h", line 69: warning 2013: Unknown preprocessing
directive.
cpp: "../include/openssl/dh.h", line 63: warning 2013: Unknown preprocessing directive.
(Bundled) cc: "../include/openssl/stack.h", line 73: warning 5: "const" will become a
keyword.
(Bundled) cc: "../include/openssl/stack.h", line 73: error 1000: Unexpected symbol:
"char".
(Bundled) cc: "../include/openssl/stack.h", line 73: warning 5: "const" will become a
keyword.
(Bundled) cc: "../include/openssl/stack.h", line 73: warning 5: "const" will become a
keyword.
(Bundled) cc: error 2017: Cannot recover from earlier errors, terminating.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
-----------------------------------------------------------------------------
And using another compiler:
//////////////////////////////////////////////////////////////////
Configured for hpux-parisc-gcc
OpenSSL self-test report:
OpenSSL version: 0.9.6
Last change: In ssl23_get_client_hello, generate an error message wh...
Options: -D_REENTRANT
OS (uname): HP-UX sirio B.11.00 A 9000/820 2012789983 two-user license
OS (config): 9000/820-hp-hpux11
Target (default): ??
Target: hpux-parisc-gcc
Compiler: gcc version 2.95.2 19991024 (release)
Compiler doesn't work.
Please ask your system administrator/vendor for more information.
--
\ |
_ \ __ \ __| _ \ | __ _ \ _ \
___ \ | | ( __/ | | | | ( |
_/ _\_| _|\___|\___|_|_| _| _|\___/
"En los momento de crisis solo la imaginacion es mas
importante que el conocimiento"
- Albert Einstein -
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]