Error in installation of Snort 2.97.0


 
Thread Tools Search this Thread
Homework and Emergencies Homework & Coursework Questions Error in installation of Snort 2.97.0
# 1  
Old 11-14-2014
RedHat Error in installation of Snort 2.97.0

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted!

1. The problem statement, all variables and given/known data:
My system is Redhat 5.6. I want to install snort in my system which requires following dependencies.
1. Libpcap 1.0.0
2. Libdnet 1.12
3. daq 2.0.4
And then finally we can install the snort.
The problem is that when I install libpcap 1.0.0, it gets installed properly but after that when I install daq , it says that libpcap 1.0.0 not found or missing.
I checked rpm -qa | grep libpcap , it gives me that
libpcap-devel-0.9.4-15.el5
libpcap-0.9.4-15.el5
are installed.
I dont know why I am unable to upgrade it to 1.0.0.
And if you have any other idea so that I can install snort on my rhel 5.6.
Please help me.



2. Relevant commands, code, scripts, algorithms:



3. The attempts at a solution (include all code and scripts):
I have tried solving with various versions of libpcap but still problem remains same.


4. Complete Name of School (University), City (State), Country, Name of Professor, and Course Number (Link to Course):
University of Texas at Arlington, Arlington , USA , Dr. Wright, 5308

Note: Without school/professor/course information, you will be banned if you post here! You must complete the entire template (not just parts of it).
# 2  
Old 11-14-2014
Quote:
Originally Posted by Ankur Goyal
The problem is that when I install libpcap 1.0.0
Which command did you run exactly Smilie
# 3  
Old 11-14-2014
Hi, This error was while installing DAQ...
I just run ./configure in the DAQ directory.
# 4  
Old 11-14-2014
Building and installing libpcap by hand does not inform your package manager of it. (Installing it by hand also probably installed it into nonstandard locations which your package manager, or ./configure, would not search for libraries inside). You should undo all the changes you made and install an appropriate RPM for your system instead.

Otherwise, you will be forced to build everything by hand, and keep doing so, when you need upgrades for those packages and anything depending on them.
# 5  
Old 11-14-2014
Thanks a lot. Let me try this.
# 6  
Old 11-17-2014
Hi I think I have configure the snort properly. Now the problem is when I log on with root everything works fine, but if I log on with other user account , it gives the following error.
ERROR: Can't start DAQ (-1) - socket: Operation not permitted!
Fatal Error, Quitting..
I am not getting how to resolve this.
I have created one group called 'snort' and added the user to that group.
Please guide me.
# 7  
Old 11-18-2014
It inevitably requires administrator access to snoop on your system in that way. You could use sudo instead of logging into a different account.
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Snort 2.9.14 hangs once started

I've been trying to get Snort running on my lab network, but haven't been having much luck. I installed Snort 2.9.14 on both Windows 10 & Ubuntu 18.04 (Running in VirtualBox 5.2.22). I seems to have the snort.conf file set up correctly in both environments, because when I test snort in either... (1 Reply)
Discussion started by: bodisha
1 Replies

2. Solaris

Solaris 10 flash installation - fatal error. Solaris installation program exited.

Not very helpful to say the least. Seems to read the flar file and go through the upgrade and then come up with this error. Any ideas? (1 Reply)
Discussion started by: psychocandy
1 Replies

3. Cybersecurity

Snort HTTPS

Is it possible to rule out in alert all HTTPS traffic or rule out all the HTTPS trafic from the alerts on snort ? (3 Replies)
Discussion started by: drd0spt
3 Replies

4. Cybersecurity

Snort/NTOP Placement

I have been asked to place 2 (1 NTOP & 1 SNORT) boxes within our network as part of our tool kit for network monitoring and Intrusion detection. Out network is very simplistic and it layed out like this: internet | | Cisco 1811 Router (8x Layer 2 switch ports) ... (0 Replies)
Discussion started by: metallica1973
0 Replies

5. Linux

snort port no

Hi, can anybody know snort port no in linux, (1 Reply)
Discussion started by: manoj.solaris
1 Replies

6. BSD

Snort on openbsd

Im trying to gather some info to set up snort on openbsd 3.2, has anyone out there managed to get it up and running ? My initial attempts seem to be quite below par (4 Replies)
Discussion started by: malcontent
4 Replies

7. UNIX for Advanced & Expert Users

snort installation on freebsd issues

i'm following the, "How to setup and secure Snort, MySQL and Acid on FreeBSD 4.6 Release" off of the snort.org website. in the documentation it says snort should be installed through the following: ----- make -DWITH_MYSQL -DWITH_FLEXRESP ; make install ----- later it says to do the... (13 Replies)
Discussion started by: xyyz
13 Replies
Login or Register to Ask a Question