Error when installing mosquitto with websockets on centos 7
问题 I have followed the next steps: sudo yum groupinstall "Development Tools" sudo yum install wget mercurial cmake openssl-devel c-ares-devel libuuid-devel wget https://github.com/warmcat/libwebsockets/archive/v1.3-chrome37-firefox30.tar.gz tar zxvf v1.3-chrome37-firefox30.tar.gz cd libwebsockets-1.3-chrome37-firefox30 mkdir build; cd build; cmake .. -DLIB_SUFFIX=64 sudo make install To install mosquitto: hg clone https://bitbucket.org/oojah/mosquitto cd mosquitto hg pull && hg update 1.4 In