https://issues.apache.org/bugzilla/show_bug.cgi?id=44631
Summary: with-included-apr fails to work when using a separate
buildroot
Product: Apache httpd-2
Version: 2.3-HEAD
Platform: PC
OS/Version: Mac OS X 10.4
Status: NEW
Severity: normal
Priority: P2
Component: Build
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
When I build apache I build apache in a separate build root so the object files
do not get mixed with the source files.
example.
tar -xjf httpd-2.2.8.tar.bx2
cd httpd-2.2.8
mkdir build-worker
cd build-worker
../configure --with-lots-of-config-args \
--with-included-apr
When this runs it aborts claiming that APR was not configured with RANDOM
support (which it was). And also looking further up it failed to find
apr-1-config and looking at config.log it failed to include apr.h. Upon
further inspection I noticed that the inlcuded_apr system points the apr_config
and apu_config to
$srcdir/srclib/apr-${apr_version}-config
and $srcdir/srclib/apu-{apu_version}-config respectivaly.
however these should be
./srclib/apr-${apr_version}-config
and ./srclib/apr-${apu_version}-config
note, the APR_FIND_* lines are fine.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]