Bonsoir,

Je rencontre un problème pour installer le module Net::LDAP, en faite une de ses dépendances. j'ai essayé de plein de façon différentes et au final je bloque sur le module Net::SSLeay

voici le retour que j'ai a chaque fois:

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/usr/bin/perl "-Iinc" Makefile.PL --config= --installdeps=IO::Socket::SSL,0.81
*** Installing dependencies...
*** Installing IO::Socket::SSL...
Running [/usr/bin/perl /usr/bin/cpanp-run-perl /root/.cpanplus/5.10.1/build/IO-Socket-SSL-1.33/Makefile.PL INSTALLDIRS=site]...
Warning: prerequisite Net::SSLeay 1.21 not found.
Writing Makefile for IO::Socket::SSL
Running [/usr/bin/perl /usr/bin/cpanp-run-perl /root/.cpanplus/5.10.1/build/Net-SSLeay-1.36/Makefile.PL INSTALLDIRS=site]...
Cannot determine perl version info from lib/Net/SSLeay.pm
Cannot determine license info from lib/Net/SSLeay.pm
*** Found OpenSSL-0.9.8k installed in /usr
*** Be sure to use the same compiler and options to compile your OpenSSL, perl,
    and Net::SSLeay. Mixing and matching compilers is not supported.
Do you want to run external tests?
These tests *will* *fail* if you do not have network connectivity. [n]
si je comprends bien j'ai un problème de compatibilité avec OpenSSL, perl,
and Net::SSLeay. Mixing and matching compilers is not supported...? que puis je faire?