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=20177>. 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=20177 Configuration fails if the current path contains ':' Summary: Configuration fails if the current path contains ':' Product: Apache httpd-1.3 Version: 1.3.27 Platform: Sun OS/Version: Solaris Status: NEW Severity: Normal Priority: Other Component: Build AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] [374]$ tar xvpf apache_1.3.27.tar [375]$ mv apache_1.3.27 apache_1.3.27:usrlocal [376]$ cd apache_1.3.27:usrlocal [377]$ env CC=gcc ./configure -> Fails to compile "dummy.c". Truss-Output: [...] 13774: stat64("/home/bachlipp/pdsrc/apache_1.3.27/dummy", 0xFFBEF100) Err#2 ENOENT 13774: stat64("usrlocal/src/helpers/dummy", 0xFFBEF100) Err#2 ENOENT [...] This shows, that somehow the path is splitted at ':'. If I rename the path again and the new name does not contain ':', everything works fine. Maybe, however, this is not an Apache-specific problem, but related to GNU autoconf. Cheers, Philipp. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
