From: Brian J. <te...@ja...> - 2004-07-07 16:18:12
|
>> Two questions, firstly how does one extract the binary from the mysql.gz >> file, my ususual efforts with tar did not work so I moved the file to >> Windows and did it Winzip? > >simply use gunzip on the file. It is not tar'ed. > >i.e. gunzip mysql.gz Thanks for that. I am now better educated > >> Secondly when I try to run the extracted ./snort_inline-2.1.3b-mysql file I >> get a segmentation fault. I have tried this on three Linux boxes one of >> which was a current snort sensor box using mysql(Fedora Core 1)? >> Any clues anyone? > >How are you running it? What is your snort_inline.conf? I am not even getting that far, it fails with the 'Segmentation fault' when I run snort_inline with no configuration file but just '-V'. My steps are:- 1) Download and check MD5 - All checks out Ok 2) gunzip the snort_inline-2.1.3b-mysql.gz file the resulting file size is 3410313 3) chmod the result to add execute capability 4) ./snort_inline-2.1.3b-mysql -V which gives the Segmentation fault. > >Rob regards, Brian |