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=23167>. 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=23167 --enable-layout never goes to apr apr-util Summary: --enable-layout never goes to apr apr-util Product: Apache httpd-2.0 Version: 2.0.47 Platform: Other OS/Version: Linux Status: NEW Severity: Critical Priority: Other Component: Build AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] At first I thought it was an issue with the config.layout files I created. But after hours of playing around I have finally figured it out. I had created my own layout files with the name LFS. So I added --enable- layout=LFS to the configure script. When I got to a certain point it would drop out and give me an error. configuring package in srclib/apr now Configuring APR library Platform: i686-pc-linux-gnu APR Version: 0.9.4 ** Error: unable to find layout apr configure failed for srclib/apr So I then checked the srclib/apr/config.log, that --enable-layout was missing. So I then changed the config.layout file from LFS to apr. Then it worked util it come to apr-util. APR-util Version: 0.9.4 ** Error: unable to find layout apr-util configure failed for srclib/apr-util So I then checked the srclib/apr-util/config.log, that --enable-layout was missing. So I then changed the config.layout file from LFS to apr-util. And then everything built ok. System Specs : Linux 2.4.22 Autoconf 2.57 Automake 1.77 Make 3.80 GCC 3.31 LFS 4.1 System --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
