今天把snort 升到2.9.11後
要啟動時出現以下的錯誤
/usr/sbin/snort: error while loading shared libraries: libdnet.1: cannot open shared object file: No such file or directory
libdnet這個rpm明明就有裝
因為剛release 所以可能還沒有人升級
先找看看
在/user/lib64下有找到libdnet的相關檔案
而且全部都連結到 libdnet.so.1.0.1
ls -al|grep libdnet
lrwxrwxrwx 1 root root 16 Oct 12 08:41 libdnet.1 -> libdnet.so.1.0.1
lrwxrwxrwx 1 root root 16 Oct 12 08:31 libdnet.so -> libdnet.so.1.0.1
lrwxrwxrwx 1 root root 16 Dec 21 2015 libdnet.so.1 -> libdnet.so.1.0.1
-rwxr-xr-x 1 root root 62936 Jun 10 2014 libdnet.so.1.0.1
想說不然就來試看看
再建一個連結
ln -s libdnet.so.1.0.1 libdnet.1
醬就可以了
目前啟動正常
https://snort.org/
沒有留言:
張貼留言