centos安装erlang make时报错
来源:7-2 linux下源码安装rabbitmq

慕粉3346677
2019-03-30
报错信息描述:
[root@miaosha otp_src_21.3]# make
make: Warning: File /usr/local/src/otp_src_21.3/make/otp_default_release_path.mk' has modification time 5.8e+06 s in the future MAKE depend make[1]: Entering directory
/usr/local/src/otp_src_21.3/erts/emulator’
make[1]: Warning: File /usr/local/src/otp_src_21.3/make/target.mk' has modification time 5.8e+06 s in the future MAKE generate make[2]: Entering directory
/usr/local/src/otp_src_21.3/erts/emulator’
make[2]: Warning: File `/usr/local/src/otp_src_21.3/make/otp_default_release_path.mk’ has modification time 5.8e+06 s in the future
GEN x86_64-unknown-linux-gnu/gen_git_version.mk
Makefile.in has been updated, please re-run configure!
make[2]: *** [x86_64-unknown-linux-gnu/Makefile] Error 1
make[2]: Leaving directory /usr/local/src/otp_src_21.3/erts/emulator' make[1]: *** [generate] Error 2 make[1]: Leaving directory
/usr/local/src/otp_src_21.3/erts/emulator’
make: *** [depend] Error 2
1回答
-
若鱼1919
2019-03-30
参考:https://git.imooc.com/coding-168/coding-168/src/master/rabbitmq-server%E5%AE%89%E8%A3%85.txt,不要使用源码安装,坑太多
00
相似问题