https://issues.apache.org/bugzilla/show_bug.cgi?id=50112

           Summary: buildconf broken in two places
           Product: Apache httpd-2
           Version: 2.2.15
          Platform: Macintosh
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build
        AssignedTo: [email protected]
        ReportedBy: [email protected]


There are two issues.

#1)

When I attempt to do ./buildconf I get:

Copying libtool helper files ...
$_prefix/share/aclocal/libtool.m4 not found

I found this here:

https://issues.apache.org/bugzilla/show_bug.cgi?id=48776

But I was unable to find a solution. Temporarily I edited /usr/bin/glibtoolize
and changed:

aclocaldir=$_prefix/share/aclocal

to:

aclocaldir=/usr/share/aclocal

And that fixed this issue. I can confirm this on 2.2.14 through 2.2.16 (Didn't
test 2.2.17 with this issue)

#2)

After working around #1 I get this:

./buildconf failed for apr-util

(with a few possible relevant lines above this one)

I was unable to find a work around. This ONLY applies to 2.2.15 through 2.2.17.
It works fine with 2.2.14, which means this problem was introduced in 2.2.15.


As far as I can tell each version builds fine as long as you dont need to run
./buildconf. But buildconf is needed, as far as I know, when you want to
include optional extensions like mod_fcgid (these issues happen regardless if I
have that included or not).

Luke

-- 
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]

Reply via email to