Welcome to OCS Inventory NG community support, where you can ask questions and receive answers from other members of the community.

Please ask questions only in English or French.

Release 2.11.1 available

The official documentation can be found on http://wiki.ocsinventory-ng.org. Read it before asking your question.

Pas de remontée ocs des Mac OS Yosemite

Avez-vous déjà rencontré des problèmes avec Yosemite ?

Dernier agent ocs Mac installé (2.1.1)

Dernier serveur installé (2.1.2)

erreur dans le fichier ocsng.log :

[Fri Apr 17 10:03:40 2015][error] [download] Crypt::SSLeay perl module is missing !!

[Fri Apr 17 10:03:40 2015][error] [download] Humm my prerequisites are not OK...disabling module :( :(

 

 

Une idée ?
in OCS Inventory NG agent for MacOS X by (120 points)

2 Answers

0 votes
Bonjour,

Installe le module manquant Crypt-SSLeay depuis cpan.

Frank
by (88.5k points)
merci je vais faire ça !
0 votes

#!/bin/bash
logfile=/var/log/ardscripts.log
exec >> $logfile 2>&1
echo "Install Perl Modules"
sudo PERL_MM_USE_DEFAULT=1 perl -MCPAN -e "install Bytes::Random::Secure;"
sudo PERL_MM_USE_DEFAULT=1 perl -MCPAN -e "install Crypt::SSLeay"
exit 0

 

by (530 points)
Merci beaucoup !
 
Powered by Question2Answer
...