LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 06-10-2005, 10:27 AM   #1
Atrocity
Member
 
Registered: Nov 2002
Location: Hell
Distribution: FreeBSD, Slackware
Posts: 308

Rep: Reputation: 30
Snort Make deinstall


How would I go about uninstalling Snort??? I tried a make deinstall but that didnt work, just gave me an error
 
Old 06-10-2005, 10:34 AM   #2
bird603568
Member
 
Registered: Aug 2004
Distribution: Slackware current
Posts: 250

Rep: Reputation: 30
did you compile it (./configure && make && make install) or install the package ( snort-whatever.tgz)? if you installed the package do this: as root removepkg _packagename_ if you compiled it you probably learned you lesson like i did. when you compile use checkinstall or some package maker. It make removal really easy.
 
Old 06-10-2005, 10:52 AM   #3
Atrocity
Member
 
Registered: Nov 2002
Location: Hell
Distribution: FreeBSD, Slackware
Posts: 308

Original Poster
Rep: Reputation: 30
yea i did the ./configure make makeinstall, so how would I get rid of that? in bsd I always just did a make deinstall
 
Old 06-10-2005, 10:59 AM   #4
perfect_circle
Senior Member
 
Registered: Oct 2004
Location: Athens, Greece
Distribution: Slackware, arch
Posts: 1,783

Rep: Reputation: 53
try:
Code:
make uninstall
But better try to learn how to pack your programs. It's really easy.
Read those HOW-TOs:
http://www.linuxpackages.net/howto.p...=Package+Howto
http://www.linuxpackages.net/howto.p...erfect+Package
 
Old 06-10-2005, 11:18 AM   #5
Atrocity
Member
 
Registered: Nov 2002
Location: Hell
Distribution: FreeBSD, Slackware
Posts: 308

Original Poster
Rep: Reputation: 30
seemed to run fine but I can still run snort after the uninstall
 
Old 06-10-2005, 11:46 AM   #6
perfect_circle
Senior Member
 
Registered: Oct 2004
Location: Athens, Greece
Distribution: Slackware, arch
Posts: 1,783

Rep: Reputation: 53
if you simply did a ./configure && make && make install

snort will create just 2 files:
/usr/local/bin/snort
/usr/local/man/man8/snort.8

remove them manually and next time pack it.
Anyway the installation is not complete since you haven't copied the rules, the configuration files, etc.
So you cannot use it as an IDS but only as a packet sniffer. If you wan't scripts to make a snort package for slackware let me know. I've dedicated more than 2 month for snort and base this year.
 
Old 06-10-2005, 12:16 PM   #7
Atrocity
Member
 
Registered: Nov 2002
Location: Hell
Distribution: FreeBSD, Slackware
Posts: 308

Original Poster
Rep: Reputation: 30
Yea I could definatly use those scripts, thats what I am trying to do, get it running with mysql then ultimatly get it running with base
 
Old 06-10-2005, 12:51 PM   #8
perfect_circle
Senior Member
 
Registered: Oct 2004
Location: Athens, Greece
Distribution: Slackware, arch
Posts: 1,783

Rep: Reputation: 53
I've made a guide on how to install snort and base on a slackware 10.1
To bad it's in Greek. Didn't have the chance to translate it. Maybe I'll have the time this summer.

The snort scripts are for 2.3.2. The current version is 2.3.3 but they should work, as long as you change the version number in snort.Slackbuild. No major changes have been introduced in 2.3.3. The big step will be snort 2.4 since they'll include prelude IDS, another open source IDS (a hybrid one not a NIDS like snort).

Send me a mail and I'll mail them to you.
 
Old 06-10-2005, 01:49 PM   #9
Atrocity
Member
 
Registered: Nov 2002
Location: Hell
Distribution: FreeBSD, Slackware
Posts: 308

Original Poster
Rep: Reputation: 30
haha would Google Translate tool work???


Sent you an email, thanks for the help
 
Old 06-10-2005, 02:46 PM   #10
perfect_circle
Senior Member
 
Registered: Oct 2004
Location: Athens, Greece
Distribution: Slackware, arch
Posts: 1,783

Rep: Reputation: 53
Quote:
Originally posted by Atrocity
haha would Google Translate tool work???


Sent you an email, thanks for the help
Well I thought of this but Greek is a complicated language a lot more complicated than English and according to my experience all the auto translation utilities screw things up. But I've heard good words about the Google Translation tool (I thought it was under development and would use the official UN translated documents to match the words/sentences). SO i'll send it to you.
 
Old 06-10-2005, 02:59 PM   #11
perfect_circle
Senior Member
 
Registered: Oct 2004
Location: Athens, Greece
Distribution: Slackware, arch
Posts: 1,783

Rep: Reputation: 53
As far as I see there is no Greek to English translate tool in google.
 
Old 06-13-2005, 10:15 AM   #12
Atrocity
Member
 
Registered: Nov 2002
Location: Hell
Distribution: FreeBSD, Slackware
Posts: 308

Original Poster
Rep: Reputation: 30
I translated your document from greek to english with babelFish Altivista. Most of it tranlsated ok I think, except for some words which end up just a string of letters. But I think it is readable to use, I didnt get a chance to read all the way through it yet but I am going to do that today and see how well the translator worked.

Thanks for the files
 
Old 06-13-2005, 01:49 PM   #13
perfect_circle
Senior Member
 
Registered: Oct 2004
Location: Athens, Greece
Distribution: Slackware, arch
Posts: 1,783

Rep: Reputation: 53
Quote:
Originally posted by Atrocity
I translated your document from greek to english with babelFish Altivista. Most of it tranlsated ok I think, except for some words which end up just a string of letters. But I think it is readable to use, I didnt get a chance to read all the way through it yet but I am going to do that today and see how well the translator worked.

Thanks for the files
I think the instructions I sent with the files are fine to compile and pack snort and make it run with mysql. SO, there 's no need to try the document. If things get well, I can send you a second part of instructions for base.

P.S. Since this is a public forum, I don't know if it's right to keep on posting for something that many users can't follow. We can keep on doing this through e-mail.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Error when starting up snort: bash:!/bin/sh/usr/local/bin/snort :Eent not found cynthia_thomas Linux - Software 1 11-11-2005 02:59 PM
firefox installed on suse92, now how to find, make icon, execute, deinstall? learnfast Linux - Newbie 6 04-07-2005 07:48 PM
Running 'make deinstall' question satimis *BSD 7 06-07-2004 07:33 AM
Howto deinstall tar.gz after an make install cyberbull Linux - Newbie 3 02-03-2004 11:46 AM
Prob's with Deinstall+Reinstall WinE + Screenprobs LadyMakoChan Linux - Newbie 0 07-24-2003 07:23 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 11:04 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration