Actions
Bug #835
closedUnix Socket not working as expected
Affected Versions:
Effort:
Difficulty:
Label:
Description
As per instructions -
https://redmine.openinfosecfoundation.org/projects/suricata/wiki/Interacting_via_Unix_Socket
and using "--enable-unix-socket" in the configure line
there is a failure to start Unix socket on Suricata 1.4.1/1.4.2/1.4.3 releases :
root@ubuntu64LTS:/var/log/suricata# suricatasc Traceback (most recent call last): File "/usr/bin/suricatasc", line 19, in <module> from suricatasc import * ImportError: No module named suricatasc
The issue is not present on 1.4 , but there we do not need to specify "--enable-unix-socket"
during build time. It gets automatically detected if the required dependency packages are in place.
Thank you
Actions