centreon / centreon-nsclient-build

Source use to build the centreon NSClient agent
19 stars 3 forks source link

Error install perl module (HTTP::ProxyPAC and IO::Socket::SSL) #61

Open FloNcy opened 3 years ago

FloNcy commented 3 years ago

Hello everyone :)

When I install "HTTP::ProxyPAC" and "IO::Socket::SSL" perl module, I have this problem :

Test Summary Report

t/01_proxy.t (Wstat: 2304 Tests: 10 Failed: 0) Non-zero exit status: 9 Parse errors: Bad plan. You planned 26 tests but ran 10. Files=3, Tests=29, 3 wallclock secs ( 0.03 usr + 0.00 sys = 0.03 CPU) Result: FAIL Failed 1/3 test programs. 0/29 subtests failed. gmake: *** [Makefile:854: test_dynamic] Error 255 MACKENNA/HTTP-ProxyPAC-0.31.tar.gz C:\STRAWB~1\c\bin\gmake.exe test -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports MACKENNA/HTTP-ProxyPAC-0.31.tar.gz Stopping: 'install' failed for 'HTTP::ProxyPAC'.

Test Summary Report

t/sni_verify.t (Wstat: 0 Tests: 17 Failed: 3) Failed tests: 10, 12, 14 Files=42, Tests=808, 50 wallclock secs ( 0.16 usr + 0.08 sys = 0.23 CPU) Result: FAIL Failed 1/42 test programs. 3/808 subtests failed. gmake: *** [Makefile:875: test_dynamic] Error 255 SULLR/IO-Socket-SSL-2.072.tar.gz C:\STRAWB~1\c\bin\gmake.exe test -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports SULLR/IO-Socket-SSL-2.072.tar.gz Stopping: 'install' failed for 'IO::Socket::SSL'.

I work in Windows Server 2019 Standard. The version of perl : This is perl 5, version 32, subversion 1 (v5.32.1) built for MSWin32-x64-multi-thread (I tried with perl 5.26, same problem)

Thank's for your help.

Florian