This is a discussion on RE: [Snort-users] Libnet 1.0.2a with Libnet 1.1.x within the Snort forums, part of the System Security and Security Related category; Thanks, That got it to generate the Makefile properly and it compiled. I will have to test to see if ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Thanks,
That got it to generate the Makefile properly and it compiled. I will have to test to see if Flexresp actually works next week. -----Original Message----- From: Dirk Geschke [mailto:Dirk@geschke-online.de]=20 Sent: Friday, May 21, 2004 4:59 PM To: Joshua Berry Cc: snort-users@lists.sourceforge.net Subject: Re: [Snort-users] Libnet 1.0.2a with Libnet 1.1.x Hi Joshua, > Has anyone been able to get Snort 2.1.x working on a system with both > of these libraries? I have to use Libnet 1.1.x for another > application so I have installed Libnet 1.0.2a to /usr/src/libnet. >=20 > =20 >=20 > I run ./configure -enable-flexresp > -with-libnet-includes=3D/usr/src/libnet/include > -with-libnet-libraries=3D/usr/src/libnet/lib the problem may be a dynamic library in contrast to a static one. Try to set the environment variable LD_LIBRARY_PATH to point first to the 1.0.2a library and then retry configure again. Or at least if both libraries are in the same directory you should try LD_PRELOAD. Best regards Dirk ------------------------------------------------------- This SF.Net email is sponsored by: Oracle 10g Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click _______________________________________________ Snort-users mailing list Snort-users@lists.sourceforge.net Go to this URL to change user options or unsubscribe: https://lists.sourceforge.net/lists/...fo/snort-users Snort-users list archive: http://www.geocrawler.com/redir-sf.p...st=snort-users |