Hi, List, OK, new problem...
I am trying to rebuild Cyrus IMAP from scratch. Everything *seemed* to go ok the first build, but now I am getting errors during configure. > ./configure --with-auth=unix --with-sasl=/usr/lib/sasl2 --with-dbdir=/usr/local/BerkeleyDB.4.2 --with-openssl=/usr/local/ssl/lib checking build system type... sparc-sun-solaris2.9 checking host system type... sparc-sun-solaris2.9 checking for makedepend... /export/home/hs.brown/cyrus-imapd-2.2.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... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for ranlib... ranlib checking whether make sets $(MAKE)... yes checking for a BSD-compatible install... /usr/local/bin/install -c checking how to run the C preprocessor... gcc -E checking for egrep... egrep checking for AIX... no checking for strerror in -lcposix... no checking for gawk... no checking for mawk... no checking for nawk... nawk checking for an ANSI C-conforming const... yes checking for long file names... yes checking for inline... inline checking for __attribute__... yes checking if compiler supports -fPIC... yes checking for runpath switch... -R checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... no checking for unistd.h... yes checking for unistd.h... (cached) yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking for memmove... yes checking for strcasecmp... yes checking for ftruncate... yes checking for strerror... yes checking for strlcat... yes checking for strlcpy... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for connect... no checking for gethostbyname in -lnsl... yes checking for connect in -lsocket... yes checking for res_search... no checking for res_search in -lresolv... yes checking for dn_expand... yes checking for dns_lookup... no checking for getaddrinfo... yes checking for gai_strerror... yes checking for getnameinfo... yes checking whether you have ss_family in struct sockaddr_storage... yes checking whether you have sa_len in struct sockaddr... no checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... no checking for tzname... yes checking for vprintf... yes checking for _doprnt... yes checking authorization method... unix checking db.h usability... yes checking db.h presence... yes checking for db.h... yes checking for bison... bison -y checking for flex... flex checking for yywrap in -lfl... yes checking lex output file root... lex.yy checking whether yytext is a pointer... yes checking for main in -lfl... yes checking for library containing regcomp... none required checking rxposix.h usability... no checking rxposix.h presence... no checking for rxposix.h... no checking for strerror... (cached) yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking for setrlimit... yes checking for getrlimit... yes checking for daemon... yes checking for setsid... yes checking for shutdown... yes checking for setproctitle... no checking for setproctitle in -lutil... no checking sys/pstat.h usability... no checking sys/pstat.h presence... no checking for sys/pstat.h... no checking sys/sysnews.h usability... no checking sys/sysnews.h presence... no checking for sys/sysnews.h... no checking for PS_STRINGS... no checking for SCO... no checking for setproctitle usability... yes checking nonblocking method... fcntl checking timezone GMT offset method... gmtime checking for shared mmap... yes checking for fcntl... yes checking for fdatasync... no checking for fdatasync in -lrt... yes checking for sigvec... no checking for sigvec in -lBSD... no checking for sigvec in -lucb... yes checking for openssl... /usr/local/ssl/lib checking for ZInitialize in -lzephyr... no checking for com_err in -lcom_err... no configure: WARNING: Parts of com_err distribuion were found, but not compile_et. configure: WARNING: Will build com_err from included sources. checking for modern syslog... yes checking which syslog facility to use... LOG_LOCAL6 checking for getdtablesize... no checking to use old sieve service name... no checking for dlopen... no checking for dlopen in -ldl... no checking for crypt... no checking for crypt in -lcrypt... no checking gssapi.h usability... no checking gssapi.h presence... no checking for gssapi.h... no checking gssapi/gssapi.h usability... yes checking gssapi/gssapi.h presence... yes checking for gssapi/gssapi.h... yes checking for res_search in -lresolv... (cached) yes checking for gss_unwrap in -lgssapi... no checking for gss_unwrap in -lgssapi_krb5... no checking for csf_gss_acq_user in -lgss... no checking for csf_gss_acq_user in -lgss... no checking for gss_unwrap in -lgss... no configure: WARNING: Disabling GSSAPI - no library checking GSSAPI... disabled checking sasl/sasl.h usability... yes checking sasl/sasl.h presence... yes checking for sasl/sasl.h... yes checking sasl/saslutil.h usability... yes checking sasl/saslutil.h presence... yes checking for sasl/saslutil.h... yes checking for prop_get in -lsasl2... no configure: error: Cannot continue without libsasl2. Get it from ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/. SASLv2 is installed, and is working fine with SMTP Auth and sendmail, so the SASLv2 libraries are there, and doing fine. The symbolic link is there, so it should link fine from /usr/lib to /usr/local/lib, and, at any rate, I have linked directly, to /usr/local/lib, as well as just left --with-sasl= out of the options altogether, just to see if it would pick it up from PATH. All return the same result. Anybody have any clues for me? Thanks, --H. Scott Brown --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html