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=26076>. 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=26076 [mp2] build problem mod_perl-1.99_12 and "make install DESTDIR" Summary: [mp2] build problem mod_perl-1.99_12 and "make install DESTDIR" Product: Apache httpd-2.0 Version: 2.0-HEAD Platform: PC URL: ht OS/Version: Linux Status: NEW Severity: Normal Priority: Other Component: Build AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Stas Bekman wrote: > Matthew Darwin wrote: > >> If you build apache with >> >> ./configure \ >> --prefix=/kinnetics/component/httpd >> >> make install DESTDIR=/tmp/apache-kinnetics-$USER > > > When you do that, does apxs get affected? i.e. does it get all the > directories adjusted. If not (which I suppose is the case) it's a bug in > httpd build. You should report it to httpd as: > > I did: > ./configure --prefix=/kinnetics/component/httpd > make install DESTDIR=/tmp/apache-kinnetics-$USER > but apxs still points to the old location: > /tmp/apache-kinnetics-darwin/kinnetics/component/httpd/bin/apxs -q > INCLUDEDIR' failed: > !!! cannot open /kinnetics/component/httpd/build/config_vars.mk: No such > file or directory at > /tmp/apache-kinnetics-darwin/kinnetics/component/httpd/bin/apxs line 256. > unless it's documented to behave this way > >> then when you try compiling mod_perl you get: >> >> perl Makefile.PL \ >> MP_AP_PREFIX=/tmp/apache-kinnetics-$USER/kinnetics/component/httpd \ >> LIB=/tmp/apache-kinnetics-$USER/kinnetics/component/httpd/site_perl \ >> PREFIX=/tmp >> >> ************* WARNING ************* >> !!! '/tmp/apache-kinnetics-darwin/kinnetics/component/httpd/bin/apxs >> -q INCLUDEDIR' failed: >> !!! cannot open /kinnetics/component/httpd/build/config_vars.mk: No >> such file or directory at >> /tmp/apache-kinnetics-darwin/kinnetics/component/httpd/bin/apxs line 256. >> >> >> Note that this works just fine under mod_perl 1.99_10-dev. > > > right, we just didn't use apxs in earlier versions (and the build > couldn't handle this situation). mod_perl relies on a working apxs. If > that's broken it needs to be fixed. > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
