安装erlang时报错:Makefile:231: /root/otp_src_R15B/make/x86_64-unknown-linux-gnu/otp_ded.mk: No such file

错误:

Makefile:231: /root/otp_src_R15B/make/x86_64-unknown-linux-gnu/otp_ded.mk: No such file or directory


错误:
Makefile:231: /root/otp_src_R15B/make/x86_64-unknown-linux-gnu/otp_ded.mk: No such file or directory

搜索到的解决方案:
把 /usr/share/libtool/config.guess 覆盖到相关软件自带的config.guess
把 /usr/share/libtool/config.sub 覆盖到相关软件自带的config.sub
./configure –enable-shared

复制时发现没有config.guess,搜索需要安装libtool,libtool-ltdl-devel
#yum search libtool
#yum search libtool-ltdl-devel
# yum install libtool
# yum install libtool-ltdl-devel


*********************************************************************
**********************  APPLICATIONS DISABLED  **********************
*********************************************************************
jinterface     : Java compiler disabled by user
orber          : No C++ compiler found

*********************************************************************

wx             : Can not link the wx driver, wx will NOT be useable

*********************************************************************
*********************************************************************
**********************  DOCUMENTATION INFORMATION  ******************
*********************************************************************

documentation  :
                 fop is missing.
                 Using fakefop to generate placeholder PDF files.

#yum install gcc-c++
#yum install erlang-doc                
#yum install erlang-jinterface

对于后面的wx或者documentation 可以不用安装,直接make ,make install.


你可能感兴趣的:(linux,rabbitmq)