Re: Source compilation of OpenSSL 3.0

2022-03-16 Thread Kory Hamzeh
On your build machine, create a staging directory, for example: mkdir /tmp/staging Then run make install like this: make DESTDIR=/tmp/staging install Then copy the files in /tmp/staging to your other machine. Note that you will have to copy the files relative to your —prefix and —openssldir d

Source compilation of OpenSSL 3.0

2022-03-16 Thread ~ Kunal Sharma ~
Hi all, I have the need for compiling version 3.0 source code which I have downloaded and compiling on a Centos 7 system and I'm able to compile just fine. For using it, however, I need to install it on another Centos 7 machine which does not have the compiler tools and required toolchain. So, I