/bin/sh: -q: command not found
I'm trying to install mod authzldap on Leopard Server, and I get this when I run make install:
Making install in module
if /bin/sh ../libtool --mode=compile ` -q CC` -DHAVE CONFIGH -I. -I. -I.. -I` -q INCLUDEDIR` -I/usr/local/openssl/include -DAUTHZ LDAP_HAVESSL ` -q CFLAGS` ` -q CFLAGS_SHLIB` -I/usr/local/openldap-2.1.21/include -MT mod authz_ldapla-auth.lo -MD -MP -MF ".deps/mod authz_ldapla-auth.Tpo" \
-c -o mod authz_ldapla-auth.lo `test -f 'auth.c' || echo './'`auth.c; \
then mv -f ".deps/mod authz_ldapla-auth.Tpo" ".deps/mod authz_ldapla-auth.Plo"; \
else rm -f ".deps/mod authz_ldapla-auth.Tpo"; exit 1; \
fi
/bin/sh: -q: command not found
/bin/sh: -q: command not found
/bin/sh: -q: command not found
/bin/sh: -q: command not found
libtool: unrecognized option `-DHAVE CONFIGH'
Try `libtool --help' for more information.
make[1]: * http://modauthz_ldapla-auth.lo Error 1
make: * install-recursive Error 1
Anyone know what that means? I've already installed openldap fine. OpenLDAP and mod authzldap are available here:
http://www.openldap.org/software/download/
http://authzldap.othello.ch/download.html
XServe G5, Mac OS X (10.5.1), Server version of Leopard