Attempt to build openssl-fips-1.1.2 on RedHat:

example.com:root [418] /openssl-fips-1.1.2> uname -a
Linux pastaxftp01.fntax.com 2.6.9-5.ELsmp #1 SMP Wed Jan 5 19:30:39 EST 2005
i686 i686 i386 GNU/Linux

Make Output:

gcc -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_DLFCN_H -DOPENSSL_NO_KRB5 -DL_ENDIAN -DTERMIO -O3
-fomit-frame-pointer -m486 -Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM   -c -o
fips_desmovs.o fips_desmovs.c
`-m486' is deprecated. Use `-march=i486' or `-mtune=i486' instead.
+ gcc -o fips_desmovs -I.. -I../include -DOPENSSL_THREADS -D_REENTRANT
-DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_NO_KRB5 -DL_ENDIAN -DTERMIO -O3
-fomit-frame-pointer -m486 -Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM
fips_desmovs.o -ldl
fips_desmovs.o(.text+0xfa): In function `DESTest':
: undefined reference to `EVP_des_ede3_cfb1'
fips_desmovs.o(.text+0x1b7): In function `DESTest':
: undefined reference to `EVP_des_ede3_cbc'
fips_desmovs.o(.text+0x1d7): In function `DESTest':
: undefined reference to `EVP_des_ede3_ofb'
fips_desmovs.o(.text+0x1e1): In function `DESTest':
: undefined reference to `EVP_des_ede3_cfb64'
fips_desmovs.o(.text+0x205): In function `DESTest':
: undefined reference to `EVP_CipherInit'
fips_desmovs.o(.text+0x23d): In function `DESTest':
: undefined reference to `EVP_des_ede3_cfb8'
fips_desmovs.o(.text+0x244): In function `DESTest':
: undefined reference to `EVP_des_ecb'
fips_desmovs.o(.text+0x24b): In function `DESTest':
: undefined reference to `EVP_des_cfb1'
fips_desmovs.o(.text+0x252): In function `DESTest':
: undefined reference to `EVP_des_ede3_ecb'
fips_desmovs.o(.text+0x259): In function `DESTest':
: undefined reference to `EVP_des_cfb8'
fips_desmovs.o(.text+0x260): In function `DESTest':
: undefined reference to `EVP_des_ofb'
fips_desmovs.o(.text+0x267): In function `DESTest':
: undefined reference to `EVP_des_cbc'
fips_desmovs.o(.text+0x26e): In function `DESTest':
: undefined reference to `EVP_des_cfb64'
fips_desmovs.o(.text+0x290): In function `DESTest':
: undefined reference to `ERR_print_errors_fp'
fips_desmovs.o(.text+0xaea): In function `do_mct':
: undefined reference to `DES_set_odd_parity'
fips_desmovs.o(.text+0xaf5): In function `do_mct':
: undefined reference to `DES_set_odd_parity'
fips_desmovs.o(.text+0xb00): In function `do_mct':
: undefined reference to `DES_set_odd_parity'
fips_desmovs.o(.text+0x1be1): In function `main':
: undefined reference to `ERR_load_crypto_strings'
collect2: ld returned 1 exit status
make[1]: *** [fips_desmovs] Error 1
make[1]: Leaving directory `/openssl-fips-1.1.2/test'
make: *** [sub_all] Error 1



./config Output:

example.com:root [415] /openssl-fips-1.1.2> ./config
Operating system: i686-whatever-linux2
Configuring for linux-elf
Configuring for linux-elf
IsWindows=0
CC            =gcc
CFLAG         =-DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H
-DOPENSSL_NO_KRB5 -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -m486 -Wall
-DSHA1_ASM -DMD5_ASM -DRMD160_ASM
EX_LIBS       =-ldl
BN_ASM        =asm/bn86-elf.o asm/co86-elf.o
DES_ENC       =asm/dx86-elf.o asm/yx86-elf.o
BF_ENC        =asm/bx86-elf.o
CAST_ENC      =asm/cx86-elf.o
RC4_ENC       =asm/rx86-elf.o
RC5_ENC       =asm/r586-elf.o
MD5_OBJ_ASM   =asm/mx86-elf.o
SHA1_OBJ_ASM  =asm/sx86-elf.o
RMD160_OBJ_ASM=asm/rm86-elf.o
PROCESSOR     =
RANLIB        =/usr/bin/ranlib
ARFLAGS       =
PERL          =/usr/bin/perl
THIRTY_TWO_BIT mode
DES_PTR used
DES_RISC1 used
DES_UNROLL used
BN_LLONG mode
RC4_INDEX mode
RC4_CHUNK is undefined
created directory `include/openssl'
e_os2.h => include/openssl/e_os2.h
making links in crypto...
make[1]: Entering directory `/openssl-fips-1.1.2/crypto'
crypto.h => ../include/openssl/crypto.h
tmdiff.h => ../include/openssl/tmdiff.h
opensslv.h => ../include/openssl/opensslv.h
opensslconf.h => ../include/openssl/opensslconf.h
ebcdic.h => ../include/openssl/ebcdic.h
symhacks.h => ../include/openssl/symhacks.h
ossl_typ.h => ../include/openssl/ossl_typ.h
making links in crypto/objects...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/objects'
objects.h => ../../include/openssl/objects.h
obj_mac.h => ../../include/openssl/obj_mac.h
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/objects'
making links in crypto/md2...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/md2'
md2.h => ../../include/openssl/md2.h
md2test.c => ../../test/md2test.c
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/md2'
making links in crypto/md4...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/md4'
md4.h => ../../include/openssl/md4.h
md4test.c => ../../test/md4test.c
md4.c => ../../apps/md4.c
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/md4'
making links in crypto/md5...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/md5'
md5.h => ../../include/openssl/md5.h
md5test.c => ../../test/md5test.c
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/md5'
making links in crypto/sha...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/sha'
sha.h => ../../include/openssl/sha.h
shatest.c => ../../test/shatest.c
sha1test.c => ../../test/sha1test.c
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/sha'
making links in crypto/mdc2...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/mdc2'
mdc2.h => ../../include/openssl/mdc2.h
mdc2test.c => ../../test/mdc2test.c
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/mdc2'
making links in crypto/hmac...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/hmac'
hmac.h => ../../include/openssl/hmac.h
hmactest.c => ../../test/hmactest.c
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/hmac'
making links in crypto/ripemd...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/ripemd'
ripemd.h => ../../include/openssl/ripemd.h
rmdtest.c => ../../test/rmdtest.c
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/ripemd'
making links in crypto/des...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/des'
des.h => ../../include/openssl/des.h
des_old.h => ../../include/openssl/des_old.h
destest.c => ../../test/destest.c
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/des'
making links in crypto/rc2...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/rc2'
rc2.h => ../../include/openssl/rc2.h
rc2test.c => ../../test/rc2test.c
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/rc2'
making links in crypto/rc4...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/rc4'
rc4.h => ../../include/openssl/rc4.h
rc4test.c => ../../test/rc4test.c
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/rc4'
making links in crypto/rc5...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/rc5'
rc5.h => ../../include/openssl/rc5.h
rc5test.c => ../../test/rc5test.c
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/rc5'
making links in crypto/idea...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/idea'
idea.h => ../../include/openssl/idea.h
ideatest.c => ../../test/ideatest.c
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/idea'
making links in crypto/bf...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/bf'
blowfish.h => ../../include/openssl/blowfish.h
bftest.c => ../../test/bftest.c
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/bf'
making links in crypto/cast...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/cast'
cast.h => ../../include/openssl/cast.h
casttest.c => ../../test/casttest.c
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/cast'
making links in crypto/bn...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/bn'
bn.h => ../../include/openssl/bn.h
bntest.c => ../../test/bntest.c
exptest.c => ../../test/exptest.c
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/bn'
making links in crypto/ec...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/ec'
ec.h => ../../include/openssl/ec.h
ectest.c => ../../test/ectest.c
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/ec'
making links in crypto/rsa...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/rsa'
rsa.h => ../../include/openssl/rsa.h
rsa_test.c => ../../test/rsa_test.c
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/rsa'
making links in crypto/dsa...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/dsa'
dsa.h => ../../include/openssl/dsa.h
dsatest.c => ../../test/dsatest.c
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/dsa'
making links in crypto/dh...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/dh'
dh.h => ../../include/openssl/dh.h
dhtest.c => ../../test/dhtest.c
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/dh'
making links in crypto/dso...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/dso'
dso.h => ../../include/openssl/dso.h
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/dso'
making links in crypto/engine...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/engine'
engine.h => ../../include/openssl/engine.h
enginetest.c => ../../test/enginetest.c
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/engine'
making links in crypto/aes...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/aes'
aes.h => ../../include/openssl/aes.h
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/aes'
making links in crypto/buffer...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/buffer'
buffer.h => ../../include/openssl/buffer.h
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/buffer'
making links in crypto/bio...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/bio'
bio.h => ../../include/openssl/bio.h
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/bio'
making links in crypto/stack...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/stack'
stack.h => ../../include/openssl/stack.h
safestack.h => ../../include/openssl/safestack.h
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/stack'
making links in crypto/lhash...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/lhash'
lhash.h => ../../include/openssl/lhash.h
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/lhash'
making links in crypto/rand...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/rand'
rand.h => ../../include/openssl/rand.h
randtest.c => ../../test/randtest.c
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/rand'
making links in crypto/err...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/err'
err.h => ../../include/openssl/err.h
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/err'
making links in crypto/evp...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/evp'
evp.h => ../../include/openssl/evp.h
evp_test.c => ../../test/evp_test.c
cp evptests.txt ../../test
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/evp'
making links in crypto/asn1...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/asn1'
asn1.h => ../../include/openssl/asn1.h
asn1_mac.h => ../../include/openssl/asn1_mac.h
asn1t.h => ../../include/openssl/asn1t.h
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/asn1'
making links in crypto/pem...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/pem'
pem.h => ../../include/openssl/pem.h
pem2.h => ../../include/openssl/pem2.h
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/pem'
making links in crypto/x509...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/x509'
x509.h => ../../include/openssl/x509.h
x509_vfy.h => ../../include/openssl/x509_vfy.h
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/x509'
making links in crypto/x509v3...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/x509v3'
x509v3.h => ../../include/openssl/x509v3.h
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/x509v3'
making links in crypto/conf...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/conf'
conf.h => ../../include/openssl/conf.h
conf_api.h => ../../include/openssl/conf_api.h
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/conf'
making links in crypto/txt_db...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/txt_db'
txt_db.h => ../../include/openssl/txt_db.h
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/txt_db'
making links in crypto/pkcs7...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/pkcs7'
pkcs7.h => ../../include/openssl/pkcs7.h
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/pkcs7'
making links in crypto/pkcs12...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/pkcs12'
pkcs12.h => ../../include/openssl/pkcs12.h
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/pkcs12'
making links in crypto/comp...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/comp'
comp.h => ../../include/openssl/comp.h
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/comp'
making links in crypto/ocsp...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/ocsp'
ocsp.h => ../../include/openssl/ocsp.h
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/ocsp'
making links in crypto/ui...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/ui'
ui.h => ../../include/openssl/ui.h
ui_compat.h => ../../include/openssl/ui_compat.h
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/ui'
making links in crypto/krb5...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/krb5'
krb5_asn.h => ../../include/openssl/krb5_asn.h
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/krb5'
make[1]: Leaving directory `/openssl-fips-1.1.2/crypto'
making links in fips-1.0...
make[1]: Entering directory `/openssl-fips-1.1.2/fips-1.0'
fips.h => ../include/openssl/fips.h
fips_test_suite.c => ../test/fips_test_suite.c
making links in fips/sha...
make[2]: Entering directory `/openssl-fips-1.1.2/fips-1.0/sha'
fips_sha.h => ../../include/openssl/fips_sha.h
fips_shatest.c => ../../test/fips_shatest.c
cp SHAmix.req SHAmix.fax ../../test
make[2]: Leaving directory `/openssl-fips-1.1.2/fips-1.0/sha'
making links in fips/rand...
make[2]: Entering directory `/openssl-fips-1.1.2/fips-1.0/rand'
fips_rand.h => ../../include/openssl/fips_rand.h
fips_randtest.c => ../../test/fips_randtest.c
fips_rngvs.c => ../../test/fips_rngvs.c
make[2]: Leaving directory `/openssl-fips-1.1.2/fips-1.0/rand'
making links in fips/des...
make[2]: Entering directory `/openssl-fips-1.1.2/fips-1.0/des'
fips_desmovs.c => ../../test/fips_desmovs.c
make[2]: Leaving directory `/openssl-fips-1.1.2/fips-1.0/des'
making links in fips/aes...
make[2]: Entering directory `/openssl-fips-1.1.2/fips-1.0/aes'
fips_aesavs.c => ../../test/fips_aesavs.c
fips_aes_data => ../../test/fips_aes_data
make[2]: Leaving directory `/openssl-fips-1.1.2/fips-1.0/aes'
making links in fips/dsa...
make[2]: Entering directory `/openssl-fips-1.1.2/fips-1.0/dsa'
fips_dsatest.c => ../../test/fips_dsatest.c
fips_dssvs.c => ../../test/fips_dssvs.c
make[2]: Leaving directory `/openssl-fips-1.1.2/fips-1.0/dsa'
making links in fips/rsa...
make[2]: Entering directory `/openssl-fips-1.1.2/fips-1.0/rsa'
fips_rsavtest.c => ../../test/fips_rsavtest.c
fips_rsastest.c => ../../test/fips_rsastest.c
fips_rsagtest.c => ../../test/fips_rsagtest.c
make[2]: Leaving directory `/openssl-fips-1.1.2/fips-1.0/rsa'
making links in fips/dh...
make[2]: Entering directory `/openssl-fips-1.1.2/fips-1.0/dh'
make[2]: Leaving directory `/openssl-fips-1.1.2/fips-1.0/dh'
making links in fips/hmac...
make[2]: Entering directory `/openssl-fips-1.1.2/fips-1.0/hmac'
fips_hmactest.c => ../../test/fips_hmactest.c
make[2]: Leaving directory `/openssl-fips-1.1.2/fips-1.0/hmac'
make[1]: Leaving directory `/openssl-fips-1.1.2/fips-1.0'
making links in ssl...
make[1]: Entering directory `/openssl-fips-1.1.2/ssl'
ssl.h => ../include/openssl/ssl.h
ssl2.h => ../include/openssl/ssl2.h
ssl3.h => ../include/openssl/ssl3.h
ssl23.h => ../include/openssl/ssl23.h
tls1.h => ../include/openssl/tls1.h
kssl.h => ../include/openssl/kssl.h
ssltest.c => ../test/ssltest.c
make[1]: Leaving directory `/openssl-fips-1.1.2/ssl'
making links in apps...
make[1]: Entering directory `/openssl-fips-1.1.2/apps'
make[1]: Nothing to be done for `links'.
make[1]: Leaving directory `/openssl-fips-1.1.2/apps'
making links in test...
make[1]: Entering directory `/openssl-fips-1.1.2/test'
make[1]: Nothing to be done for `links'.
make[1]: Leaving directory `/openssl-fips-1.1.2/test'
making links in tools...
make[1]: Entering directory `/openssl-fips-1.1.2/tools'
make[1]: Nothing to be done for `links'.
make[1]: Leaving directory `/openssl-fips-1.1.2/tools'
generating dummy tests (if needed)...
make[1]: Entering directory `/openssl-fips-1.1.2/test'
make[1]: Nothing to be done for `generate'.
make[1]: Leaving directory `/openssl-fips-1.1.2/test'

