Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't locate Test/More.pm in @INC #5

Closed
kerus1024 opened this issue Apr 29, 2020 · 1 comment
Closed

Can't locate Test/More.pm in @INC #5

kerus1024 opened this issue Apr 29, 2020 · 1 comment

Comments

@kerus1024
Copy link

gcc  -I. -Icrypto -Iinclude -Iproviders/implementations/include -Iproviders/common/include  -DAES_ASM -DBSAES_ASM -DECP_NISTZ256_ASM -DGHASH_ASM -DKECCAK1600_ASM -DMD5_ASM -DOPENSSL_BN_ASM_GF2m -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DX25519_ASM -fPIC -m64 -Wa,--noexecstack -Wall -O3 -march=native -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_BUILDING_OPENSSL -DOPENSSL_PIC -DOPENSSLDIR="\"/opt/nginx-build/lib/openssl/.openssl/ssl\"" -DENGINESDIR="\"/opt/nginx-build/./lib/openssl/.openssl/lib/engines-3\"" -DMODULESDIR="\"/opt/nginx-build/./lib/openssl/.openssl/lib/ossl-modules\"" -DNDEBUG  -MMD -MF providers/implementations/serializers/libimplementations-lib-serializer_rsa_pub.d.tmp -MT providers/implementations/serializers/libimplementations-lib-serializer_rsa_pub.o -c -o providers/implementations/serializers/libimplementations-lib-serializer_rsa_pub.o providers/implementations/serializers/serializer_rsa_pub.c
/usr/bin/perl "-I." "-Iproviders/common/der" -Mconfigdata -Moids_to_c "util/dofile.pl" "-oMakefile" providers/common/der/der_dsa.h.in > providers/common/include/prov/der_dsa.h
Can't locate Test/More.pm in @INC (@INC contains: /opt/nginx-build/lib/openssl/util/perl . providers/common/der /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 /opt/nginx-build/lib/openssl/external/perl/Text-Template-1.56/lib) at /opt/nginx-build/lib/openssl/util/perl/OpenSSL/OID.pm line 309.
BEGIN failed--compilation aborted at /opt/nginx-build/lib/openssl/util/perl/OpenSSL/OID.pm line 309.
Compilation failed in require at providers/common/der/oids_to_c.pm line 16.
BEGIN failed--compilation aborted at providers/common/der/oids_to_c.pm line 16.
Compilation failed in require.
BEGIN failed--compilation aborted.
make[3]: *** [providers/common/include/prov/der_dsa.h] Error 2
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/opt/nginx-build/lib/openssl'
make[2]: *** [build_sw] Error 2
make[2]: Leaving directory `/opt/nginx-build/lib/openssl'
make[1]: *** [lib/openssl/.openssl/include/openssl/ssl.h] Error 2
make[1]: Leaving directory `/opt/nginx-build'
make: *** [install] Error 2
@kerus1024
Copy link
Author

yum install perl-Test-Simple cpan perl-devel perl-CPAN

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant