我正在尝试从源代码安装liquidsoap。在执行 ./configure 脚本时,我看到以下错误:
****** Configuring OCaml-cry
./configure --with-cry-dir=../ocaml-cry/src
configure: WARNING: unrecognized options: --with-cry-dir
configuring ocaml-cry 0.3.0
....
checking for ocamlfind... ocamlfind
checking for ocaml standard library path... /usr/lib/ocaml
checking for caml/threads.h... yes
checking for gcc option to produce PIC... -fPIC
checking for ocaml bytes module... configure: error: Not found.
我试图找到 OCaml 字节模块.. 但我不能,就像在谷歌的态度一样。我该如何解决这种依赖关系?