DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16542>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16542 build.sh problems on Linux Summary: build.sh problems on Linux Product: JMeter Version: 1.8 Platform: PC OS/Version: Linux Status: NEW Severity: Normal Priority: Other Component: Main AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The build.sh file in the jmeter 1.8 release tgz is not executable. You should chmod to 655. Another more severe problem is, that you may have edited the file using Windows, because all lines end with CR LF. bash can not read this. Since the first line in the shell script #!/bin/sh has a CR before the LF you get: boris@titan jakarta-jmeter$ ./build.sh : bad interpreter: Datei oder Verzeichnis nicht gefunden You have to strip all CRs out of the file to make it work again. Please fix this in the next release. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
