> > I am using Red Hat Linux > Red Hat Enterprise Linux Server release 5.6 (Tikanga)
> I have checked out the latest code from > cvs -d [email protected]:/openssl-cvs co openssl > > and trying to build canister only. > > the make fails in fips/sha directory. > > Below is the error message. > > > gcc -o ../fips_standalone_sha1 -I.. -I../.. -I../../include > -DOPENSSL_FIPSCANISTER -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS -D_REENTRANT > -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 > -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 > -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM > -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM > fips_standalone_sha1.o $FIPS_SHA_ASM ; \ > else \ > -o ../fips_standalone_sha1 -I../../include > -I../../crypto fips_standalone_sha1.c ../../crypto/sha/sha1dgst.c ; \ > fi > ../../crypto/sha/sha256-586.o: In function `fips_sha256_block_data_order': > sha512-586.s:(.text+0x59): undefined reference to `.L003XOP' > collect2: ld returned 1 exit status > make[4]: *** [../fips_standalone_sha1] Error 1 > make[4]: Leaving directory `/home/shruthi/iDirect/openssl/fips/sha' > make[3]: *** [subdirs] Error 1 > make[3]: Leaving directory `/home/shruthi/iDirect/openssl/fips' > make[2]: *** [all] Error 2 > make[2]: Leaving directory `/home/shruthi/iDirect/openssl/fips' > make[1]: *** [build_fips] Error 1 > make[1]: Leaving directory `/home/shruthi/iDirect/openssl' > make: *** [top] Error 2 > > Can you please help. Also can you pls let me know how to checkout the > earlier versions, is there a way to view the cvs checkin tree for the files? > > Rgds > Shruthi > > ---------- Forwarded message ---------- > From: <[email protected]> > Date: Thu, Jun 14, 2012 at 11:44 PM > Subject: Welcome to openssl-dev > To: [email protected] > > > -- > > Welcome to the openssl-dev mailing list! > > Please save this message for future reference. Thank you. > > If you ever want to remove yourself from this mailing list, > you can send mail to <[email protected]> with the following > command in the body of your email message: > > unsubscribe openssl-dev > > or from another account, besides [email protected]: > > unsubscribe openssl-dev [email protected] > > If you ever need to get in contact with the owner of the list, > (if you have trouble unsubscribing, or have questions about the > list itself) send email to <[email protected]> . > This is the general rule for most mailing lists when you need > to contact a human. > > Here's the general information for the list you've subscribed to, > in case you don't already have it: > > This open mailing list is used for discussions between the OpenSSL > developers and interested users. Only subscribers can post. > > OpenSSL Project http://www.openssl.org > Development Mailing List [email protected] > Automated List Manager [email protected] > >
