[linux]Errors while making mosquitto in a new PC of Ubuntu12.04.
2016-3-4 萧
Make mosquitto in a new PC of Ubuntu12.04.There is some errors:
1."openssl/*.h: No such file or directory"
install libssl-dev
2."ares.h: No such file or directory"
install libc-ares-dev
install libc-ares2
3."g++: command not found"
install g++
4."uuid/uuid.h No such file or directory"
install uuid-dev
发表评论: