This is a discussion on RE: [Snort-users] Help please: libpcre.so.0: cannot open shared... within the Snort forums, part of the System Security and Security Related category; --EXCITEBOUNDARY_000__249520ff8abc27fdd440cd4c08eb28 86 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hey Gustavo,This may be ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
--EXCITEBOUNDARY_000__249520ff8abc27fdd440cd4c08eb28 86 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hey Gustavo,This may be a wild shot in the dark, but what is your environment variable $LD_LIBRARY_PATH set to? You can check by doing this: echo $LD_LIBRARY_PATH If this comes up blank, or if the path to your libpcre.so.0 isn't there, you may need to add the path to your libpcre.so.0 library to that variable. For example: If your libpcre.so.0 resides in /usr/local/lib, you will need to add /usr/local/lib to that variable by doing thisin sh/bash/ksh:LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATHexport LD_LIBRARY_PATHand in csh/tcsh (my syntax may be wrong); set LD_LIBRARY_PATH /usr/local/lib:$LD_LIBRARY_PATH If none of this is the case, make sure that permissions are ok, and make sure that if libpcre.so.0 is a symlink, that the file it is linked to exists as well. HTH, Dave--- On Fri 06/04, Gustavo Gomes < gustavo@auge.com.br > wrote:From: Gustavo Gomes [mailto: gustavo@auge.com.br]To: snort-users@lists.sourceforge.netDate: Fri, 4 Jun 2004 14:28:10 -0300Subject: [ Snort-users] Help please: libpcre.so.0: cannot open shared... Hello people, I´ve just finished to install snort in a PC and I got an error when I tryed to start snort: "/etc/init.d/snort start Starting Intrusion Database System: SNORT/usr/local/bin/snort: error while loading shared libraries: libpcre.so.0: cannot open shared object file: No such file or directory " Can anyone help me to fix this error? I´ve scanned the google and archive list of users and development in snort.org but I´ve not found nothing! _______________________________________________ Join Excite! - http://www.excite.com The most personalized portal on the Web! --EXCITEBOUNDARY_000__249520ff8abc27fdd440cd4c08eb28 86 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: 7bit <table cellpadding=3 cellspacing=0 border=0 width=100% bgcolor=white><tr valign=top><td width=100%><font size=2 color=black>Hey Gustavo,<BR><br>This may be a wild shot in the dark, but what is your environment variable $LD_LIBRARY_PATH set to?<br> <br>You can check by doing this: echo $LD_LIBRARY_PATH<br> <br>If this comes up blank, or if the path to your libpcre.so.0 isn't there, you may need to add the path to your libpcre.so.0 library to that variable.<br> <br>For example: If your libpcre.so.0 resides in /usr/local/lib, you will need to add /usr/local/lib to that variable by doing this<br>in sh/bash/ksh:<br>LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH<br>export LD_LIBRARY_PATH<BR><BR>and in csh/tcsh (my syntax may be wrong);<br> <br>set LD_LIBRARY_PATH /usr/local/lib:$LD_LIBRARY_PATH<BR><br> <br>If none of this is the case, make sure that permissions are ok, and make sure that if libpcre.so.0 is a symlink, that the file it is linked to exists as well.<br> <br> <br> < br>HTH,<br> <br>Dave<BR><BR>--- On Fri 06/04, Gustavo Gomes < gustavo@auge.com.br > wrote:<BR><br><BLOCKQUOTE style="PADDING-LEFT: 7px; MARGIN-LEFT: 7px; BORDER-LEFT: orange 2px solid"><B>From: </B>Gustavo Gomes [mailto: gustavo@auge.com.br]<BR><B>To: </B>snort-users@lists.sourceforge.net<BR><B>Date: </B>Fri, 4 Jun 2004 14:28:10 -0300<BR><B>Subject: </B>[Snort-users] Help please: libpcre.so.0: cannot open shared...<BR><BR> <META content="MSHTML 6.00.2800.1400" name=GENERATOR> <STYLE></STYLE> <FONT face=Arial size=2>Hello people,</FONT><br><FONT face=Arial size=2></FONT> <br><FONT face=Arial size=2>I´ve just finished to install snort in a PC and I got an error when I tryed to start snort:</FONT><br><FONT face=Arial size=2></FONT> <br><FONT face=Arial size=2>"</FONT><br><FONT face=Arial size=2>/etc/init.d/snort start Starting Intrusion Database System: SNORT<BR>/usr/local/bin/snort: error while loading shared libraries: libpcre.so.0: cannot open shared object file: No such file or directory</FONT><br><FONT face=Arial size=2></FONT> <br><FONT face=Arial size=2>"</FONT><br><FONT face=Arial size=2></FONT> <br><FONT face=Arial size=2>Can anyone help me to fix this error? I´ve scanned the google and archive list of users and development in snort.org but I´ve not found nothing!</FONT><br><P></P></BLOCKQUOTE></font></td></tr></table><p><hr><font size=2 face=geneva><b>Join Excite ! - <a href=http://www.excite.com target=_blank>http://www.excite.com</a></b><br>The most personalized portal on the Web!</font> --EXCITEBOUNDARY_000__249520ff8abc27fdd440cd4c08eb28 86-- ------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X. From Windows to Linux, servers to mobile, InstallShield X is the one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 _______________________________________________ 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 |