Hi,
I am testing VPP running on LX2160ARDB based on LSDK2108, I followed the user manual(9.3.5 Executing VPP) to run app, but I got the below error:
# vpp -c /etc/vpp/startup.conf.dpkg-new &
# vpp[1776]: clib_elf_parse_file: open `/usr/bin/vpp3': No such file or director vpp[1776]: vlib_sort_init_exit_functions:160: order constraint fcn 'dns_init' not found vpp[1776]: vnet_feature_arc_init:271: feature node 'nat44-in2out-output' not found (before 'ip4-dvr-reinject', arc 'ip4-output') vpp: symbol lookup error: /usr/lib/aarch64-linux-gnu/vpp_plugins/dpdk_plugin.so: undefined symbol: numa_available
Do you have any idea about this issue?
Thanks
Jack Ho
Solved! Go to Solution.
I built vpp to generate *.deb files, and uploaded them in them https://support.nxp.com/s/case/5002p00002vU3RtAAK/community-running-vpp-issue-on-lx2160ardb-based-on...
Please copy *.deb files to folder /usr/local/vpp on the target board and execute the following command
$ dpkg --unpack *.deb
Please refer to my following log.
root@localhost:~# vpp -c /etc/vpp/startup.conf.dpkg-new &
[1] 1990
root@localhost:~# vpp[1990]: clib_elf_parse_file: open `/usr/bin/vpp3': No such file or director
vpp[1990]: vlib_sort_init_exit_functions:160: order constraint fcn 'dns_init' not found
vpp[1990]: vnet_feature_arc_init:271: feature node 'nat44-in2out-output' not found (before 'ip4-dvr-reinject', arc 'ip4-output')
root@localhost:~# vppctl
_______ _ _ _____ ___
__/ __/ _ \ (_)__ | | / / _ \/ _ \
_/ _// // / / / _ \ | |/ / ___/ ___/
/_/ /____(_)_/\___/ |___/_/ /_/
vpp#
Hi @yipingwang
Thanks for your deb files, it seems work for me. Could you share your sdk.yml configs? Do you use flex-builder build app? I am afraid I miss some packages that cause "dpdk_plugin.so: undefined symbol: numa_available"
Thank you
Regards,
Jack Ho
I just followed the procedure which I pasted above to build VPP.
Did you use the following procedure to build and install VPP?
I built vpp to generate *.deb files, and uploaded them in them https://support.nxp.com/s/case/5002p00002vU3RtAAK/community-running-vpp-issue-on-lx2160ardb-based-on...
Please copy *.deb files to folder /usr/local/vpp on the target board and execute the following command
$ dpkg --unpack *.deb
Please refer to my following log.
root@localhost:~# vpp -c /etc/vpp/startup.conf.dpkg-new &
[1] 1990
root@localhost:~# vpp[1990]: clib_elf_parse_file: open `/usr/bin/vpp3': No such file or director
vpp[1990]: vlib_sort_init_exit_functions:160: order constraint fcn 'dns_init' not found
vpp[1990]: vnet_feature_arc_init:271: feature node 'nat44-in2out-output' not found (before 'ip4-dvr-reinject', arc 'ip4-output')
root@localhost:~# vppctl
_______ _ _ _____ ___
__/ __/ _ \ (_)__ | | / / _ \/ _ \
_/ _// // / / / _ \ | |/ / ___/ ___/
/_/ /____(_)_/\___/ |___/_/ /_/
vpp#