Skip to content

Hello, I can't compile this. #45

Closed
@Zziwen

Description

@Zziwen

4th dmb 40yh3q22q0 36pp

Activity

deepaksood619

deepaksood619 commented on Mar 13, 2019

@deepaksood619

I am using this docker image directly. It is working great. Hope this helps for now, https://hub.docker.com/r/rkosyk/emqtt-benchmark/

dongweiq

dongweiq commented on Mar 20, 2019

@dongweiq

me too
image

gilbertwong96

gilbertwong96 commented on Apr 13, 2019

@gilbertwong96
Contributor

Hello, I'm so sorry to tell you guys that this project will not be maintained. And if you want to build this project, you need to install rebar3 via referring this guide.

execute commands below. It should be ok.

$ git clone https://github.com/erlang/rebar3.git
$ cd rebar3
$ ./bootstrap
$ ./rebar3 local install

Last but not least, I suggest you guys to use solution provided by esl to install erlang.

LittleWoodCover

LittleWoodCover commented on Apr 22, 2019

@LittleWoodCover

me too
image

have you resolve your problem ?cause i've the same one that you did?

googlefan

googlefan commented on Sep 18, 2019

@googlefan

try this . :

### 在下载目录中对.tar.gz进行解压
tar -xzvf otp_src_22.0.tar.gz
### 安装依赖包(安装必须用到的)
yum install -y gcc gcc-c++ unixODBC-devel openssl-devel ncurses-devel
### 进入到解压好的目录中,比如在erlang中解压要进到erlang/otp_src_22.0中设定安装位置
./configure --prefix=/opt/apps/erlang/otp_src_22.0 --without-javac
### 安装
make && make install
### 添加环境变量
vi ~/.base_profile
### 加到原有变量之后使用:隔开,{erlang/bin} 是你的安装路径,如:/opt/apps/erlang/otp_src_22.0/bin
PATH=$PATH:{erlang/bin}
export PATH
:wq
### 使之生效
source ~/.base_profile
### 或者使用软连接方式
ln -s /opt/apps/erlang/otp_src_22.0/bin/erl /usr/bin/erl```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @googlefan@dongweiq@deepaksood619@gilbertwong96@LittleWoodCover

      Issue actions

        Hello, I can't compile this. · Issue #45 · emqx/emqtt-bench