我正在尝试从源代码安装 LiquidSoap,因为我需要 AAC+ 支持(fdk-aac)。我用 Ubuntu 18.04、Debian 9 和 CentOS 7.5 进行了测试,都给出了相同的错误。
在 ./configure 之后(运行正常),当我运行“make”时:
File "tools/rqueue.ml", line 1:
Error: Could not find the .cmi file for interface tools/rqueue.mli.
../Makefile.rules:192: recipe for target 'tools/rqueue.cmx' failed
make[3]: *** [tools/rqueue.cmx] Error 2
make[3]: Leaving directory '/root/liquidsoap/liquidsoap/src'
../Makefile.rules:67: recipe for target 'all-auto-ocaml-prog' failed
make[2]: *** [all-auto-ocaml-prog] Error 2
make[2]: Leaving directory '/root/liquidsoap/liquidsoap/src'
Makefile.rules:27: recipe for target 'all-subdirs' failed
make[1]: *** [all-subdirs] Error 2
make[1]: Leaving directory '/root/liquidsoap/liquidsoap'
Makefile:11: recipe for target 'all' failed
make: *** [all] Error 1
我被困在这里。我尽了一切可能,安装了所有库(apt-get)和 ocaml 包。我确信什么都没有。我能做些什么?谢谢你。