> OpenSSL version:  0.9.7-beta6-dev
> Last change:      In asn1_d2i_read_bio() repeatedly call BIO_read() until...
> Options:           no-krb5
> OS (uname):       OSF1 pierredelune.i3s.unice.fr V5.0 910 alpha alpha
> OS (config):      alpha-dec-tru64
> Target (default): alpha-cc
> Target:           alpha-cc
> Compiler:         Compaq C V6.1-011 on Digital UNIX V5.0 (Rev. 910)
> 
> Failure!
> ...
> ld:
> Unresolved:
> SHA_Init
> SHA_Update
> SHA_Final
> make[2]: *** [evp_test] Error 1
> ...
> /bin/sh: ./shatest: cannot execute
> -----------------------------------------------------------------------------
> 
> See the ld error messages about SHA_Init, SHA_Update and SHA_Final
> undefined.

It's either a completely unrelated problem (like momentary lack of disk
space) or the problem mentioned in ./FAQ, "Why does the OpenSSL
compilation fail on Alpha Tru64 Unix?"

> I did not use any option to ./config and make. The same error occurs
> with version 0.9.6g.

FAQ suggests to recompile ./crypto/sha/sha_dgst.c with -O0. I wonder if
you could try something different. Reconfigure with './config
-DMD32_XARRAY' and rebuild. Does it build? If it doesn't issue 'cd
crypto/sha/', 'rm sha_dgst.o' and finally make. Submit output from this
last make! If it builds, does the test pass?

A.

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

Reply via email to