ubuntu - 安装 Erlang/OTP 时出现问题

标签 ubuntu erlang makefile erlang-otp

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

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.

这里有人遇到过这种问题吗?

最佳答案

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

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

sudo apt-get install erlang erlang-doc

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

关于ubuntu - 安装 Erlang/OTP 时出现问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24309802/

相关文章:

java - 在 ubuntu 10.04 上安装 openjdk-7-jre - 包 openjdk-7-jre 没有安装候选

linux - Amazon S3 HTTPS 无法在 Linux 上使用 Chrome 和 wget 加载

c++ - GNU make 忽略隐式规则

erlang - erlang 没有成熟的 yaml 库

erlang - 无需 root 权限即可安装 libssl-dev 和 libncurses5-dev

c++ - 在 Ubuntu 16.04 上编译 PCL 1.7,CMake 生成的 Makefile 中的错误

makefile - 将 gmake Makefile 转换为 make Makefile?

mysql - 如何编写并执行shell脚本创建mysql数据库和表

linux - 从命令行自动配置 Jupyter 密码

erlang - 通过以编程方式指定要修改的字段来修改 Erlang 中的记录