Fabian Mauchle fabian.mauchle@switch.ch wrote Tue, 13 Sep 2016 15:03:18 +0200:
The git repository (tag radsecproxy-1.6.7) does not compile on RedHat, due to docbook2x_man tool detection fails. The tool is called during compile, regardless of whether it was not found or provided manually to configure.
Good catch and nice fix. Part of it applied.
I'm curious about the test for "$DOCBOOK2X_MAN" being false though. I'd like to replace that with "test -z" if you too think that's equivalent:
if test -z "$DOCBOOK2X_MAN" ; then
What do you think?
Also, docbook2man on RedHat is not happy with the radsecproxy.conf.5.xml (see patch). docbook2man version info: usr/bin/db2x_docbook2man (part of docbook2X 0.8.8) $Revision: 1.12 $ $Date: 2006/04/14 17:29:04 $
I don't expect removing "<application>" to break things. Patch applied.
Thanks for good bug report and fixes!