Hi, > When building openSSL on Tru64, 5.1b-3, I get: > > $ gmake > making all in crypto... > gmake[1]: Entering directory > `/home/port/MaintASM.night.rel/thirdparty/OpenSSL/32bit/openssl-1.0.0a/crypto' > gmake[1]: *** No rule to make target `alphacpuid.o', needed by > `../libcrypto.a'. Stop. > gmake[1]: Leaving directory > `/home/port/MaintASM.night.rel/thirdparty/OpenSSL/32bit/openssl-1.0.0a/crypto' > gmake: *** [build_crypto] Error 1 > > I did not find any source file named *alphacpuid*. The Configure file > tells something about a perl variable $alpha_asm. May be something got > lost in the crypto directory,
Yes. Apparently it's a packaging issue in the sense that relevant file was erroneously omitted from released tar-ball. It will have to be addressed in next release. Meanwhile you'll have to fetch the missing file, alphacpuid.s, at following location: http://cvs.openssl.org/getfile?f=openssl/crypto/alphacpuid.s&v=1.3 As URL suggests it should be places to ./crypto directory. A. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
