summaryrefslogtreecommitdiffstats
path: root/vespaclient
diff options
context:
space:
mode:
Diffstat (limited to 'vespaclient')
-rwxr-xr-xvespaclient/src/perl/bin/GetClusterState.pl2
-rwxr-xr-xvespaclient/src/perl/bin/GetNodeState.pl2
-rwxr-xr-xvespaclient/src/perl/bin/SetNodeState.pl1
3 files changed, 3 insertions, 2 deletions
diff --git a/vespaclient/src/perl/bin/GetClusterState.pl b/vespaclient/src/perl/bin/GetClusterState.pl
index 23c2d350d4c..45af63c564c 100755
--- a/vespaclient/src/perl/bin/GetClusterState.pl
+++ b/vespaclient/src/perl/bin/GetClusterState.pl
@@ -63,12 +63,12 @@ my $VESPA_HOME = $ENV{'VESPA_HOME'};
# END perl environment bootstrap section
use lib $ENV{'VESPA_HOME'} . '/lib/perl5/site_perl';
+use lib $ENV{'VESPA_HOME'} . '/lib64/perl5/site_perl';
use Yahoo::Vespa::Defaults;
readConfFile();
use strict;
use warnings;
-use lib '$VESPA_HOME/lib/perl5/site_perl';
use Yahoo::Vespa::Bin::GetClusterState;
diff --git a/vespaclient/src/perl/bin/GetNodeState.pl b/vespaclient/src/perl/bin/GetNodeState.pl
index ca394305e5f..c3865e92732 100755
--- a/vespaclient/src/perl/bin/GetNodeState.pl
+++ b/vespaclient/src/perl/bin/GetNodeState.pl
@@ -63,12 +63,12 @@ my $VESPA_HOME = $ENV{'VESPA_HOME'};
# END perl environment bootstrap section
use lib $ENV{'VESPA_HOME'} . '/lib/perl5/site_perl';
+use lib $ENV{'VESPA_HOME'} . '/lib64/perl5/site_perl';
use Yahoo::Vespa::Defaults;
readConfFile();
use strict;
use warnings;
-use lib '$VESPA_HOME/lib/perl5/site_perl';
use Yahoo::Vespa::Bin::GetNodeState;
diff --git a/vespaclient/src/perl/bin/SetNodeState.pl b/vespaclient/src/perl/bin/SetNodeState.pl
index 3933cb409e6..6dc099f8e5f 100755
--- a/vespaclient/src/perl/bin/SetNodeState.pl
+++ b/vespaclient/src/perl/bin/SetNodeState.pl
@@ -63,6 +63,7 @@ my $VESPA_HOME = $ENV{'VESPA_HOME'};
# END perl environment bootstrap section
use lib $ENV{'VESPA_HOME'} . '/lib/perl5/site_perl';
+use lib $ENV{'VESPA_HOME'} . '/lib64/perl5/site_perl';
use Yahoo::Vespa::Defaults;
readConfFile();