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; Hi Joshua, > Has anyone been able to get Snort 2.1.x working on a system with both > ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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 =96enable-flexresp > =96with-libnet-includes=3D/usr/src/libnet/include > =96with-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 |