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
Looks like your Snort installation is missing the daq_user.h header. It should be in $INSTALL_PREFIX/include/snort/daq after you build and install Snort.
I keep getting the following error. Any help appreciated.
[ 34%] Built target cd_eapol
[ 34%] Built target cd_linux_sll
[ 34%] Built target cd_null
[ 34%] Built target cd_pflog
[ 34%] Built target cd_pbb
[ 34%] Built target cd_ppp
[ 34%] Built target cd_slip
[ 34%] Built target cd_token_ring
[ 34%] Built target cd_wlan
[ 34%] Building C object src/daqs/daq_socket/CMakeFiles/daq_socket.dir/daq_socket.c.o
/home/ubuntu/snort_src/snort3_extra/src/daqs/daq_socket/daq_socket.c:38:10: fatal error: daq/daq_user.h: No such file or directory
38 | #include <daq/daq_user.h>
| ^~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [src/daqs/daq_socket/CMakeFiles/daq_socket.dir/build.make:82: src/daqs/daq_socket/CMakeFiles/daq_socket.dir/daq_socket.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1067: src/daqs/daq_socket/CMakeFiles/daq_socket.dir/all] Error 2
make: *** [Makefile:171: all] Error 2
The text was updated successfully, but these errors were encountered: