Hello all

I successfully built and installed my customized vpp (based on 18.10) on
VM1.
Now i want to install it on VM2 that is a fresh Ubuntu-18.04-server
So i copied build-root/*.deb from VM1 into VM2 and run "sudo dpkg -i *.deb"
that raises some errors:
---------------------------------------
.
.
.
dpkg: dependency problems prevent configuration of vpp-api-python:
 vpp-api-python depends on python-cffi-backend-api-min (<= 9729); however:
  Package python-cffi-backend-api-min is not installed.
 vpp-api-python depends on python-cffi-backend-api-max (>= 9729); however:
  Package python-cffi-backend-api-max is not installed.
 vpp-api-python depends on python-enum34; however:
  Package python-enum34 is not installed.

dpkg: dependency problems prevent configuration of vpp-plugins:
 vpp-plugins depends on libmbedcrypto1 (>= 2.7); however:
  Package libmbedcrypto1 is not installed.
 vpp-plugins depends on libmbedtls10 (>= 2.0); however:
  Package libmbedtls10 is not installed.
 vpp-plugins depends on libmbedx509-0 (>= 2.0); however:
  Package libmbedx509-0 is not installed.
---------------------------------------
The above errors can be solved easily by:

sudo apt install python-all python-enum34  python-cffi-backend
libmbedcrypto1 libmbedtls10 libmbedx509-0
and then, .deb packages are installed without error!

Now, can i have peace of mind that my vpp's all functionalities will work
correctly? In other word, Is it likely to see missbehaving, crash or low
performance because i did not run "make install-dep" on VM2?

Thanks in advance
Mostafa Salari
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#20725): https://lists.fd.io/g/vpp-dev/message/20725
Mute This Topic: https://lists.fd.io/mt/88450158/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to