I have downloaded and ran the following configuration for OpenSSL 1.1.1.d
./config shared --prefix=/opt/test/openssl -openssldir=/opt/test/openssl Does anyone have any idea why I receive the following error when executing “Make” c1: error: apps/app_rand.d: No such file or directory make[1]: *** [apps/app_rand.o] Error 1 make[1]: Leaving directory `/opt/src/test/openssl' make: *** [all] Error 2 |