繁体   English   中英

将共享库与静态链接不可移植

[英]linking shared library against static is not portable

我正在尝试构建和编译ntop ..我在这里遇到问题。

sudo ./configure工作正常。

当我去sudo make ,出现以下错误。

*** Warning: Linking the shared library libntop.la against the
*** static library ./nDPI/src/lib/.libs/libndpi.a is not portable!

gcc: error: ./nDPI/src/lib/.libs/libndpi.a: No such file or directory
make[2]: *** [libntop.la] Error 1
make[2]: Leaving directory `/home/ubuntu/ntop-5.0.1'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ubuntu/ntop-5.0.1'
make: *** [all] Error 2

我已经在很多论坛上用Google搜索了。.但是我没有得到任何答案。

在Debian和Ubuntu中,安装MySQL解决了该错误!

aptitude install mysql-server

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM