[Linux-HA] Problems building 2.0.2 on FreeBSD 5.4
emfau at t-online.de
emfau at t-online.de
Thu Oct 20 06:57:24 MDT 2005
> The pod2man problem is new, I've never seen that before.
>
> What happens if you run:
> (cd ldirectord; /bin/sh -ec pod2man --section=8 > ldirectord.8; )
> echo $?
Basically the same, but I guess you rather wanted me to try
$ (cd ldirectord; /bin/sh -ec "pod2man --section=8 ldirectord >ldirectord.8");
echo $?
0
which returns the expected result.
It turned out to be my fault not using the appropriate make (BDS make instead
of gmake).
Thanks,
Michael
More information about the Linux-HA
mailing list