I need a solution
Hello all
I've successfully installed SAV for Linux 1.0.14.13 on Ubuntu 12.04.2 x64 and it's running OK. Next step is to push reporting information to our SEP 12.x Management Console!
I follow the instructions in the readme file:
Install a SAVFL MR10 or later package on the client.
SAV for Linux client is already installed.
Make sure that Perl 5.8.0 or later and the related Perl module package (for example, perl-libwww-perl for RedHat/SuSe Linux) are installed on the client.
I run perl -v and my Ubuntu 12.04.2 x64 box tells me I have perl 5, version 14, subversion 2 (v5.14.2) installed
Next I run sudo apt-get install libwww-perl on my Ubuntu client, no problems.
I copy SAVFL_reporting-1.0.10-44.tar.gz to my Ubuntu box and unzip it, then I attempt to install it using the command:
sudo dpkg -i savreporter-*.all.deb
And this is where it fails. I get the following error:
dpkg: error processing savreporter-1.0.10-44.all.deb (--install): parsing file '/var/lib/dpkg/tmp.ci/control' near line 10 package 'savreporter': duplicate value for `Depends' field Errors were encountered while processing: savreporter-1.0.10-44.all.deb
Please assist me.
Thank you