You need to have at least 1 real network adapter. It looks like you're on a VM, so fix the configuration of your VM. And since you're on a VM, use TurboFloat. See our documentation.
I integrated license in my C code using C API. It works well, but I have a problem with a specific case on Centos OS.
When I try to activate, the activation failed with error 0x1c (TA_E_ENABLE_NETWORK_ADAPTERS).
I know what is the origin of the problem: if i do `cat /sys/class/net` i have only lo and venet0 as network interface.
In Turboactive.h for this error i see that:"On Linux you'll get this error if you don't have any real network adapters attached. For example if you have no "eth[x]", "wlan[x]", "en[x]", "wl[x]", "ww[x]", "sl[x]", "em[x]", or "p[x]p[y]" network interface devices".
So, make sense why the activation failed. Is there a chance to solve it ? I really don't know how to activate this interface to solve the issue. Is there any possibility ?
Thank you
You need to have at least 1 real network adapter. It looks like you're on a VM, so fix the configuration of your VM. And since you're on a VM, use TurboFloat. See our documentation.