[Bug 238490] www/apache24: Q/A warns about missing dependencies for bdb and gdbm

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Mar 15 11:43:23 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238490

Bernard Spil <brnrd at freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |Works As Intended
             Status|In Progress                 |Closed

--- Comment #1 from Bernard Spil <brnrd at freebsd.org> ---
Hi Palle,

Closing this ticket, not a bug in Apache. You could call it a bug in the Q/A
code.

You are seeing the Q/A warning because of the devel/apr1 dependency.
If you build devel/apr1 with any of the "Database support" options (BDB and
GDMB are selected by default), you will have a libaprutil-1.so that is linked
against the respective database shared libs.
The Apache build uses the output of apu-1-config for the compiling and linking
of a.o. `support/ab`. Thus the `ab` utility is linked with libdb-5 and libgdbm.

Cheers, Bernard (with hat apache@)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-apache mailing list