Servus
Basic Pleskian
Hi at all,
Think I made a big mistake. Would be great if you can help me resolving it.
Few months ago I installed openssl-1.0.1l in /usr/src/ I thought successfully, but know I'm not sure because I had never run "make test" during installation.
Today I wanted to upgrade to openssl-1.1.0f by the same tutorial which also @UFHH01 pointed as a decent and good one, I fully agree.
This time I ran "make test" and 1 of 5 subtests failed.
Sorry, I have only this little information about the reason why it failed. I tried to get informations about internet to solve the problem.
I also wondered about the fact that md5 and rc2 were not supported by this build which was also displayed during the test.
I decided to give it a chance and made "make install".
Then I followed the tutorial
and got this results:
My questions are:
- Is it possible to delete the new failed installation of openssl-1.1.0f and how?
The output of:
openssl version -a
OpenSSL 1.0.2l 25 May 2017
built on: reproducible build, date unspecified
and the missing md2(int) leads me to the possibility that the first installation of the old openssl-1.0.2l wasn't successful as I thought or that I destroyed the whole openssl by my failed try today.
- How can I proof and be sure that openssl-1.0.2l is working?
- There would be also the little chance to repair the new upgraded version of openssl, would be fine if there is a real chance, but at this point it is far away of my wishes.
EDIT:
after reboot I get this output:
So it's obvious that I destroyed whole openssl.
How to fix the problem, please? I have two openssl-old and openssl-new directories in /usr/src/?
Greets
Think I made a big mistake. Would be great if you can help me resolving it.
Few months ago I installed openssl-1.0.1l in /usr/src/ I thought successfully, but know I'm not sure because I had never run "make test" during installation.
Today I wanted to upgrade to openssl-1.1.0f by the same tutorial which also @UFHH01 pointed as a decent and good one, I fully agree.
This time I ran "make test" and 1 of 5 subtests failed.
Sorry, I have only this little information about the reason why it failed. I tried to get informations about internet to solve the problem.
Code:
openssl Makefile:150: recipe for target 'tests' failed
I decided to give it a chance and made "make install".
Then I followed the tutorial
Code:
root@web:/usr/src/openssl-1.1.0f# mv /usr/bin/openssl /root/
root@web:/usr/src/openssl-1.1.0f# ln -s /usr/local/ssl/bin/openssl /usr/bin/openssl
Code:
root@web:/usr/src/openssl-1.1.0f# openssl version
OpenSSL 1.0.2l 25 May 2017
Code:
root@web:/usr/src/openssl-1.1.0f# openssl version -a
OpenSSL 1.0.2l 25 May 2017
built on: reproducible build, date unspecified
platform: linux-x86_64
options: bn(64,64) rc4(8x,int) des(idx,cisc,16,int) idea(int) blowfish(idx)
compiler: gcc -I. -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
OPENSSLDIR: "/usr/local/ssl"
My questions are:
- Is it possible to delete the new failed installation of openssl-1.1.0f and how?
The output of:
openssl version -a
OpenSSL 1.0.2l 25 May 2017
built on: reproducible build, date unspecified
and the missing md2(int) leads me to the possibility that the first installation of the old openssl-1.0.2l wasn't successful as I thought or that I destroyed the whole openssl by my failed try today.
- How can I proof and be sure that openssl-1.0.2l is working?
- There would be also the little chance to repair the new upgraded version of openssl, would be fine if there is a real chance, but at this point it is far away of my wishes.
EDIT:
after reboot I get this output:
Code:
root@web:~# openssl version
openssl: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
How to fix the problem, please? I have two openssl-old and openssl-new directories in /usr/src/?
Greets
Last edited: