| Summary: | www/apache24: Q/A warns about missing dependencies for bdb and gdbm | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Palle Girgensohn <girgen> |
| Component: | Individual Port(s) | Assignee: | freebsd-apache (Nobody) <apache> |
| Status: | Closed Works As Intended | ||
| Severity: | Affects Some People | CC: | brnrd, joneum |
| Priority: | --- | Keywords: | needs-patch |
| Version: | Latest | Flags: | bugzilla:
maintainer-feedback?
(apache) koobs: merge-quarterly? |
| Hardware: | Any | ||
| OS: | Any | ||
| URL: | https://reviews.freebsd.org/D20604 | ||
|
Description
Palle Girgensohn
2019-06-11 08:24:14 UTC
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@) |