Configured for linux-elf.



The information contained in this message is proprietary and/or confidential. 
If 
you are not the intended recipient, please: (i) delete the message and all 
copies; (ii) do not disclose, distribute or use the message in any manner; and 
(iii) notify the sender immediately. In addition, please be aware that any 
message addressed to our domain is subject to archiving and review by persons 
other than the intended recipient. Thank you.

Title: Bug Report
Attempt to build openssl-fips-1.1.2 on RedHat:

example.com:root [418] /openssl-fips-1.1.2> uname -a
Linux pastaxftp01.fntax.com 2.6.9-5.ELsmp #1 SMP Wed Jan 5 19:30:39 EST 2005 i686 i686 i386 GNU/Linux

Make Output:

gcc -I.. -I../include  -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_NO_KRB5 -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -m486 -Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM   -c -o fips_desmovs.o fips_desmovs.c
`-m486' is deprecated. Use `-march=i486' or `-mtune=i486' instead.
+ gcc -o fips_desmovs -I.. -I../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_NO_KRB5 -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -m486 -Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM fips_desmovs.o -ldl
fips_desmovs.o(.text+0xfa): In function `DESTest':
: undefined reference to `EVP_des_ede3_cfb1'
fips_desmovs.o(.text+0x1b7): In function `DESTest':
: undefined reference to `EVP_des_ede3_cbc'
fips_desmovs.o(.text+0x1d7): In function `DESTest':
: undefined reference to `EVP_des_ede3_ofb'
fips_desmovs.o(.text+0x1e1): In function `DESTest':
: undefined reference to `EVP_des_ede3_cfb64'
fips_desmovs.o(.text+0x205): In function `DESTest':
: undefined reference to `EVP_CipherInit'
fips_desmovs.o(.text+0x23d): In function `DESTest':
: undefined reference to `EVP_des_ede3_cfb8'
fips_desmovs.o(.text+0x244): In function `DESTest':
: undefined reference to `EVP_des_ecb'
fips_desmovs.o(.text+0x24b): In function `DESTest':
: undefined reference to `EVP_des_cfb1'
fips_desmovs.o(.text+0x252): In function `DESTest':
: undefined reference to `EVP_des_ede3_ecb'
fips_desmovs.o(.text+0x259): In function `DESTest':
: undefined reference to `EVP_des_cfb8'
fips_desmovs.o(.text+0x260): In function `DESTest':
: undefined reference to `EVP_des_ofb'
fips_desmovs.o(.text+0x267): In function `DESTest':
: undefined reference to `EVP_des_cbc'
fips_desmovs.o(.text+0x26e): In function `DESTest':
: undefined reference to `EVP_des_cfb64'
fips_desmovs.o(.text+0x290): In function `DESTest':
: undefined reference to `ERR_print_errors_fp'
fips_desmovs.o(.text+0xaea): In function `do_mct':
: undefined reference to `DES_set_odd_parity'
fips_desmovs.o(.text+0xaf5): In function `do_mct':
: undefined reference to `DES_set_odd_parity'
fips_desmovs.o(.text+0xb00): In function `do_mct':
: undefined reference to `DES_set_odd_parity'
fips_desmovs.o(.text+0x1be1): In function `main':
: undefined reference to `ERR_load_crypto_strings'
collect2: ld returned 1 exit status
make[1]: *** [fips_desmovs] Error 1
make[1]: Leaving directory `/openssl-fips-1.1.2/test'
make: *** [sub_all] Error 1



./config Output:

example.com:root [415] /openssl-fips-1.1.2> ./config
Operating system: i686-whatever-linux2
Configuring for linux-elf
Configuring for linux-elf
IsWindows=0
CC            =gcc
CFLAG         =-DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_NO_KRB5 -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -m486 -Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM
EX_LIBS       =-ldl
BN_ASM        =asm/bn86-elf.o asm/co86-elf.o
DES_ENC       =asm/dx86-elf.o asm/yx86-elf.o
BF_ENC        =asm/bx86-elf.o
CAST_ENC      =asm/cx86-elf.o
RC4_ENC       =asm/rx86-elf.o
RC5_ENC       =asm/r586-elf.o
MD5_OBJ_ASM   =asm/mx86-elf.o
SHA1_OBJ_ASM  =asm/sx86-elf.o
RMD160_OBJ_ASM=asm/rm86-elf.o
PROCESSOR     =
RANLIB        =/usr/bin/ranlib
ARFLAGS       =
PERL          =/usr/bin/perl
THIRTY_TWO_BIT mode
DES_PTR used
DES_RISC1 used
DES_UNROLL used
BN_LLONG mode
RC4_INDEX mode
RC4_CHUNK is undefined
created directory `include/openssl'
e_os2.h => include/openssl/e_os2.h
making links in crypto...
make[1]: Entering directory `/openssl-fips-1.1.2/crypto'
crypto.h => ../include/openssl/crypto.h
tmdiff.h => ../include/openssl/tmdiff.h
opensslv.h => ../include/openssl/opensslv.h
opensslconf.h => ../include/openssl/opensslconf.h
ebcdic.h => ../include/openssl/ebcdic.h
symhacks.h => ../include/openssl/symhacks.h
ossl_typ.h => ../include/openssl/ossl_typ.h
making links in crypto/objects...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/objects'
objects.h => ../../include/openssl/objects.h
obj_mac.h => ../../include/openssl/obj_mac.h
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/objects'
making links in crypto/md2...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/md2'
md2.h => ../../include/openssl/md2.h
md2test.c => ../../test/md2test.c
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/md2'
making links in crypto/md4...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/md4'
md4.h => ../../include/openssl/md4.h
md4test.c => ../../test/md4test.c
md4.c => ../../apps/md4.c
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/md4'
making links in crypto/md5...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/md5'
md5.h => ../../include/openssl/md5.h
md5test.c => ../../test/md5test.c
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/md5'
making links in crypto/sha...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/sha'
sha.h => ../../include/openssl/sha.h
shatest.c => ../../test/shatest.c
sha1test.c => ../../test/sha1test.c
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/sha'
making links in crypto/mdc2...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/mdc2'
mdc2.h => ../../include/openssl/mdc2.h
mdc2test.c => ../../test/mdc2test.c
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/mdc2'
making links in crypto/hmac...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/hmac'
hmac.h => ../../include/openssl/hmac.h
hmactest.c => ../../test/hmactest.c
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/hmac'
making links in crypto/ripemd...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/ripemd'
ripemd.h => ../../include/openssl/ripemd.h
rmdtest.c => ../../test/rmdtest.c
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/ripemd'
making links in crypto/des...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/des'
des.h => ../../include/openssl/des.h
des_old.h => ../../include/openssl/des_old.h
destest.c => ../../test/destest.c
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/des'
making links in crypto/rc2...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/rc2'
rc2.h => ../../include/openssl/rc2.h
rc2test.c => ../../test/rc2test.c
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/rc2'
making links in crypto/rc4...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/rc4'
rc4.h => ../../include/openssl/rc4.h
rc4test.c => ../../test/rc4test.c
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/rc4'
making links in crypto/rc5...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/rc5'
rc5.h => ../../include/openssl/rc5.h
rc5test.c => ../../test/rc5test.c
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/rc5'
making links in crypto/idea...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/idea'
idea.h => ../../include/openssl/idea.h
ideatest.c => ../../test/ideatest.c
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/idea'
making links in crypto/bf...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/bf'
blowfish.h => ../../include/openssl/blowfish.h
bftest.c => ../../test/bftest.c
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/bf'
making links in crypto/cast...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/cast'
cast.h => ../../include/openssl/cast.h
casttest.c => ../../test/casttest.c
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/cast'
making links in crypto/bn...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/bn'
bn.h => ../../include/openssl/bn.h
bntest.c => ../../test/bntest.c
exptest.c => ../../test/exptest.c
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/bn'
making links in crypto/ec...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/ec'
ec.h => ../../include/openssl/ec.h
ectest.c => ../../test/ectest.c
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/ec'
making links in crypto/rsa...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/rsa'
rsa.h => ../../include/openssl/rsa.h
rsa_test.c => ../../test/rsa_test.c
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/rsa'
making links in crypto/dsa...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/dsa'
dsa.h => ../../include/openssl/dsa.h
dsatest.c => ../../test/dsatest.c
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/dsa'
making links in crypto/dh...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/dh'
dh.h => ../../include/openssl/dh.h
dhtest.c => ../../test/dhtest.c
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/dh'
making links in crypto/dso...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/dso'
dso.h => ../../include/openssl/dso.h
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/dso'
making links in crypto/engine...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/engine'
engine.h => ../../include/openssl/engine.h
enginetest.c => ../../test/enginetest.c
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/engine'
making links in crypto/aes...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/aes'
aes.h => ../../include/openssl/aes.h
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/aes'
making links in crypto/buffer...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/buffer'
buffer.h => ../../include/openssl/buffer.h
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/buffer'
making links in crypto/bio...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/bio'
bio.h => ../../include/openssl/bio.h
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/bio'
making links in crypto/stack...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/stack'
stack.h => ../../include/openssl/stack.h
safestack.h => ../../include/openssl/safestack.h
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/stack'
making links in crypto/lhash...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/lhash'
lhash.h => ../../include/openssl/lhash.h
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/lhash'
making links in crypto/rand...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/rand'
rand.h => ../../include/openssl/rand.h
randtest.c => ../../test/randtest.c
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/rand'
making links in crypto/err...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/err'
err.h => ../../include/openssl/err.h
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/err'
making links in crypto/evp...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/evp'
evp.h => ../../include/openssl/evp.h
evp_test.c => ../../test/evp_test.c
cp evptests.txt ../../test
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/evp'
making links in crypto/asn1...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/asn1'
asn1.h => ../../include/openssl/asn1.h
asn1_mac.h => ../../include/openssl/asn1_mac.h
asn1t.h => ../../include/openssl/asn1t.h
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/asn1'
making links in crypto/pem...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/pem'
pem.h => ../../include/openssl/pem.h
pem2.h => ../../include/openssl/pem2.h
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/pem'
making links in crypto/x509...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/x509'
x509.h => ../../include/openssl/x509.h
x509_vfy.h => ../../include/openssl/x509_vfy.h
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/x509'
making links in crypto/x509v3...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/x509v3'
x509v3.h => ../../include/openssl/x509v3.h
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/x509v3'
making links in crypto/conf...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/conf'
conf.h => ../../include/openssl/conf.h
conf_api.h => ../../include/openssl/conf_api.h
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/conf'
making links in crypto/txt_db...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/txt_db'
txt_db.h => ../../include/openssl/txt_db.h
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/txt_db'
making links in crypto/pkcs7...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/pkcs7'
pkcs7.h => ../../include/openssl/pkcs7.h
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/pkcs7'
making links in crypto/pkcs12...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/pkcs12'
pkcs12.h => ../../include/openssl/pkcs12.h
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/pkcs12'
making links in crypto/comp...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/comp'
comp.h => ../../include/openssl/comp.h
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/comp'
making links in crypto/ocsp...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/ocsp'
ocsp.h => ../../include/openssl/ocsp.h
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/ocsp'
making links in crypto/ui...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/ui'
ui.h => ../../include/openssl/ui.h
ui_compat.h => ../../include/openssl/ui_compat.h
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/ui'
making links in crypto/krb5...
make[2]: Entering directory `/openssl-fips-1.1.2/crypto/krb5'
krb5_asn.h => ../../include/openssl/krb5_asn.h
make[2]: Leaving directory `/openssl-fips-1.1.2/crypto/krb5'
make[1]: Leaving directory `/openssl-fips-1.1.2/crypto'
making links in fips-1.0...
make[1]: Entering directory `/openssl-fips-1.1.2/fips-1.0'
fips.h => ../include/openssl/fips.h
fips_test_suite.c => ../test/fips_test_suite.c
making links in fips/sha...
make[2]: Entering directory `/openssl-fips-1.1.2/fips-1.0/sha'
fips_sha.h => ../../include/openssl/fips_sha.h
fips_shatest.c => ../../test/fips_shatest.c
cp SHAmix.req SHAmix.fax ../../test
make[2]: Leaving directory `/openssl-fips-1.1.2/fips-1.0/sha'
making links in fips/rand...
make[2]: Entering directory `/openssl-fips-1.1.2/fips-1.0/rand'
fips_rand.h => ../../include/openssl/fips_rand.h
fips_randtest.c => ../../test/fips_randtest.c
fips_rngvs.c => ../../test/fips_rngvs.c
make[2]: Leaving directory `/openssl-fips-1.1.2/fips-1.0/rand'
making links in fips/des...
make[2]: Entering directory `/openssl-fips-1.1.2/fips-1.0/des'
fips_desmovs.c => ../../test/fips_desmovs.c
make[2]: Leaving directory `/openssl-fips-1.1.2/fips-1.0/des'
making links in fips/aes...
make[2]: Entering directory `/openssl-fips-1.1.2/fips-1.0/aes'
fips_aesavs.c => ../../test/fips_aesavs.c
fips_aes_data => ../../test/fips_aes_data
make[2]: Leaving directory `/openssl-fips-1.1.2/fips-1.0/aes'
making links in fips/dsa...
make[2]: Entering directory `/openssl-fips-1.1.2/fips-1.0/dsa'
fips_dsatest.c => ../../test/fips_dsatest.c
fips_dssvs.c => ../../test/fips_dssvs.c
make[2]: Leaving directory `/openssl-fips-1.1.2/fips-1.0/dsa'
making links in fips/rsa...
make[2]: Entering directory `/openssl-fips-1.1.2/fips-1.0/rsa'
fips_rsavtest.c => ../../test/fips_rsavtest.c
fips_rsastest.c => ../../test/fips_rsastest.c
fips_rsagtest.c => ../../test/fips_rsagtest.c
make[2]: Leaving directory `/openssl-fips-1.1.2/fips-1.0/rsa'
making links in fips/dh...
make[2]: Entering directory `/openssl-fips-1.1.2/fips-1.0/dh'
make[2]: Leaving directory `/openssl-fips-1.1.2/fips-1.0/dh'
making links in fips/hmac...
make[2]: Entering directory `/openssl-fips-1.1.2/fips-1.0/hmac'
fips_hmactest.c => ../../test/fips_hmactest.c
make[2]: Leaving directory `/openssl-fips-1.1.2/fips-1.0/hmac'
make[1]: Leaving directory `/openssl-fips-1.1.2/fips-1.0'
making links in ssl...
make[1]: Entering directory `/openssl-fips-1.1.2/ssl'
ssl.h => ../include/openssl/ssl.h
ssl2.h => ../include/openssl/ssl2.h
ssl3.h => ../include/openssl/ssl3.h
ssl23.h => ../include/openssl/ssl23.h
tls1.h => ../include/openssl/tls1.h
kssl.h => ../include/openssl/kssl.h
ssltest.c => ../test/ssltest.c
make[1]: Leaving directory `/openssl-fips-1.1.2/ssl'
making links in apps...
make[1]: Entering directory `/openssl-fips-1.1.2/apps'
make[1]: Nothing to be done for `links'.
make[1]: Leaving directory `/openssl-fips-1.1.2/apps'
making links in test...
make[1]: Entering directory `/openssl-fips-1.1.2/test'
make[1]: Nothing to be done for `links'.
make[1]: Leaving directory `/openssl-fips-1.1.2/test'
making links in tools...
make[1]: Entering directory `/openssl-fips-1.1.2/tools'
make[1]: Nothing to be done for `links'.
make[1]: Leaving directory `/openssl-fips-1.1.2/tools'
generating dummy tests (if needed)...
make[1]: Entering directory `/openssl-fips-1.1.2/test'
make[1]: Nothing to be done for `generate'.
make[1]: Leaving directory `/openssl-fips-1.1.2/test'

Configured for linux-elf.


The information contained in this message is proprietary and/or confidential. If
you are not the intended recipient, please: (i) delete the message and all
copies; (ii) do not disclose, distribute or use the message in any manner; and
(iii) notify the sender immediately. In addition, please be aware that any
message addressed to our domain is subject to archiving and review by persons
other than the intended recipient. Thank you.

Reply via email to