openssl/openssl

Compile Openssl 3.0.7 on a AIX 7.1 where default perl version is 5.10.1

已关闭

#20,468 创建于 2023年3月8日

 (1 条评论) (0 个反应) (0 位负责人)C (11,262 个派生)batch import
backlog fixbranch: 3.0help wantedtriaged: bug

仓库指标

星标
 (30,157 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

I am trying to compile OpenSSL on AIX 7.1 using ./Configure CC="xlc_r -q64" --prefix=/Pathtoopenssldir --openssldir=/Pathtoopenssldir --enable-fips

I am always getting below error: Can not locat OpenSSL:fallback.pm in @INC (@INC contains pathtocurrentworkingdirectory /usr/opt/perl5 /usr/opt/perl5/lib /usr/opt/perl5/lib/5.10.1 /usr/opt/perl5/lib/5.10.1/aix-multi-thread /usr/opt/perl5/lib/site_perl ) at Configure line 20.

I tried by seting PERL5LIB=/usr/opt/perl5 but no use.

Am able to get default perl version but am not sure why openssl configure is not able to locate file

贡献者指南