After replacing 'configure.in' with the latest version, and running './configure' without any errors, I can no longer run 'make depend'

Error message after running 'make depend':

cd .; rm -f config.cache; autoconfig
/bin/sh: line 1: autoconf: command not found
make: *** [configure] Error 127

Some details: I'm building imapd-2.1.12 on RedHat 8.0
I think I've correctly installed all the dependencies.

It must be my shallow knowledge of Linux getting me into trouble again.


From: Simon Brady <[EMAIL PROTECTED]>
To: Mark Wessel <[EMAIL PROTECTED]>
CC: [EMAIL PROTECTED]
Subject: Re: compiling error - cannot find -lssl
Date: Tue, 18 Feb 2003 08:38:28 +1300 (NZDT)

On Sun, 16 Feb 2003, Mark Wessel wrote:

> After running 'make all CFLAGS=-O' I eventually get this error:
>
> Running Mkbootstrap for Cyrus::IMAP ()
> chmod 644 IMAP.bs
> rm -f blib/arch/auto/Cyrus/IMAP/IMAP.so
> LD_RUN_PATH="/usr/local/lib:/lib" gcc -shared -L/usr/local/lib IMAP.o -o
> blib/arch/auto/Cyrus/IMAP/IMAP.so ../../lib/libcyrus.a -lsasl2 -lssl
> -lcrypto
> /usr/bin/ld: cannot find -lssl
> collect2: ld returned 1 exit status
> make[2]: *** [blib/arch/auto/Cyrus/IMAP/IMAP.so] Error 1

Are you building imapd-2.1.12? If so, replace the top-level configure.in
with the latest mainline version (currently 1.259) from CVS:

http://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/configure.in

Obviously you'll need to reconfigure after this. If this doesn't help, can
you please post some more details about your configuration?

--
Simon Brady mailto:[EMAIL PROTECTED]
ITS Technical Services
University of Otago, Dunedin, New Zealand


_________________________________________________________________
MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus

Reply via email to