Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | Re: [Snort-users] Compile snort with inline option (libnet 1.0.x is obsolete) |
|---|---|
| Date: | Sun, 16 Sep 2007 14:54:13 +0200 |
On Sat, Sep 15, 2007 at 09:47:30PM -0700, carlopmart wrote:
I am trying to compile snort 2.7 with inline option without luck on a CentOS 5 server. Problem is libnet 1.0.x library which is an obsolete library and out of support like orginal website says: http://www.packetfactory.net/libnet/. Is not possible to compile inline option using libnet 1.1.x??? Thanks to all.
Hello, 1.0 and 1.1 are indeed incompatible. But you can install both library versions parallel without interferring with other programs that depend on version 1.1: tar -xvzf libnet-1.0.2a.tar.gz cd Libnet-1.0.2a/ mkdir /usr/local/Libnet-1.0.2a ./configure --prefix=/usr/local/Libnet-1.0.2a make -s make test make -w install Do NOT add /usr/local/Libnet-1.0.2a to any ld.so.conf file. Compile snort_inline as follows: ./configure --with-libnet-includes=/usr/local/Libnet-1.0.2a/include --with-libnet-libraries=/usr/local/Libnet-1.0.2a/lib --enable-flexresp --enable-inline or maybe your system requires the following: CPPFLAGS="-DLIBNET_LIL_ENDIAN" ./configure --with-libnet-includes=/usr/local/Libnet-1.0.2a/include --with-libnet-libraries=/usr/local/Libnet-1.0.2a/lib--enable-flexresp --enable-inline and so on. Bye, bye, Juergen ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Snort-users mailing list Snort-users@lists.sourceforge.net Go to this URL to change user options or unsubscribe: https://lists.sourceforge.net/lists/listinfo/snort-users Snort-users list archive: http://www.geocrawler.com/redir-sf.php3?list=snort-users
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [Snort-users] catching some alerts, but NOT consistent, Casiano, Jason (Sys Admin) |
|---|---|
| Next by Date: | Re: [Snort-users] catching some alerts, but NOT consistent, Jason Brvenik |
| Previous by Thread: | Re: [Snort-users] Compile snort with inline option (libnet 1.0.x is obsolete), Tedi Heriyanto |
| Next by Thread: | [Snort-users] Snort 2.8 RC1 Now Available, Snort Releases |
| Indexes: | [Date] [Thread] [Top] [All Lists] |