linux 安装openssl-fips-2.0.5时
openssl-fips-2.0.5时报错
Operating system: x86_64-whatever-linux2 You need Perl 5.
系统信息
Linux version 3.10.0-327.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.3 20140911 (Red Hat 4.8.3-9) (GCC) ) #1 SMP Thu Nov 19 22:10:57 UTC 2015
需要安装 perl-5,https://www.cpan.org/src/README.html
wget https://www.cpan.org/src/5.0/perl-5.28.0.tar.gz
tar -xzf perl-5.28.0.tar.gz
cd perl-5.28.0
./Configure -des -Dprefix=$HOME/localperl
make
make test
make install
http://www.it165.net/os/html/201405/8368.html
需要安装 perl-5https://www.cpan.org/src/README.html
wget https://www.cpan.org/src/5.0/perl-5.28.0.tar.gz
tar -xzf perl-5.28.0.tar.gz
cd perl-5.28.0
./Configure -des -Dprefix=$HOME/localperl
make
make test
make install