Windows x64 RabbitMQ install error with Erlang environment var (ERLANG_HOME)

前端 未结 15 797
孤独总比滥情好
孤独总比滥情好 2020-12-14 01:38

I\'m ask/answering this question because it hung me up & it\'s likely someone else will have the same problem.

Install of RabbitMQ x64 v2.8.6 on Windows Server 2

15条回答
  •  独厮守ぢ
    2020-12-14 02:23

    I just had the same problem mentioned here. I installed otp_win64_R15B02 on a Windows 7 machine and everything worked perfectly, but I used the same installer on a Windows 2008 server and the bin directory was not created. I then uninstalled otp_win64_R15B02 and downloaded the otp_win64_R15B02_with_MSVCR100_installer_fix and the bin directory was created.

    I suspect the reason it worked on my Windows 7 system is that I have Visual Studio installed and the required libraries were already available which allowed the otp_win64_R15B02 installer to work correctly.

    Oh, and if you're installing Erlang to run RabbitMQ the RabbitMQ install will succeed with the broken installer but installing otp_win64_R15B02_with_MSVCR100_installer_fix after RabbitMQ will not work, just un-install and re-install RabbitMQ to resolve this.

提交回复
热议问题