Re: OpenSSL on IBMi

2010-04-07 Thread Pankaj Aggarwal
-users@openssl.org Subject: RE: OpenSSL on IBMi -c is an option, not an argument, so I think you'll find that the problem is that icc is objecting to the file-to-be-compiled is not at the end of the command line - i.e. is it looking for a - character in temp1/abc.c and failing. So: icc -c

RE: OpenSSL on IBMi

2010-04-07 Thread Shaw Graham George
-openssl-us...@openssl.org] On Behalf Of Pankaj Aggarwal Sent: 07 April 2010 12:52 To: openssl-users@openssl.org Subject: Re: OpenSSL on IBMi I got the icc problem resolved by writing shell script. Building static libraries get stuck at following point ( I guess the object limit of qar is hit

RE: OpenSSL on IBMi

2010-04-06 Thread Shaw Graham George
To: openssl-users@openssl.org Subject: Re: OpenSSL on IBMi Got it working ! Stuck in another error in openssl/crypto :-( icc -I. -I.. -I../include -DOPENSSL_THREADS -D_MULTI_THREADED -v -O4 -DB_ENDI AN -DCHARSET_EBCDIC -DNO_SYS_PARAM_H -D_ALL_SOURCE -DNO_SYSLOG -qTGTRLS=*CURR ENT -qTGTCCSID

Re: OpenSSL on IBMi

2010-04-06 Thread Pankaj Aggarwal
. From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Pankaj Aggarwal Sent: 05 April 2010 14:51 To: openssl-users@openssl.org Subject: Re: OpenSSL on IBMi Got it working ! Stuck in another error in openssl/crypto :-( icc -I. -I.. -I../include

RE: OpenSSL on IBMi

2010-04-06 Thread Shaw Graham George
...@openssl.org] On Behalf Of Pankaj Aggarwal Sent: 06 April 2010 09:59 To: openssl-users@openssl.org Subject: Re: OpenSSL on IBMi I am able to narrow down on the icc option that is causing the problem. icc -c temp1/abc.c -o abc.o QAPTL/ICC: Unexpected exception MCH3601 $ icc -o abc.o -c temp1

RE: OpenSSL on IBMi

2010-04-06 Thread Shaw Graham George
George Sent: 06 April 2010 10:53 To: openssl-users@openssl.org Subject: RE: OpenSSL on IBMi -c is an option, not an argument, so I think you'll find that the problem is that icc is objecting to the file-to-be-compiled is not at the end of the command line - i.e. is it looking for a - character in temp1

Re: OpenSSL on IBMi

2010-04-05 Thread Pankaj Aggarwal
: Re: OpenSSL on IBMi I used the patch on openssl 0.9.8e. on firing ./Configure OS400-icc I am getting the following error: qsh: 001-0014 Command /home/qsecofr/openssl/QAPTL/GMAKE not found. GMAKE: *** [links] Error 1 $ I have set the PATH environment variable as follows : /qibm/ProdData

Re: OpenSSL on IBMi

2010-04-05 Thread Pankaj Aggarwal
: owner-openssl-us...@openssl.org] On Behalf Of Pankaj Aggarwal Sent: 04 April 2010 12:46 To: openssl-users@openssl.org Subject: Re: OpenSSL on IBMi I used the patch on openssl 0.9.8e. on firing ./Configure OS400-icc I am getting the following error: qsh: 001-0014 Command /home/qsecofr/openssl

RE: OpenSSL on IBMi

2010-04-04 Thread Shaw Graham George
http://rt.openssl.org/Ticket/Display.html?id=1565user=guestpass=guest Only for 0.9.8e, though. G. -Original Message- From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Pankaj Aggarwal Sent: 04 April 2010 10:05 To: openssl-users@openssl.org

Re: OpenSSL on IBMi

2010-04-04 Thread Pankaj Aggarwal
I used the patch on openssl 0.9.8e. on firing ./Configure OS400-icc I am getting the following error: qsh: 001-0014 Command /home/qsecofr/openssl/QAPTL/GMAKE not found. GMAKE: *** [links] Error 1 $ I have set the PATH environment variable as follows :

RE: OpenSSL on IBMi

2010-04-04 Thread Shaw Graham George
] On Behalf Of Pankaj Aggarwal Sent: 04 April 2010 12:46 To: openssl-users@openssl.org Subject: Re: OpenSSL on IBMi I used the patch on openssl 0.9.8e. on firing ./Configure OS400-icc I am getting the following error: qsh: 001-0014 Command /home/qsecofr/openssl/QAPTL/GMAKE not found. GMAKE