[Dovecot] building dovecot lda on solaris 9
Trying to build the latest CVS code of LDA against dovecot beta 9.
Running autogen script I'm getting this message. I added the contents of /usr/local/share/aclocal/
to
/usr/local/share/libtool/libltdl/aclocal.m4
#aclocaldir = /usr/local/share/aclocal/ aclocal_DATA = libmcrypt.m4 libtool.m4 ltdl.m4
but no luck.
any advise ?
/usr/local/share/aclocal/libmcrypt.m4:17: warning: underquoted definition
of AM_PATH_LIBMCRYPT
run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
autom4te: unknown language: Autoconf-without-aclocal-m4
aclocal: autom4te failed with exit status: 1
autoheader: lda-config.h.in' is unchanged You should add the contents of
/usr/local/share/aclocal/libtool.m4' to
aclocal.m4'. configure.in: no proper invocation of AM_INIT_AUTOMAKE was found. configure.in: You should verify that configure.in invokes AM_INIT_AUTOMAKE, configure.in: that aclocal.m4 is present in the top-level directory, configure.in: and that aclocal.m4 was recently regenerated (using aclocal). /usr/local/share/automake-1.9/am/depend2.am: am__fastdepCC does not appear in AM_CONDITIONAL /usr/local/share/automake-1.9/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL src/libsieve/Makefile.am:5: library used but
RANLIB' is undefined
src/libsieve/Makefile.am:5:
src/libsieve/Makefile.am:5: The usual way to define RANLIB' is to add
AC_PROG_RANLIB'
src/libsieve/Makefile.am:5: to configure.in' and run
autoconf' again.
/usr/local/share/automake-1.9/am/depend2.am: am__fastdepCC does not appear
in AM_CONDITIONAL
/usr/local/share/automake-1.9/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
On Fri, 2006-06-16 at 10:20 -0400, lenny@edpausa.com wrote:
Trying to build the latest CVS code of LDA against dovecot beta 9.
LDA is deprecated nowadays actually. The core code is included in Dovecot 1.0.beta9 and the Sieve code is in dovecot-sieve CVS module.
Anyway it looks like your problem has something to do with autotools versions. Do you have autoconf 2.59 and libtool 1.5.x?
Quoting Timo Sirainen:
LDA is deprecated nowadays actually. The core code is included in Dovecot 1.0.beta9
hm, just tried to build it in beta9 and current cvs, but it fails to compile when --with-deliver is set:
deliver.o: In function
create_mbox_stream': /root/sw/dovecot/branch_1_0/dovecot/src/deliver/deliver.c:301: undefined reference to
mbox_from_create' collect2: ld returned 1 exit status
On Sun, 2006-06-18 at 02:06 +0200, Jakob Hirsch wrote:
Quoting Timo Sirainen:
LDA is deprecated nowadays actually. The core code is included in Dovecot 1.0.beta9
hm, just tried to build it in beta9 and current cvs, but it fails to compile when --with-deliver is set:
deliver.o: In function
create_mbox_stream': /root/sw/dovecot/branch_1_0/dovecot/src/deliver/deliver.c:301: undefined reference to
mbox_from_create' collect2: ld returned 1 exit status
You dropped mbox out with --with-storages?
Quoting Timo Sirainen:
/root/sw/dovecot/branch_1_0/dovecot/src/deliver/deliver.c:301: undefined reference to `mbox_from_create' You dropped mbox out with --with-storages? http://dovecot.org/list/dovecot/2006-June/014132.html
Oh, yes, you are right. Missed that message.
participants (3)
-
Jakob Hirsch
-
lenny@edpausa.com
-
Timo Sirainen