安装Erlang / OTP的问题 [英] problems installing Erlang/OTP

查看:182
本文介绍了安装Erlang / OTP的问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图安装Erlang / OTP,按照
http ://www.erlang.org/doc/installation_guide/INSTALL.html
我在构建Erlang / OTP版本时遇到问题。
当我运行 make 时,我得到:

I'm trying to install Erlang/OTP following the documentation at http://www.erlang.org/doc/installation_guide/INSTALL.html. I'm having problems building the Erlang/OTP release. When I run make, I get:

Makefile:247: /home/otp_src_17.0/make/i686-pc-linux-gnu/otp_ded.mk: No such file or directory
make: *** No rule to make target `/home/amiro/otp_src_17.0/make/i686-pc-linux-gnu/otp_ded.mk'.  Stop.

有没有人在这里遇到这种问题?

Has anyone here encountered this kind of problem?

推荐答案

从零开始构建Erlang软件包时发生错误。
为什么不尝试使用 apt-get 安装Erlang? Ubuntu存储库已经有最近的Erlang软件包。

That error occurred while building the Erlang package from scratch. Why don't you try to install Erlang using apt-get? The Ubuntu repositories already have the recent Erlang packages.

只需在终端上键入并执行以下命令:

Just type and execute the following command on a terminal:

sudo apt-get install erlang erlang-doc

参考: https://askubuntu.com/questions/190612/how-to- install-erlang-in-ubuntu-12-04

这篇关于安装Erlang / OTP的问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