我正在尝试在Linux(Ubuntu)上安装GODI。它是ocaml语言的库管理工具。我之前实际安装了这个 - 但是前一段时间 - 没有任何问题 - 我记得 - 但是这次我无法弄清楚我错过了什么。
$ ./bootstrap --prefix /home/nlucaroni/godi
$ ./bootstrap_stage2
.: 1: godi_confdir: not found
Error: Command fails with code 2: /bin/sh
Failure!
我已在路径中添加了正确的目录,它们显示为快速echo $path
,并且godi_confdir
报告为:
/home/nlucaroni/godi/etc
(...并且目录存在,存在godi.conf文件)。所以,我无法弄清楚为什么./bootstrap_stage2
无效。
答案 0 :(得分:2)
which godi_confdir
的输出是什么?
P.S。我记得有这个完全相同的问题,但我不记得我是如何修理的。
答案 1 :(得分:1)
这只是一个权限问题,在/tmp/
中启用GODI_BASEPKG_PCRE
之后运行godi.conf
正常运行的所有内容。我从我的主目录运行它,你在凌晨3点忘记了类似的简单事情。
-
其实我还有另外一个问题。安装conf-opengl-6
:
GODI无法找到GL/gl.h
文件,但我可以 - 您可以看到它是Checking the suggestion
。
> ===> Configuring for conf-opengl-6
> Checking the suggestion
> Include=/usr/include/GL/gl.h Library=/<GLU+GL>
> Checking /usr:
> Include=/usr/include/GL/gl.h Library=/usr/lib/<GLU+GL>
> Checking /usr:
> Include=/usr/local/include/GL/gl.h Library=/usr/local/lib/<GLU+GL>
> Checking /usr/local:
> Include=/usr/local/include/GL/gl.h Library=/usr/local/lib/<GLU+GL>
> Exception: Failure "Cannot find library".
> Error: Exec error: File /home/nlucaroni/godi/build/conf/conf-opengl/./../../mk/bsd.pkg.mk, line 1022: Command returned with non-zero exit code
> Error: Exec error: File /home/nlucaroni/godi/build/conf/conf-opengl/./../../mk/bsd.pkg.mk, line 1375: Command returned with non-zero exit code
### Error: Command fails with code 1: godi_console
编辑 - 好的,这也是固定的...只需要GLU,很奇怪,因为测试配置选项说一切都很好。