erlang安装
1 解压包
2 安装前配置
3 make && make install
4 做个软连接
5 最后结果
[img]http://dl2.iteye.com/upload/attachment/0106/5080/cdbd087a-9768-3d8b-995b-777a5686f958.png[/img]
安装过程中发现问题:
1 configure: error: No curses library functions found
解决:安装ncurses-devel
1 解压包
tar -zxvf otp_src_R16B03.tar.gz2 安装前配置
cd otp_src_R16B03/
./configure --prefix=/usr/local/erlang --without-javac
3 make && make install
4 做个软连接
ln -s /usr/local/erlang/bin/erl /usr/bin/erl5 最后结果
erl[img]http://dl2.iteye.com/upload/attachment/0106/5080/cdbd087a-9768-3d8b-995b-777a5686f958.png[/img]
安装过程中发现问题:
1 configure: error: No curses library functions found
解决:安装ncurses-devel
yum install -y ncurses-devel
本文提供了Erlang的详细安装步骤,包括解压文件、配置安装路径、编译及安装等过程。针对configure阶段出现的错误提示,给出了安装ncurses-devel的解决方案。
1604

被折叠的 条评论
为什么被折叠?



