I believe libpneum is a historical artifact and no longer accurate.

The Python binding module now uses libvppapiclient, built from 
src/vpp-api/client/client.c.

By way of example, for development, I use these env vars:

vppinst="$HOME/dev/fdio/vpp/build-root/install-vpp_debug-native/vpp"
export LD_LIBRARY_PATH="$vppinst/lib64"
export PYTHONPATH="$vppinst/lib/python2.7/site-packages"

Chris

From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On 
Behalf Of mirzaei.reza
Sent: Thursday, November 2, 2017 8:55
To: vpp-dev@lists.fd.io
Subject: [vpp-dev] libpneum.so not exist, installing vpp python api


Hi

I was installed vpp from source according to this 
link<https://wiki.fd.io/view/VPP/Pulling,_Building,_Running,_Hacking_and_Pushing_VPP_Code>
 and it was successful. then i tried to install VPP/Python API according to 
this link<https://wiki.fd.io/view/VPP/Python_API>:

First of all it says:

The main VPP build will build the C library (libpneum.so). If VPP is installed 
via the Linux package system that library will be available on the system. To 
run within a build directory, set LD_LIBRARY_PATH to point to the location of 
libpneum.so

However, there was no libpneum.so at all.

How can i fix this problem?

Best regards,

Reza


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

Reply via email to