Hello,
During Debian 11 poller installation, the process centreon_vmware failed to start with this error
Can't locate Text/Template.pm in @INC (you may need to install the Text::Template module) (@INC contains: /usr/lib64/perl5/libwww-perl-5.837/lib /usr/lib64/perl5 /usr/bin /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.32.1 /usr/local/share/perl/5.32.1 /usr/lib/x86_64-linux-gnu/perl5/5.32 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.32 /usr/share/perl/5.32 /usr/local/lib/site_perl) at /usr/share/perl5/VMware/SSOConnection.pm line 25.
BEGIN failed--compilation aborted at /usr/share/perl5/VMware/SSOConnection.pm line 25.
Compilation failed in require at /usr/share/perl5/VMware/VICommon.pm line 25.
BEGIN failed--compilation aborted at /usr/share/perl5/VMware/VICommon.pm line 25.
Compilation failed in require at /usr/share/perl5/VMware/VIRuntime.pm line 15.
Compilation failed in require at /usr/share/perl5/centreon/script/centreon_vmware.pm line 24.
BEGIN failed--compilation aborted at /usr/share/perl5/centreon/script/centreon_vmware.pm line 24.
Compilation failed in require at /usr/bin/centreon_vmware.pl line 23.
BEGIN failed--compilation aborted at /usr/bin/centreon_vmware.pl line 23.
The installation of the library named libtext-template-perl resolved the problem.
Is it possible to add it to the dependancy list during installation of the package centreon-plugin-virtualization-vmware-daemon ?
Regards