当前位置: 技术问答>linux和unix
error while loading shared libraries: libntopreport-3.4-pre2.so:cannot open 。。
来源: 互联网 发布时间:2016-12-25
本文导语: ntop -u root启动的时候出现下面错误 ntop: error while loading shared libraries: libntopreport-3.4-pre2.so: cannot open shared object file: No such file or directory # whereis libntopreport-3.4-pre2.so libntopreport-3.4-pre2: /usr/local/lib/libntopreport...
ntop -u root启动的时候出现下面错误
ntop: error while loading shared libraries: libntopreport-3.4-pre2.so: cannot open shared object file: No such file or directory
# whereis libntopreport-3.4-pre2.so
libntopreport-3.4-pre2: /usr/local/lib/libntopreport-3.4-pre2.so
/etc/ld.so.conf.d# vim libc.conf
打开这配置文件
1 # libc default configuration
2 /usr/local/lib
ntop是自己make编译的
应该怎么改???3q
ntop: error while loading shared libraries: libntopreport-3.4-pre2.so: cannot open shared object file: No such file or directory
# whereis libntopreport-3.4-pre2.so
libntopreport-3.4-pre2: /usr/local/lib/libntopreport-3.4-pre2.so
/etc/ld.so.conf.d# vim libc.conf
打开这配置文件
1 # libc default configuration
2 /usr/local/lib
ntop是自己make编译的
应该怎么改???3q
|
export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
试试看.
如果还不行,可能是你编译的软件的加载目录被限定在某个特定目录了.
看看configure.
试试看.
如果还不行,可能是你编译的软件的加载目录被限定在某个特定目录了.
看看configure.
|
ldd ntop
看看
看看