我试图在Ubuntu18.04上安装OpenBTS-UMTS。我跑得很成功
./autogen.sh和
./configure然后
make失败,并出现以下错误
Makefile:501: recipe for target 'CLI.lo' failed
make[2]: *** [CLI.lo] Error 1
make[2]: Leaving directory '/home/foo/Downloads/OpenBTS-UMTS/CLI'
Makefile:550: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/foo/Downloads/OpenBTS-UMTS'
Makefile:481: recipe for target 'all' failed
make: *** [all] Error 2怎么解决?感谢谁会尽力帮助你。
相同版本的OpenBTS-UMTS在Ubuntu 16.04上编译并成功安装
发布于 2019-04-24 08:32:08
https://askubuntu.com/questions/1107923
复制相似问题