diff --git a/pandora_server/util/pandora_ha.pl b/pandora_server/util/pandora_ha.pl index 6098d3b0e4..99ccf9c1a7 100755 --- a/pandora_server/util/pandora_ha.pl +++ b/pandora_server/util/pandora_ha.pl @@ -13,6 +13,7 @@ use POSIX qw(setsid strftime :sys_wait_h); use threads; use threads::shared; use File::Path qw(rmtree); +use LWP::Protocol::https; # Default lib dir for Pandora FMS RPM and DEB packages. BEGIN { push @INC, '/usr/lib/perl5'; }