You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2003/08/02 23:09:43 UTC

DO NOT REPLY [Bug 22085] - confiure/ runConfigure broken

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=22085>.
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=22085

confiure/ runConfigure broken





------- Additional Comments From bzeeb@zabbadoz.net  2003-08-02 21:09 -------
Correction:
     tr -d '\015' < runConfigure.xxx > runConfigure && \
                 ^^^ missing

AND
     do a chmod u+wx configure runConfigure
                ^^^^
                 at least have write permissions to user
                 (not other as written before) and if possible
                 also add execute bit (I know xerces-c did/does(?) not)