Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

got error when trying to install openssl on oracle linux 8

User_ZXNQ0Mar 4 2021

got error message when trying to compiling openssl, see as following:
[root@au3-billing-01 tmp]# cd openssl-3.0.0-alpha12/
[root@au3-billing-01 openssl-3.0.0-alpha12]# ./config --prefix=/usr --openssldir=/usr/local/openssl
Can't locate IPC/Cmd.pm in @INC (you may need to install the IPC::Cmd module) (@INC contains: /var/tmp/openssl-3.0.0-alpha12/util/perl /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 /var/tmp/openssl-3.0.0-alpha12/external/perl/Text-Template-1.56/lib) at /var/tmp/openssl-3.0.0-alpha12/util/perl/OpenSSL/config.pm line 18.
BEGIN failed--compilation aborted at /var/tmp/openssl-3.0.0-alpha12/util/perl/OpenSSL/config.pm line 18.
Compilation failed in require at /var/tmp/openssl-3.0.0-alpha12/Configure line 23.
BEGIN failed--compilation aborted at /var/tmp/openssl-3.0.0-alpha12/Configure line 23.

Comments
Post Details
Added on Mar 4 2021
2 comments
6,654 views