Comment installer 'Compress::Zlib', 'XML::Simple' et 'SOAP::Lite' ?
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::DBI' => 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:
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