On Fri, Nov 13, 2009, joshi chandran wrote: > Hi ALL, > > Did any one experience same build error ? Is there any solution for > this problem ? Please Help. > > Thanks In advance > > > making depend in crypto/ts... > > ${TOP}/util/domd ${TOP} -MD makedepend -- -DOPENSSL_THREADS > > -qthreaded -DDSO_DLFCN -DHAVE_DLFCN_H -DSSL_ALLOW_ADH -q32 -O > > -DB_ENDIAN -qmaxmem=16384 -qro -qroconst -DSHA1_ASM -DSHA256_ASM > > -DAES_ASM -I.. -I../.. -I../asn1 -I../evp -I../../include > > -DOPENSSL_NO_DEPRECATED -DOPENSSL_NO_EC -DOPENSSL_NO_ECDH > > -DOPENSSL_NO_ECDSA -DOPENSSL_NO_GMP -DOPENSSL_NO_GOST > > -DOPENSSL_NO_IDEA -DOPENSSL_NO_JPAKE -DOPENSSL_NO_MD2 -DOPENSSL_NO_RC5 > > -DOPENSSL_NO_RFC3779 -DOPENSSL_NO_STORE -- ts_err.c ts_req_utils.c > > ts_req_print.c ts_rsp_utils.c ts_rsp_print.c ts_rsp_sign.c > > ts_rsp_verify.c ts_verify_ctx.c ts_lib.c ts_conf.c ts_asn1.c > > making depend in ssl... > > making depend in engines... > > makedepend: warning: e_padlock.c, line 93: # error "Only OpenSSL >= > > 0.9.7 is supported"; > > /usr/bin/sh: 0403-057 Syntax error at line 1 : `;' is not expected. > > make: 1254-004 The error code from the last command is 2. > > > > > > Stop. > > make: 1254-004 The error code from the last command is 1. > > > > > > Stop. > > > > I am getting this error . Any one know why this error is coming? > > > > Thanks In Advance > >
I don't have access to an AIX system so I can't test this myself. The warning looks strange because it should refer to the headers in the OpenSSL tree and not the system ones. Do you have OpenSSL 0.9.7 installed on that system? It isn't clear where that final error occurs can you put a "set -x" in util/domd then post the last few lines around that error? OpenSSL should build OK if you don't do the "make depend" step so you could just try "make". Steve. -- Dr Stephen N. Henson. OpenSSL project core developer. Commercial tech support now available see: http://www.openssl.org ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org