Raspberry Pi上的RabbitMQ 3.0 - “make install”出错

时间:2012-11-24 22:07:35

标签: makefile rabbitmq raspberry-pi

我正在尝试在Raspberry Pi上编译RabbitMQ 3.0。基本上,在安装erlangxsltproczip后,对make的调用工作正常。

现在,当我尝试使用make install安装它时,收到错误消息:

[...]
cp rabbitmq-stomp/dist/*.ez /home/pi/rabbitmq-server-3.0.0/plugins
cp rabbitmq-tracing/dist/*.ez /home/pi/rabbitmq-server-3.0.0/plugins
cp rabbitmq-web-stomp-examples/dist/*.ez /home/pi/rabbitmq-server-3.0.0/plugins
cp ./rabbitmq-web-stomp/dist/*.ez /home/pi/rabbitmq-server-3.0.0/plugins
make[2]: Leaving directory `/home/pi/rabbitmq-server-3.0.0/plugins-src'
make[1]: Leaving directory `/home/pi/rabbitmq-server-3.0.0/plugins-src'
echo "Put your EZs here and use rabbitmq-plugins to enable them." > plugins/README
rm -f plugins/rabbit_common*.ez
Please set TARGET_DIR.
Please set SBIN_DIR.
Please set MAN_DIR.
make: *** [install_dirs] Fehler 1

显然有些路径没有设置 - 遗憾的是我不知道我应该为这些路径使用哪些值。

我可以查找应该使用的默认值的任何想法吗?

1 个答案:

答案 0 :(得分:3)

你不应该编译兔子;只需下载通用的unix tar&按照此处的说明操作:http://www.rabbitmq.com/install-generic-unix.html