cd /opt
ls
wget http://www.erlang.org/download/otp_src_17.5.tar.gz
tar zvxf otp_src_17.5.tar.gz
cd otp_src_17.5
yum install unixODBC-devel
./otp_build autoconf (安装最新版:opt_22需要加这行)
./configure --prefix=/opt/erlang --without-javac
make
make install
vi /etc/profile
export PATH=$PATH:/opt/erlang/bin
source /etc/profile(使修改生效)
erl
如果
出现错误大致为: No curses library functions found
5. 需要安装ncurses : yum install ncurses-devel
5. 需要安装ncurses : yum install ncurses-devel
6.安装好 ncurses后继续 ./config --prefix=/opt/erlang --without-javac
最后更新于 2019年6月3日
相关博文
centos 安装编译erlang