没有目标。停止。安装emqttd时出错

时间:2016-09-30 20:59:23

标签: install target

我正在尝试在我的Raspberry Pi上安装emqttd,但我遇到了以下错误。

当我cd emqttd && make && make dist时,我收到此错误:

make[1]: Entering directory '/home/pi/emqttd/deps/gproc'
make[1]: *** No targets.  Stop.
make[1]: Leaving directory '/home/pi/emqttd/deps/gproc'
erlang.mk:310: recipe for target 'deps' failed
make: *** [deps] Error 2

我需要帮助才能解决问题。 感谢。

1 个答案:

答案 0 :(得分:1)

sudo apt-get update
sudo apt-get install wget
sudo apt-get install libssl-dev
sudo apt-get install ncurses-dev
wget http://www.erlang.org/download/otp_src_19.2.tar.gz
tar -xzvf otp_src_19.2.tar.gz
cd otp_src_19.2/
./configure
make
sudo make install
cd ..
rm otp_src_19.2.tar.gz
sudo rm -R otp_src_19.2/

git clone https://github.com/emqtt/emq-relx.git
cd emq-relx && make
cd _rel/emqttd && ./bin/emqttd console