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
After executing ./bootstrap I generated the file configure, but when I executed it I got an error on the line 5132.
When I checked the code I found an error sintax on line 5131, cause there was an empty '' and a ')' was missing on the first case.
After I fixed that I got another error on the 6031 line. It was an extra at the end of the code ')'.
After If fixed those errors it went all good.
The text was updated successfully, but these errors were encountered:
I've tried to manually correct the code generated, but that didn't solve
the issue since it didn't generate all the files needed to run snort, so I
finally move to ubuntu server where it seemed to install just fine
El jue, 18 ene 2024 a las 2:54, markbara-git ***@***.***>)
escribió:
Expects
Details
After executing ./bootstrap I generated the file configure, but when I executed it I got an error on the line 5132.
When I checked the code I found an error sintax on line 5131, cause there was an empty '' and a ')' was missing on the first case.
After I fixed that I got another error on the 6031 line. It was an extra at the end of the code ')'.
After If fixed those errors it went all good.
The text was updated successfully, but these errors were encountered: