Hello all, i am trying to build a socket application using Libmosquitto. While i am building .ipk file, i face on a problem in following line:
"Package socket is missing dependencies for the following libraries:
libcares.so.2
libmosquitto.so.1"
How can i fix that, i have created .bin file successfully
Are libcares and libmosquitto selected in the package DEPENDS
list. Usually it should be something like +libcares +libmosquitto
1 Like