If you build apache with

    ./configure \
        --prefix=/kinnetics/component/httpd

make install DESTDIR=/tmp/apache-kinnetics-$USER

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.



-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html



Reply via email to