diff --git a/src/warden-server/sh/install.sh b/src/warden-server/sh/install.sh
index 1b3c1b1e4e10f55396d0e4b4888f98da060f1ada..3fa95343c3f274098131351fe2f1a524deb13c47 100755
--- a/src/warden-server/sh/install.sh
+++ b/src/warden-server/sh/install.sh
@@ -277,7 +277,7 @@ createSymlinks()
 #-------------------------------------------------------------------------------
 
 # list of used Perl modules
-modules=(SOAP::Lite SOAP::Transport::HTTP DBI DBD::mysql Format::Human::Bytes Sys::Syslog File::Basename Net::CIDR::Lite DateTime Getopt::Std Switch IO::Socket::SSL MIME::Base64 Crypt::X509 Carp)
+modules=(SOAP::Lite SOAP::Transport::HTTP DBI DBD::mysql Format::Human::Bytes Sys::Syslog File::Basename Net::CIDR::Lite DateTime Getopt::Std Switch IO::Socket::SSL MIME::Base64 Crypt::X509 Carp FindBin)
 
 # read input
 while getopts "d:k:c:a:Vh" options; do
diff --git a/src/warden-server/sh/update.sh b/src/warden-server/sh/update.sh
index d04151d4a3946649e6203f5efd9ef0333b5b8322..220e7e04e5f5f309f1caaa5f69cd784e7484a420 100755
--- a/src/warden-server/sh/update.sh
+++ b/src/warden-server/sh/update.sh
@@ -329,7 +329,7 @@ $valid_strings" > $server_conf_file 2> $err; ret_val=`echo $?`
 #-------------------------------------------------------------------------------
 
 # list of used Perl modules
-modules=(SOAP::Lite SOAP::Transport::HTTP DBI DBD::mysql Format::Human::Bytes Sys::Syslog File::Basename Net::CIDR::Lite DateTime Getopt::Std Switch IO::Socket::SSL MIME::Base64 Crypt::X509 Carp)
+modules=(SOAP::Lite SOAP::Transport::HTTP DBI DBD::mysql Format::Human::Bytes Sys::Syslog File::Basename Net::CIDR::Lite DateTime Getopt::Std Switch IO::Socket::SSL MIME::Base64 Crypt::X509 Carp FindBin)
 
 # read input
 while getopts "d:Vh" options; do