首页 > 其他 > 详细

安装RabbitMQ编译erlang时,checking for c compiler default output file name... configure:error:C compiler cannot create executables See 'config.log' for more details.

时间:2018-05-05 13:45:08      阅读:1788      评论:0      收藏:0      [点我收藏+]

checking for c compiler default output file name... configure:error:C compiler cannot create executables See ‘config.log‘ for more details.

技术分享图片

打开config.log查看明细:

技术分享图片

网上找了下,说是没有安装cpp,libc5-devel,而在redhat中指的是glibc,glibc-devel,cpp,查看是否安装,:

果然没有,然后安装:

技术分享图片

技术分享图片

再次编译,发现换了一个错误:

技术分享图片

这个,就很清楚了,是少了mpfr依赖包,安装,编译:

技术分享图片

技术分享图片

成功了!

 

 

版权声明:本文为博主原创文章,转载请注明出处,谢谢!

 

安装RabbitMQ编译erlang时,checking for c compiler default output file name... configure:error:C compiler cannot create executables See 'config.log' for more details.

原文:https://www.cnblogs.com/lfalex0831/p/8994406.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!