On Thu, 2015-02-26 at 16:34 -0700, Rich Megginson wrote:
On 02/26/2015 04:31 PM, William wrote:
On latest master I am getting:
make[1]: *** No rule to make target `ldap/admin/src/scripts/dbmon.sh', needed by `all-am'. Stop.
Did a git clean -f -x -d followed by autoreconf -i; ./configure --with-openldap --prefix=/srv --enable-debug
Not sure, but you should not need to run autoreconf unless you are changing one of the autoconf files. There is an autogen.sh script for this purpose instead of using autoreconf directly.
Just ran:
git clean -f -x -d ./autogen.sh ./configure --with-openldap --prefix=/srv --enable-debug
Same issue still.