Protocol "tftp" not supported or disabled in libcurl in beaglebone linux

635 Views Asked by At

I have try a c++ program using curlpp libraries in my VM, my intention is when i execute the program, i can get a file via tftp.

I tested this program on the VM , this program managed to get a file from another VM. However when i run this program in beaglebone yocto , it prompt following error:

Protocol "tftp" not supported or disabled in libcurl

FYI,the beaglebone can the ping and greb file from VM using busybox tftp. I get the curlpp recipes from https://github.com/openembedded/meta-openembedded/blob/master/meta-networking/recipes-support/curlpp/curlpp_0.8.1.bb. Am i missing anything on this?

1

There are 1 best solutions below

0
On BEST ANSWER

Add PACKAGECONFIG_append_pn-curl = " tftp" in local.conf