You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am using --with-submit-nebula in ./configure command "./configure --with-efence --with-stream-mon=pcap --with-submit-nebula" and it is showing errors like:
checking for pcap_datalink in -lpcap... yes
checking nebula.h usability... yes
checking nebula.h presence... yes
checking for nebula.h... yes
checking for nebula_new in -lnebula... no
Error - nebula library not found. Install it or use the following options:
--with-nebula-libraries=[location of nebula shared library files]
I've configured nebula and there are no shared library files, just executable files.
The text was updated successfully, but these errors were encountered:
i am using --with-submit-nebula in ./configure command "./configure --with-efence --with-stream-mon=pcap --with-submit-nebula" and it is showing errors like:
checking for pcap_datalink in -lpcap... yes
checking nebula.h usability... yes
checking nebula.h presence... yes
checking for nebula.h... yes
checking for nebula_new in -lnebula... no
Error - nebula library not found. Install it or use the following options:
--with-nebula-libraries=[location of nebula shared library files]
I've configured nebula and there are no shared library files, just executable files.
The text was updated successfully, but these errors were encountered: