This is a discussion on Re: [Snort-users] snort 2.1.1 on Solaris 8 is WORKING now. within the Snort forums, part of the System Security and Security Related category; Dirk, Thank your for your valuable tip below, it works! then, I use export commend: #export LD_LIBRARY_PATH=/usr/local/lib #...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Dirk,
Thank your for your valuable tip below, it works! then, I use export commend: #export LD_LIBRARY_PATH=/usr/local/lib #snort - V snort 2.1.1 is working now on Solaris 8. Thanks again. Snorty. --- Dirk Geschke <Dirk@geschke-online.de> wrote: > Hi Snorty, > > > Since last time I failed - same of everything, I > > havent tried, and havent seen any message about > why > > we can't do it. > > > > Please, anyone, if you know why we can not upgrade > to > > 2.1.1 from 2.0.6 snort on Solaris 8, do let us > know, > > even some intelligent guessing would help. > > the error messges explains it at all: > > > > #/snort/snort-2.1.1# snort -V > > > ld.so.1: snort: fatal: libpcre.so.0: open > failed: No > > > such file or directory > > > Killed > > > Can you share some idea where might have gone > wrong > > > please? > > > I have libpcre.so.0 under /usr/local/lib, and > > > /usr/local/bin, could it be a version issue? > > The dynmic linker does not find the needed library. > On Solaris the /usr/local/lib path is not searched > for dynamic libraries by default. > > Use either the linker flag -R:/usr/local/lib > or set the LD_LIBRARY_PATH to /usr/local/lib and > restart snort again. You can set this variable also > on the command line: > > LD_LIBRARY_PATH=/usr/local/lib snort -V > > or you can use LD_PRELOAD to preload the needed > library. > > Best regards > > Dirk > > > ------------------------------------------------------- > This SF.Net email is sponsored by Sleepycat Software > Learn developer strategies Cisco, Motorola, Ericsson > & Lucent use to > deliver higher performing products faster, at low > TCO. > http://www.sleepycat.com/telcomwpreg...rom=osdnemail3 > _______________________________________________ > 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 __________________________________ Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! HotJobs http://hotjobs.sweepstakes.yahoo.com/careermakeover ------------------------------------------------------- This SF.Net email is sponsored by Sleepycat Software Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver higher performing products faster, at low TCO. http://www.sleepycat.com/telcomwpreg...rom=osdnemail3 _______________________________________________ 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 |