Snort mailing list archives

Re: snort-1.9.0.tar.gz


From: Chris Keladis <Chris.Keladis () cmc optus net au>
Date: Wed, 18 Dec 2002 20:52:48 +1100

Erick Mechler wrote:

:: i'm trying to install snort-1.9.0 in a RedHat 7.2. :: I'm getting the following message when i run the configure script :: :: "bash: ./configure : bad interpreter : No such file or directory"

The configure script should be looking for the /bin/sh shell as its
interpreter.  If /bin/sh doesn't exist then you'll get this error.  Check
that whatever comes after the #! on the first line of configure is actually
there.

Also, if the file has been edited on a Windows machine it can sometimes tack ^V^M characters on the end of each line, so #!/bin/sh becomes #!/bin/sh^V^M and as the ctrl-v/ctrl-m characters are special, and hidden by default on most editors, it can create a really hard to find problem.

The symptoms are it cant find the interpreter, even though to the naked eye, it seems correct.

Removing ctrl-v/ctrl-m characters is a simple regex, or alternatively look to google for the regex.




Regards,

Chris.



-------------------------------------------------------
This SF.NET email is sponsored by: Order your Holiday Geek Presents Now!
Green Lasers, Hip Geek T-Shirts, Remote Control Tanks, Caffeinated Soap,
MP3 Players,  XBox Games,  Flying Saucers,  WebCams,  Smart Putty.
T H I N K G E E K . C O M       http://www.thinkgeek.com/sf/
_______________________________________________
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


Current thread: