You need you install the missing dependencies as you find them. ‘dkms’ is a 
standard Ubuntu packages to allow runtime compilation of kernel modules. You 
can grab it from any Ubuntu repo, or perhaps the apt cache of another Ubuntu 
machine.

I suggest however you invest in an HTTP proxy or a local APT repo or cache.

Chris.

From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On 
Behalf Of SAKTHIVEL ANAND S
Sent: Wednesday, July 12, 2017 5:44
To: vpp-dev@lists.fd.io
Subject: [vpp-dev] vpp installation without internet

Hi
I am new to vpp..
i am trying to install vpp on my testbed, and the testbed will not have 
internet and also there is no deveopment tool chain(tools like gcc,etc.).
I  have downloaded source to my dev-server and build the vpp in it. Finally i 
copied the *.deb files to my testbed and was tring to install those and getting 
the following error.

dpkg: dependency problems prevent configuration of vpp-dpdk-dkms:
 vpp-dpdk-dkms depends on dkms (>= 2.1.0.0); however:
  Package dkms is not installed.

dpkg: error processing package vpp-dpdk-dkms (--install):
 dependency problems - leaving unconfigured
<msg sniffed out>
Processing triggers for ureadahead (0.100.0-19) ...
Processing triggers for libc-bin (2.23-0ubuntu5) ...
Errors were encountered while processing:
 vpp-dpdk-dkms


Steps i did:
on my development m/c:
  git clone https://gerrit.fd.io/r/vpp
  cd vpp
  git checkout v16.06
  make install-dep
  make build-release
  make pkg-deb
  copied *.deb packages to testbed
on my testbed: i ran "dpkg -i *.deb"

p.s:vpp version - 16.06
    dev os      - ubuntu server 16.04.2
    testbed os  - ubuntu server 16.04.2

any help would be appreciated.
Basically I am looking at how to install & run VPP on a m/c that can't have 
internet (hence no apt-get) and no build tool chains.

--
Thanks
Sakthivel S OM
_______________________________________________
vpp-dev mailing list
vpp-dev@lists.fd.io
https://lists.fd.io/mailman/listinfo/vpp-dev

Reply via email to