search for: module_lib

Displaying 13 results from an estimated 13 matches for "module_lib".

Did you mean: module_libs
2010 Aug 04
5
v2.0.rc4 released
http://dovecot.org/releases/2.0/rc/dovecot-2.0.rc4.tar.gz http://dovecot.org/releases/2.0/rc/dovecot-2.0.rc4.tar.gz.sig I'm planning to release rc5 maybe this Friday or weekend, and if there are no serious bugs just change the version number to v2.0.0 a day or two later. Largest changes since rc3: + director: Added director_doveadm_port for accepting doveadm TCP connections. +
2010 Aug 04
5
v2.0.rc4 released
http://dovecot.org/releases/2.0/rc/dovecot-2.0.rc4.tar.gz http://dovecot.org/releases/2.0/rc/dovecot-2.0.rc4.tar.gz.sig I'm planning to release rc5 maybe this Friday or weekend, and if there are no serious bugs just change the version number to v2.0.0 a day or two later. Largest changes since rc3: + director: Added director_doveadm_port for accepting doveadm TCP connections. +
2012 Feb 24
3
Dovecot 2.1 with custom OpenSSL fails to build
Hello Dovecot users! There seems to be a new dependency in some modules (eg, lib-storage, libdovecot-lda, libdovecot-ssl) on OpenSSL. In Dovecot 2.0, those modules didn't require OpenSSL, but 2.1 does. For the linking process the path to the OpenSSL library isn't specified properly (SSL_LIBS). Dovecot fails to build if OpenSSL is in a non-standard path. (Haven't checked if SSL_CFLAGS
2010 May 10
1
libdovecot not referencing libiconv
...(), but a runtime definition of the symbol was not found. To fix this I did: --- a/src/lib-dovecot/Makefile.am Mon May 10 12:05:58 2010 -0400 +++ b/src/lib-dovecot/Makefile.am Mon May 10 12:31:36 2010 -0400 @@ -16,7 +16,7 @@ libdovecot_la_LIBADD = \ $(libs) \ $(MODULE_LIBS) \ - $(LTLIBICONV) + $(LIBICONV) libdovecot_la_DEPENDENCIES = $(libs) -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 5937 bytes Desc: not available URL: <http://dovecot.org/pipermail/dovecot...
2017 Oct 10
2
Parallel build problems with dovecot 2.2.32
...afternoon that failed because doveadm-util.o had not finished building when the attempt to link test-doveadm-util happened. Looking in src/doveadm/Makefile* in the build tree the only place I see doveadm-util.o is in a make variable: test_doveadm_util_LDADD = doveadm-util.o $(test_libs) $(MODULE_LIBS) This is only used in the test-doveadm-util rule: test-doveadm-util$(EXEEXT): $(test_doveadm_util_OBJECTS) $(test_doveadm_util_DEPENDENCIES) $(EXTRA_test_doveadm_util_DEPENDENCIES) @rm -f test-doveadm-util$(EXEEXT) $(AM_V_CCLD)$(LINK) $(test_doveadm_util_OBJECTS)...
2017 Oct 10
0
Parallel build problems with dovecot 2.2.32
...failed because doveadm-util.o had not finished building when the attempt to link test-doveadm-util happened. > > Looking in src/doveadm/Makefile* in the build tree the only place I see doveadm-util.o is in a make variable: > > test_doveadm_util_LDADD = doveadm-util.o $(test_libs) $(MODULE_LIBS) > > This is only used in the test-doveadm-util rule: > > test-doveadm-util$(EXEEXT): $(test_doveadm_util_OBJECTS) $(test_doveadm_util_DEPENDENCIES) $(EXTRA_test_doveadm_util_DEPENDENCIES) > @rm -f test-doveadm-util$(EXEEXT) > $(AM_V_CCLD)$(LINK) $(test...
2011 Sep 01
15
v2.1.alpha1 released
http://dovecot.org/releases/2.1/alpha/dovecot-2.1.alpha1.tar.gz http://dovecot.org/releases/2.1/alpha/dovecot-2.1.alpha1.tar.gz.sig So it's time for the first alpha version of Dovecot v2.1. There are no huge intrusive changes, so I expect v2.1.0 to be released this year (maybe even in a few months?) The biggest changes are related to full text search handling. I'll probably still make
2011 Sep 01
15
v2.1.alpha1 released
http://dovecot.org/releases/2.1/alpha/dovecot-2.1.alpha1.tar.gz http://dovecot.org/releases/2.1/alpha/dovecot-2.1.alpha1.tar.gz.sig So it's time for the first alpha version of Dovecot v2.1. There are no huge intrusive changes, so I expect v2.1.0 to be released this year (maybe even in a few months?) The biggest changes are related to full text search handling. I'll probably still make
2018 Mar 01
0
Make fails with 2.3.0.1 & 2.2.34 on Mac OS X 10.7.5
...mp; abs_srcdir=`pwd` && cd $old && \ > (echo "DOVECOT_INSTALLED=no"; cat dovecot-config.in | sed \ > -e "s|\$(top_builddir)|$abs_builddir|g" \ > -e "s|\$(incdir)|$abs_srcdir|g" \ > -e "s|\$(LIBICONV)|-liconv|g" \ > -e "s|\$(MODULE_LIBS)|-export-dynamic|g" \ > -e "s|^\(dovecot_pkgincludedir\)=|\1=/usr/local/include/dovecot|" \ > -e "s|^\(dovecot_pkglibdir\)=|\1=/usr/local/lib/dovecot|" \ > -e "s|^\(dovecot_pkglibexecdir\)=|\1=/usr/local/libexec/dovecot|" \ > -e "s|^\(dovecot_doc...
2018 Mar 01
2
Make fails with 2.3.0.1 & 2.2.34 on Mac OS X 10.7.5
On 1 Mar 2018, at 4:09 pm, Aki Tuomi <aki.tuomi at dovecot.fi <mailto:aki.tuomi at dovecot.fi>> wrote: > > >> On 01 March 2018 at 06:21 James Brown < jlbrown at bordo.com.au <mailto:jlbrown at bordo.com.au>> wrote: >> >> >> Have tried 2.3.0, 2.3.0.1 & 2.2.34. >> >> Compile is failing for me. >> >> ./configure
2018 Mar 01
5
Make fails with 2.3.0.1 & 2.2.34 on Mac OS X 10.7.5
...amp; \ cd . && abs_srcdir=`pwd` && cd $old && \ (echo "DOVECOT_INSTALLED=no"; cat dovecot-config.in | sed \ -e "s|\$(top_builddir)|$abs_builddir|g" \ -e "s|\$(incdir)|$abs_srcdir|g" \ -e "s|\$(LIBICONV)|-liconv|g" \ -e "s|\$(MODULE_LIBS)|-export-dynamic|g" \ -e "s|^\(dovecot_pkgincludedir\)=|\1=/usr/local/include/dovecot|" \ -e "s|^\(dovecot_pkglibdir\)=|\1=/usr/local/lib/dovecot|" \ -e "s|^\(dovecot_pkglibexecdir\)=|\1=/usr/local/libexec/dovecot|" \ -e "s|^\(dovecot_docdir\)=|\1=/usr/l...
2013 May 27
2
Dovecot 2.2 build rpm on Centos6
...IBS='' LIPO='' LN_S='' LTLIBICONV='' LTLIBOBJS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /home/builder/rpmbuild/BUILD/dovecot-2.2.2/missing --run makeinfo' MKDIR_P='/bin/mkdir -p' MODULE_LIBS='' MODULE_SUFFIX='' MYSQL_CFLAGS='' MYSQL_CONFIG='' MYSQL_LIBS='' NM='' NMEDIT='' NOPLUGIN_LDFLAGS='' OBJDUMP='' OBJEXT='' OTOOL64='' OTOOL='' PACKAGE='dovecot' PACKAGE_BUGREPORT='dovecot at...
2010 Apr 09
4
Patch: support URLAUTH, BURL, CATENATE
...+LD = @LD@ +LDAP_LIBS = @LDAP_LIBS@ +LDFLAGS = @LDFLAGS@ +LIBCAP = @LIBCAP@ +LIBICONV = @LIBICONV@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBICONV = @LTLIBICONV@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +MODULE_LIBS = @MODULE_LIBS@ +MODULE_SUFFIX = @MODULE_SUFFIX@ +MYSQL_CFLAGS = @MYSQL_CFLAGS@ +MYSQL_LIBS = @MYSQL_LIBS@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACK...