在Ubuntu Trusty VM上,我安装了来自Real World Ocaml设置文档推荐的ppa的opam(版本1.2.0)。
运行时
opam install lwt
构建失败,并检查.out文件显示:
testing for pthread: ........................... unavailable
not checking for glib
The following recquired C libraries are missing: pthread.
我安装了Ubuntu软件包libpthread-stubs0-dev。我需要安装什么才能让安装成功?
答案 0 :(得分:1)
根据https://github.com/realworldocaml/book/wiki/Installation-Instructions:
14.04 [Trusty]附带最新版本的ocaml和opam。不需要PPA。
这些说明适用于Trusty VM。
另外,请确保安装了 aspcud 软件包。否则,opam经常会选择错误的软件包版本,在这种情况下我曾经看过这个错误。