Coder Social home page Coder Social logo

Hello, I can't compile this. about emqtt-bench HOT 5 CLOSED

emqx avatar emqx commented on August 16, 2024 1
Hello, I can't compile this.

from emqtt-bench.

Comments (5)

gilbertwong96 avatar gilbertwong96 commented on August 16, 2024 1

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.

from emqtt-bench.

deepaksood619 avatar deepaksood619 commented on August 16, 2024

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

from emqtt-bench.

dongweiq avatar dongweiq commented on August 16, 2024

me too
image

from emqtt-bench.

LittleWoodCover avatar LittleWoodCover commented on August 16, 2024

me too
image

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

from emqtt-bench.

googlefan avatar googlefan commented on August 16, 2024

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```

from emqtt-bench.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.