I Reproducible: Always Steps to Reproduce: 1. emerge apache 2.0.53 following migration steps 2. look at /usr/lib/apache2/build/config_vars.mk, 3. notice LIBTOOL points to /usr/lib/apache2/build/libtool and its not there This causes problems in things like mod_perl-2.0 Expected Results: I'm guessing that is should point to /usr/lib/apr-0/build/libtool and will provide a patch that accomplishes this mod. Is this related to Bug 81260?
Created attachment 55529 [details, diff] LIBTOOL location patch keeps the libtool location used by apache at build time since LIBTOOL isn't being installed by apache anymore.
the patch is not correct. it should query apr-config to find the path of libtool.
This is an UPSTREAM Bug: http://issues.apache.org/bugzilla/show_bug.cgi?id=32787