2012-11-24 36 views
0

我想在Raspberry Pi上编译RabbitMQ 3.0。基本上,在安装erlang,xsltproczip之后,致电make完美地工作。Raspberry Pi上的RabbitMQ 3.0 - 有关`make install`的错误

现在,当我尝试使用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 

显然,有些路径未设置 - 不幸的是,我不知道哪个值我应该使用这些路径。

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

回答

3

你不应该编译兔子;只要下载通用的UNIX焦油&这里按照指示:http://www.rabbitmq.com/install-generic-unix.html

+1

我做了什么,马蒂亚斯说,产生这种:http://www.youtube.com/watch?v=X9dv-2TFeV8 只要安装二郎形成二郎解决方案包,然后获得generic-unix tarball。 为了准备系统我按照这里的说明:http://basho.com/blog/technical/2012/11/01/rasp-pi-cluster/ –