At 17:22 08/06/1999 +0100, you wrote:
>panjie wrote:
>>
>> Dear sir,
>> I tried to compile openssl-0.9.1c.tar.gz in SCO Unix 5.0.4.
>> But i failed now. The compiler told me some symbol doesn't
>> declare.
>> Have you ever use openssl on a SCO platform?
>> Thank you very much!
>
>Unfortunately my SCO machines are all dead. But if you tell us what the
>error was we may be able to fix it anyway.
>
As Ben says, if you tell us what the error was we may be able to fix it anyway.
I have successfully compiled openssl-0.9.2b and openssl-0.9.3a on SCO
OpenServer 5.0.4 using the standard SCO development system.
I an error in 'test BN_exp' but this appears to be a buffer overflow
problem with 'bc'. If I pipe the output across to a UnixWare 7 'bc' the
test works fine.
*** Makefile Tue Jun 8 19:50:18 1999
--- Makefile~1 Tue Jun 8 19:49:47 1999
***************
*** 180,187 ****
test_bn:
@echo starting big number library test, could take a while...
! # @(./$(BNTEST)|bc) | awk '{ \
! @(./$(BNTEST)|rcmd unixware7box bc) | awk '{ \
if ($$0 != "0") {print "error"; exit(1); } \
if (((NR+1)%64) == 0) print NR+1," tests done"; }'
@echo 'test a^b%c implementations'
--- 180,186 ----
test_bn:
@echo starting big number library test, could take a while...
! @(./$(BNTEST)|bc) | awk '{ \
if ($$0 != "0") {print "error"; exit(1); } \
if (((NR+1)%64) == 0) print NR+1," tests done"; }'
@echo 'test a^b%c implementations'
Regards,
Nic
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]