similar to: some error about dovecot when compile

Displaying 20 results from an estimated 600 matches similar to: "some error about dovecot when compile"

2020 Feb 12
2
Dovecot v2.3.9.3 released
We are pleased to release v2.3.9.3 of Dovecot. Please find it from locations below https://dovecot.org/releases/2.3/dovecot-2.3.9.3.tar.gz https://dovecot.org/releases/2.3/dovecot-2.3.9.3.tar.gz.sig Binary packages in https://repo.dovecot.org/ Docker images in https://hub.docker.com/r/dovecot/dovecot --- v2.3.9.3 2019-02-12? Aki Tuomi <aki.tuomi at open-xchange.com> ??? * CVE-2020-7046:
2020 Feb 12
2
Dovecot v2.3.9.3 released
We are pleased to release v2.3.9.3 of Dovecot. Please find it from locations below https://dovecot.org/releases/2.3/dovecot-2.3.9.3.tar.gz https://dovecot.org/releases/2.3/dovecot-2.3.9.3.tar.gz.sig Binary packages in https://repo.dovecot.org/ Docker images in https://hub.docker.com/r/dovecot/dovecot --- v2.3.9.3 2019-02-12? Aki Tuomi <aki.tuomi at open-xchange.com> ??? * CVE-2020-7046:
2013 Mar 12
2
I reinstalled OS X, now FLAC 1.3 git won't compile.
Are there any dependencies that I need, but don't have? I've got doxygen, libogg, automake, autoconf, libtool, valgrind, docbook, nasm, yasm, libiconv. the Autogen.sh script fails with: "Updating build configuration files for FLAC, please wait.... configure.ac:308: warning: macro 'AM_ICONV' not found in library configure.ac:309: warning: macro 'AM_LANGINFO_CODESET'
2020 Feb 12
0
Dovecot v2.3.9.3 released
# wget https://dovecot.org/releases/2.3/dovecot-2.3.9.3.tar.gz --2020-02-12 05:09:26-- https://dovecot.org/releases/2.3/dovecot-2.3.9.3.tar.gz Resolving dovecot.org (dovecot.org)... 94.237.12.234, 2a04:3545:1000:720:acc1:5bff:fe5e:4e9 Connecting to dovecot.org (dovecot.org)|94.237.12.234|:443... connected. HTTP request sent, awaiting response... 403 Forbidden 2020-02-12 05:09:26 ERROR 403:
2006 Dec 06
2
rc15 'configure' fails at "unexpected token `SSL,'"
i'm building dovecot-1.0.rc15 on osx. when i, ./configure --with-ssl=openssl --with-ssldir=/etc/ssl_certs --disable-static --enable-shared --disable-maintainer-mode --disable-ipv6 --with-mysql --with-sql-drivers=mysql --with-deliver --with-pop3d --with-storages=maildir,mbox --disable-debug it fails at, ... checking how to hardcode library paths into programs... immediate appending
2004 Dec 31
2
0.99.1[12] IMAP problems with Apple Mail.app?
Is anyone else having trouble using the Apple OS X Mail.app with a Dovecot IMAP server? With 0.99.11 and 0.99.12 attempting to read certain messages using IMAP or IMAPS seems to put Mail.app into spinning pizza of death mode. Sniffing the connection, it looks like it happens after the client issues a BODY.PEEK[] and the server has responded with the (UID XXXX BODY[] {YYYY}...) and OK Fetch
2004 Sep 10
1
building CVS flac
Josh, I'm trying to build CVS flac-1.1.1 in order to make sure flac123 will work with it. I'm having a hard time getting autogen.sh's aclocal to work with configure.in. I'm using autoconf-2.59 (from source) on Redhat 9.0. I have found automake-1.7.8 and automake-1.8.5 yield similar results: $ ./autogen.sh aclocal: configure.in: 142: macro `AM_PROG_LIBTOOL' not found in
2023 Feb 26
1
Cannot reach documentation site
On 27/02/2023 4:13 am, Chris Candreva wrote: > On Sun, 26 Feb 2023, Ken Bass wrote: > >> doc.dovecot.org does not have a DNS entry. It worked a few days ago, but not now. > [chris at newpop ~]$ host doc.dovecot.org > doc.dovecot.org is an alias for talvi.dovecot.org. > talvi.dovecot.org has address 94.237.105.223 > talvi.dovecot.org has IPv6 address
2005 Dec 06
1
Dovecot w/ MySQL support and CentOS
I am converting a Debian box running Postfix, Courier and MySQL to a CentOS box running Postfix, Dovecot and MySQL. I have the Postfix with MySQL support taken care of with the RPM from the centosplus repo. It appears that the stock RPM for Dovecot comes with Postgres, but not MySQL support. It looks like I need to download the source RPM and then rebuild it with MySQL support. Could
2017 Aug 14
2
Metrics service
Hi! All of you running dovecot v2.2.27 or later, are now able to take advantage of our free metrics service at https://metrics.dovecot.org. To use it, set auth_stats=yes mail_plugins = $mail_plugins stats stats_carbon_server = 94.237.81.63 # or stats_carbon_server = [2a04:3542:1000:910:acc1:5bff:fe5e:8c2] stats_carbon_name = some-fancy-identifier-without-a-dot plugin { stats_refresh = 30s }
2004 Aug 06
1
ice2 autogen.sh problems
i have been playing around trying to get ice2 to work now for quite some time and frankly i am a bit frustrated by now... the anoying thing is how early in the whole proccess my problems actually start! running ./autogen.sh in the newest cvs version of ice2 results in <p>idoru:/usr/src/ices# ./autogen.sh I am going to run ./configure with no arguments - if you wish to pass any to it,
2012 Dec 12
0
[PATCH 2/5] autogen.sh: replace this by a simple call to autoreconf
The autoreconf tool is provided by autoconf to do what custom autogen.sh scripts in many projects used to do. Only it is more robust and widely tested. It has been available for several years, too. No reason to rely on custom code for this. Signed-off-by: Max Horn <max at quendi.de> --- Makefile.am | 2 - autogen.sh | 168
2017 Aug 16
0
Compiling problem on Debian Jessie with dovecot-2-2-32.rc1
I cant' do ./configure && make && make install on a Debian Jessie. How can I fix this? #make CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /usr/local/src/dovecot-2.2.32.rc1/missing aclocal-1.15 -I . -I m4 /usr/local/src/dovecot-2.2.32.rc1/missing: line 81: aclocal-1.15: command not found WARNING: 'aclocal-1.15' is missing on your system.
2017 Aug 14
0
Metrics service
> On Aug 14, 2017, at 5:42 AM, Aki Tuomi <aki.tuomi at dovecot.fi> wrote: > > Hi! > > We are open for any feedback, questions or comments for this service. > Two questions. First one is I guess just a newbie configuration question. My existing dovecot.conf ends with !include conf.d/*.conf !include_try local.conf I didn?t have a local.conf, so I decided that would be
2019 Jan 13
3
[FTS Xapian] Beta release
You copied your Makefile.am?there. Stephan made you a working version, can you try that? (sorry for dup) Aki -------- Original message --------From: Joan Moreau <jom at grosjo.net> Date: 13/01/2019 21:39 (GMT+02:00) To: Stephan Bosch <stephan at rename-it.nl> Cc: Aki Tuomi <aki.tuomi at open-xchange.com> Subject: Re: [FTS Xapian] Beta release I used the skeleton from Aki :
2019 Jan 13
3
[FTS Xapian] Beta release
Op 13/01/2019 om 21:25 schreef Joan Moreau via dovecot: > > I tried to combined it, the "autoreconf" errors are solved > > Now, when I type "make install", the lib is not pushed into dovecot > folder, but somewhere in /usr/local/... > > How to adjust this to have it arriving in the proper folder ? > Depends on your system. It mostly a matter of setting
2017 Jan 06
8
[PATCH 0/5] Allow multiple targets to be disabled
Hi, This patchet allows a few targets to be disabled when unrequired. The rational is coming from VLC's contrib buildsystem, so far we use make -C to select only some subparts of the available targets. It would be easier and cleaner to use autoconf to do so IMHO. There's an additional patch which fixes the build when building for WinRT/UWP platform, upstreamed from VLC. We have a couple
2009 Jan 21
1
dovecot 1.1.8 compile error
I'm trying to compile 1.1.8 with dovecot-1-1-989789b2afd8 patches applied on Solaris 10 sparc using gcc 2.95.3 and also tried version 3.4.3. This is error I'm getting: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib -I../../src/lib-auth -DPKG_RUNDIR=\""/userM/mail-services/dovecot/var/run/dovecot"\"
2019 Jan 14
2
[FTS Xapian] Beta release
In your README.md, perhaps "This project intends to provide a straightforward and simple *procedure *to configure FTS plugin for Dovecot, leveraging the efforts by the Xapian.org team." is better?? Also in the part after cloning from git: ./configure --prefix=/usr --with-dovecot=/path/to/dovecot [ This /path/to/dovecot is not obvious. Is it the dovecot binary or what??] On Mon, 14 Jan
2019 Jan 14
3
[FTS Xapian] Beta release
Testing a compile on FreeBSD. gmake[2]: Entering directory '/usr/home/wash/Tools/Dovecot/fts-xapian/src' /bin/sh ../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I.. -I/opt/dovecot2.3/include/dovecot -I/opt/dovecot2.3/include/dovecot -g -O2 -MT fts-backend-xapian.lo -MD -MP -MF .deps/fts-backend-xapian.Tpo -c -o fts-backend-xapian.lo fts-backend-xapian.cpp libtool: