You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by bu...@apache.org on 2003/01/29 15:20:19 UTC

DO NOT REPLY [Bug 16542] New: - build.sh problems on Linux

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: jmeter-dev@jakarta.apache.org
        ReportedBy: boris@folgmann.de


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: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org