Run the following on the ubuntu server, this installed the required software needed to build the perl modules required by Veeam
Code: Select all
sudo apt-get install build-essential
Code: Select all
sudo cpan constant Carp Cwd Data::Dumper Encode Encode::Alias Encode::Config Encode::Encoding Encode::MIME::Name Exporter Exporter::Heavy File::Path File::Spec File::Spec::Unix File::Temp List::Util Scalar::Util Socket Storable threads
Now that all the modules are installed you need to enable sued to elevate without prompting for a password
Code: Select all
sudo visudo
Code: Select all
%sudo ALL=NOPASSWD: ALL