my name : Pradeep
on my virtual box-guest os is ubuntu server version is 12.04 LTS
I am using the hp-sdn-ctl_2.2.5.0016_amd64.deb. I followed the steps in the guide for installing VAN SDN controller.
I setted my proxy before running this commands.
$sudo su -
root user
$apt-get install python-software-properties ubuntu-cloud-keyring
$add-apt-repository "deb http://ubuntu-cloud.archive.canonical.com/ubuntu precise-updates/folsom main"
$apt-get update
$apt-get install openjdk-7-jre-headless postgresql keystone keystone-doc python-keystone iptables unzip
After this i run the command
$dpkg -i hp-sdn-ctl_2.2.5.0016_amd64.deb
dpkg: regarding hp-sdn-ctl_2.2.5.0016_amd64.deb containing hp-sdn-ctl, pre-dependency problem:
hp-sdn-ctl pre-depends on keystone (>= 2012.2)
keystone is installed, but is version 2012.1.3+stable-20130423-f48dd0fc-0ubuntu1.1.
dpkg: error processing hp-sdn-ctl_2.2.5.0016_amd64.deb (--install):
pre-dependency problem - not installing hp-sdn-ctl
Errors were encountered while processing:
hp-sdn-ctl_2.2.5.0016_amd64.deb
getting the above error. can some body tell give solution for this?