Hi, I am trying to install Cyrus. I compiled SASL without kerberos, hoping to do the same for Cyrus.
./configure --without-krb --without-des yields: [ian@breakme cyrus-imapd-2.1.9]$ echo $PATH /usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/ian/bin [ian@breakme cyrus-imapd-2.1.9]$ whereis makedepend makedepend: /usr/local/bin/makedepend [ian@breakme cyrus-imapd-2.1.9]$ ./configure --without-krb --without-des loading cache ./config.cache checking host system type... i686-pc-linux-gnu checking for makedepend... (cached) /home/ian/downloads/cyrus-imapd-2.1.9/tools/not-mkdep configure: warning: Makedepend is not installed on this system. You should compile and install the version from the makedepend subdirectory. checking for gcc... (cached) gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking for ranlib... (cached) ranlib checking whether make sets ${MAKE}... (cached) yes checking for a BSD compatible install... (cached) /usr/bin/install -c checking how to run the C preprocessor... (cached) gcc -E checking for AIX... no checking for strerror in -lcposix... (cached) no checking for mawk... (cached) gawk checking for working const... (cached) yes checking for long file names... (cached) yes checking for __attribute__... (cached) yes checking for runpath switch... -Wl,-rpath, checking for unistd.h... (cached) yes checking for sys/select.h... (cached) yes checking for sys/param.h... (cached) yes checking for memmove... (cached) yes checking for strcasecmp... (cached) yes checking for ftruncate... (cached) yes checking for strerror... (cached) yes checking for getaddrinfo... (cached) yes checking for getnameinfo... (cached) yes checking for dirent.h that defines DIR... (cached) yes checking for opendir in -ldir... (cached) no checking whether struct tm is in sys/time.h or time.h... (cached) time.h checking for tm_zone in struct tm... (cached) yes checking for vprintf... (cached) yes checking for db_create in -ldb-4.0... (cached) no checking for db_create in -ldb-4... (cached) no checking for db_create in -ldb4.0... (cached) no checking for db_create in -ldb4... (cached) no checking for db_create in -ldb-3.3... (cached) no checking for db_create in -ldb3.3... (cached) no checking for db_create in -ldb-3.2... (cached) no checking for db_create in -ldb3.2... (cached) no checking for db_create in -ldb-3.1... (cached) yes checking duplicate db database backend... db3_nosync checking mboxlist database backend... db3 checking seen state database backend... flat checking subscription database backend... flat checking TLS cache database backend... db3_nosync checking for bison... (cached) bison -y checking for flex... (cached) flex checking for yywrap in -lfl... (cached) yes checking for main in -lfl... (cached) yes checking for library containing regcomp... (cached) none required checking for rxposix.h... (cached) no checking for strerror... (cached) yes checking for sys/resource.h... (cached) yes checking for setrlimit... (cached) yes checking for daemon... (cached) yes checking for setsid... (cached) yes checking for setproctitle... (cached) no checking for setproctitle in -lutil... (cached) no checking for sys/pstat.h... (cached) no checking for sys/sysnews.h... (cached) no checking for PS_STRINGS... (cached) no checking for SCO... (cached) no checking for setproctitle usability... (cached) yes checking nonblocking method... (cached) fcntl checking timezone GMT offset method... (cached) tm checking for shared mmap... (cached) yes checking for fcntl... (cached) yes checking for fdatasync... (cached) yes checking for sigvec... (cached) yes checking for res_search in -lresolv... (cached) yes checking for des_ecb_encrypt in -ldes... no configure: error: The Kerberos DES library is required for Kerberos support. [ian@breakme cyrus-imapd-2.1.9]$ [ian@breakme cyrus-imapd-2.1.9]$ uname -a Linux breakme 2.4.18-14 #1 Wed Sep 4 13:35:50 EDT 2002 i686 i686 i386 GNU/Linux [ian@breakme cyrus-imapd-2.1.9]$ gcc -v Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2/specs Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --host=i386-redha t-linux --with-system-zlib --enable-__cxa_atexit Thread model: posix gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7) Firstly, where does it expect to find makedepend? It's in the makedepend directory, and in /usr/local/bin/makedepend. Secondly, how can I tell it that I'm not using Kerberos?