Why wouldn't openSsl compile in Santiago? I get a stream of undefined references that seem to only count as one error.
fips_desmovs.o: In function `DESTest': fips_desmovs.c:(.text+0x45b): undefined reference to `EVP_des_ede3_cfb1' fips_desmovs.c:(.text+0x49b): undefined reference to `EVP_des_cfb64' fips_desmovs.c:(.text+0x57d): undefined reference to `EVP_des_ede3_cbc' fips_desmovs.c:(.text+0x595): undefined reference to `EVP_CipherInit' fips_desmovs.c:(.text+0x5e1): undefined reference to `EVP_des_ecb' fips_desmovs.c:(.text+0x5f1): undefined reference to `EVP_des_ede3_ecb' fips_desmovs.c:(.text+0x601): undefined reference to `EVP_des_cfb1' fips_desmovs.c:(.text+0x611): undefined reference to `EVP_des_ede3_ofb' fips_desmovs.c:(.text+0x621): undefined reference to `EVP_des_ofb' fips_desmovs.c:(.text+0x631): undefined reference to `EVP_des_ede3_cfb64' fips_desmovs.c:(.text+0x641): undefined reference to `EVP_des_cbc' fips_desmovs.c:(.text+0x651): undefined reference to `EVP_des_ede3_cfb8' fips_desmovs.c:(.text+0x661): undefined reference to `EVP_des_cfb8' fips_desmovs.c:(.text+0x69b): undefined reference to `ERR_print_errors_fp' fips_desmovs.o: In function `do_mct': fips_desmovs.c:(.text+0xe89): undefined reference to `DES_set_odd_parity' fips_desmovs.c:(.text+0xe96): undefined reference to `DES_set_odd_parity' fips_desmovs.c:(.text+0xea3): undefined reference to `DES_set_odd_parity' fips_desmovs.o: In function `main': fips_desmovs.c:(.text+0x1db6): undefined reference to `ERR_load_crypto_strings' collect2: ld returned 1 exit status make[1]: *** [fips_desmovs] Error 1 make[1]: Leaving directory `/opt/apache/openssl-fips-1.1.2/test' make: *** [sub_all] Error 1 --- Thanks, Burton L. Smith w:801-584-6164 c:801-201-2897 ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
