ceph-dovecot / dovecot-ceph-plugin

Dovecot plugin for storing mails in a Ceph cluster
Other
131 stars 23 forks source link

how to compile on centos7 #257

Closed f1-outsourcing closed 5 years ago

f1-outsourcing commented 5 years ago

[@ dovecot-ceph-plugin]$ ./autogen.sh src/dict-rados/Makefile.am:25: error: Libtool library used but 'LIBTOOL' is undefined src/dict-rados/Makefile.am:25: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/dict-rados/Makefile.am:25: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/dict-rados/Makefile.am:25: If 'LT_INIT' is in 'configure.ac', make sure src/dict-rados/Makefile.am:25: its definition is in aclocal's search path. src/librmb/Makefile.am:11: error: Libtool library used but 'LIBTOOL' is undefined src/librmb/Makefile.am:11: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/librmb/Makefile.am:11: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/librmb/Makefile.am:11: If 'LT_INIT' is in 'configure.ac', make sure src/librmb/Makefile.am:11: its definition is in aclocal's search path. src/storage-rbox/Makefile.am:42: error: Libtool library used but 'LIBTOOL' is undefined src/storage-rbox/Makefile.am:42: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/storage-rbox/Makefile.am:42: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/storage-rbox/Makefile.am:42: If 'LT_INIT' is in 'configure.ac', make sure src/storage-rbox/Makefile.am:42: its definition is in aclocal's search path. src/tests/Makefile.am:36: error: Libtool library used but 'LIBTOOL' is undefined src/tests/Makefile.am:36: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/tests/Makefile.am:36: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/tests/Makefile.am:36: If 'LT_INIT' is in 'configure.ac', make sure src/tests/Makefile.am:36: its definition is in aclocal's search path. autoreconf: automake failed with exit status: 1

[@ dovecot-ceph-plugin]$ ./configure checking whether to enable debugging... no checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '501' is supported by ustar format... yes checking whether GID '501' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar ./configure: line 3223: syntax error near unexpected token shared' ./configure: line 3223:LT_INIT(shared disable-static pic-only)'

f1-outsourcing commented 5 years ago

yum install libtool