I'm compiling courier-0.34.1 on a Solaris 2.7 box. The system has the
following software installed:
GNUmake
GNUgcc
OpenLDAP v2.0.7
OpenSSL v0.9.6
Cyrus-SASL v1.5.24
ENV Settings:
CC=gcc
LD_LIBRARY_PATH=/apps/openldap-0.2.7/libraries:/usr/local/ssl/lib:/usr/local
/lib
LDFLAGS=-L/apps/openldap-0.2.7 -L/usr/local/ssl/lib -L/usr/local/lib
CPPFLAGS=-I/apps/openldap-0.2.7/include -I/usr/local/ssl/include
-I/usr/local/include
PATH=/usr/local/bin:/usr/bin:/usr/sbin:/usr/ccs/bin:/usr/ucb
Configure Options:
./configure --without-shared --prefix=/apps/courier --with-db=gdbm \
--with-mailuser=courier --with-mailgroup=courier --without-authpam \
--with-authdaemon --without-authpwd --without-authmysql --without-authshadow
\
--without-authuserdb --without-authvchkpw --without-authcram --with-authldap
\
--enable-unicode --enable-https=auto \
--enable-mimetypes=/apps/Apache/conf/mime.types --with-waitfunc=wait3
Configure and Make ran fine with no errors ....
# make install-configure
make: Fatal error: Don't know how to make target `install-perms'
Current working directory /apps/courier-0.34.1/afx
*** Error code 1
make: Fatal error: Command failed for target `install-perms-recursive'
Current working directory /apps/courier-0.34.1
*** Error code 1
make: Fatal error: Command failed for target `install-perms'
Current working directory /apps/courier-0.34.1
*** Error code 1
make: Fatal error: Command failed for target `install-configure'
How do I tell if LDAP was compilled correctly?
Thanks for all your help..
- John