Hi Seth,
I’m trying to get Bro to compile with the libpcap shared object initially installed with CentOS or from the development package:
/usr/lib64/libpcap.so.1
/usr/local/lib/libpcap.so.1
Hi Seth,
I’m trying to get Bro to compile with the libpcap shared object initially installed with CentOS or from the development package:
/usr/lib64/libpcap.so.1
/usr/local/lib/libpcap.so.1
What package did /usr/local/lib/libpcap.so.1 come from? CentOS shouldn't install the "normal" libpcap library there.
.Seth
Hi Seth,
Apologies for the delay. It came from a PF_RING source package.
/usr/lib64/libpcap.so.1
/usr/lib64/libpcap.so.1.5.3
/usr/local/lib/libpcap.so.1
/usr/local/lib/libpcap.so.1.7.4
~/PF_RING/userland/libpcap-1.7.4/libpcap.so.1.7.4
I was able to resolve the issue by uninstalling the package and deleting the shared object.
Thanks,