On 4/09/2013 1:58 a.m., Christian wrote:
Hi Amos,
now I am confused.
perl is installed and pod2man is there:
lape:/> rpm -q --whatprovides /usr/bin/pod2man
perl-5.18.0-2.2.x86_64
so why does 'configure' not recognize it and enable build for 'DB'
excerpt from build log
----snip----
[ 31s] configure: Basic auth helper SSPI ... found but cannot be built
[ 31s] configure: Basic auth helpers to be built: DB LDAP MSNT
MSNT-multi-domain NCSA NIS PAM POP3 RADIUS SASL SMB fake getpwnam
[ 31s] configure: NTLM auth helper SSPI ... found but cannot be built
[ 31s] configure: NTLM auth helpers built: fake smb_lm
[ 31s] configure: Negotiate auth helper SSPI ... found but cannot be built
[ 31s] configure: Negotiate auth helpers built: kerberos wrapper
[ 31s] configure: Digest auth helpers built: LDAP eDirectory file
[ 31s] pod2man: unable to format
Ah. The test for pod2man in config.test does not quite work on the newer
versions.
You will have to change the "echo | pod2man" part to "podman --help"
NP: There will be the same problem in all of the perl based helpers.
Amos