Bug#201576: apxs emits wrong linkage instructions
Package: apache-dev
Severity: grave
Version: 1.3.26-0woody3
Synopsis: apxs emits wrong linkage instructions
Class: sw-bug
Distribution: Debian stable
Description:
When invoking apxs in the following way:
$ apxs -q LIBS_SHLIB
the returned value (-lc -lm -lcrypt -ldb1 -ldb -lexpat) contains libdb1
which seems to be wrong
since libdb1 is neither a build-depend nore is apache linked against it.
This most likely needs
to be libdb2 (-ldb2).
This prevents building of modules that query apxs from within their
makefile - hence the high
severity.
TIA Ralf Mattes
Reply to: