Bonjour,

Je suis sous WINDOWS XP avec un serveur APACHE, PHP, MySQL et PERL fonctionelle.

Pour installer une autre application (OCSInventory), je dois installer quelques extentions pour PERL :

- 'DBI' => OK
- 'Apache:BI' => OK
- 'DBD::mysql' => OK
- 'Compress::Zlib' => NON
- 'XML::Simple' => NON
- 'Net::IP' => OK
- 'SOAP::Lite' => NON

Pour les extentions 'Compress::Zlib', 'XML::Simple' et 'SOAP::Lite' je n'arrive pas à les installer en ligne de commande :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
C:\ppm install Compress::Zlib
Downloading trouchelle packlist...not modified
Downloading uwinnipeg packlist...not modified
Downloading wxansi packlist...not modified
Downloading wxperl packlist...not modified
Downloading ActiveStatePackageRepository packlist...not modified
No missing packages to install
Je pense que je n'ai pas le dépot nécéssaire pour installer ces extentions.
Connaissez vous un dépot que je pourrai rajouter à la liste de ceux déjà présent pour installer ces extentions ?

Merci d'avance