Servus
Basic Pleskian
Hello. After upgrading OpenSSL-1.0.2g to OpenSSL-1.0.2l by this help a few errors occured. Information on internet are too different to help in best way. Some give advice to do "apt-get install build-essential" for gcc is missing, but it could damage whole system and is a high risk? Another says you need SSE4.1.
Don't know if it's possible perhaps to solve the new openssl version.
If not, please, can you tell me how I can properly remove the new files. Old OpenSSL1.0.2g version is already active and working but I don't know how to remove it proper because of dependencies and such problems.
thanks for help.
here what happened:
Don't know if it's possible perhaps to solve the new openssl version.
If not, please, can you tell me how I can properly remove the new files. Old OpenSSL1.0.2g version is already active and working but I don't know how to remove it proper because of dependencies and such problems.
thanks for help.
here what happened:
Code:
making links in engines/ccgost...
make[2]: Entering directory '/usr/src/openssl-1.0.2l/engines/ccgost'
make[2]: Nothing to be done for 'links'.
make[2]: Leaving directory '/usr/src/openssl-1.0.2l/engines/ccgost'
make[1]: Leaving directory '/usr/src/openssl-1.0.2l/engines'
making links in apps...
make[1]: Entering directory '/usr/src/openssl-1.0.2l/apps'
make[1]: Nothing to be done for 'links'.
make[1]: Leaving directory '/usr/src/openssl-1.0.2l/apps'
making links in test...
make[1]: Entering directory '/usr/src/openssl-1.0.2l/test'
make[1]: Nothing to be done for 'links'.
make[1]: Leaving directory '/usr/src/openssl-1.0.2l/test'
making links in tools...
make[1]: Entering directory '/usr/src/openssl-1.0.2l/tools'
make[1]: Nothing to be done for 'links'.
make[1]: Leaving directory '/usr/src/openssl-1.0.2l/tools'
generating dummy tests (if needed)...
make[1]: Entering directory '/usr/src/openssl-1.0.2l/test'
md2test.c => dummytest.c
rc5test.c => dummytest.c
jpaketest.c => dummytest.c
make[1]: Leaving directory '/usr/src/openssl-1.0.2l/test'
Configured for linux-x86_64.
root@servus:/usr/src/openssl-1.0.2l# make test
Doing certs/demo
/usr/src/openssl-1.0.2l/util/opensslwrap.sh: 25: exec: /usr/src/openssl-1.0.2l/util/../apps/openssl: not found
/usr/src/openssl-1.0.2l/util/opensslwrap.sh: 25: exec: /usr/src/openssl-1.0.2l/util/../apps/openssl: not found
WARNING: Skipping duplicate certificate dsa-ca.pem
/usr/src/openssl-1.0.2l/util/opensslwrap.sh: 25: exec: /usr/src/openssl-1.0.2l/util/../apps/openssl: not found
WARNING: Skipping duplicate certificate dsa-pca.pem
/usr/src/openssl-1.0.2l/util/opensslwrap.sh: 25: exec: /usr/src/openssl-1.0.2l/util/../apps/openssl: not found
WARNING: Skipping duplicate certificate pca-cert.pem
testing...
make[1]: Entering directory '/usr/src/openssl-1.0.2l/test'
gcc -I.. -I../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -m64 -DL_ENDIAN -O3 -Wall -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DRC4_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM -DBSAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -c -o bntest.o bntest.c
make[1]: gcc: Command not found
<builtin>: recipe for target 'bntest.o' failed
make[1]: *** [bntest.o] Error 127
make[1]: Leaving directory '/usr/src/openssl-1.0.2l/test'
Makefile:472: recipe for target 'tests' failed
make: *** [tests] Error 2