Re: building Dovecot in Debian 9

2017-04-25 Thread KT Walrus
> On Apr 25, 2017, at 7:54 PM, Peter van der Does > wrote: > > Kevin, > > Regarding the configuration error, your missing a package: > zlib1g-dev Thanks! I guess default-libmysqlclient-dev drags in zlib1g-dev for some reason that the Oracle package doesn’t.

Re: building Dovecot in Debian 9

2017-04-25 Thread Peter van der Does
Kevin, Regarding the configuration error, your missing a package: zlib1g-dev As far as the deprecation warning, it's a bit more complicated. The source of Dovecot needs to be patched to check for the OpenSSL version and depending on the version use a different DH_generate_numbers function.

Re: building Dovecot in Debian 9

2017-04-25 Thread KT Walrus
> On Apr 25, 2017, at 5:37 PM, KT Walrus wrote: > > Also, I spotted a deprecation warning that you might want to look into since > it has to do with building against OpenSSL 1.1 (which is the default version > for Debian 9). Oops!!! Forgot to attach the warning: libtool:

Re: building Dovecot in Debian 9

2017-04-25 Thread KT Walrus
Dockerfile.debian9 Description: Binary data

Re: building Dovecot in Debian 9

2017-04-25 Thread Peter van der Does
On 4/25/17 4:06 PM, KT Walrus wrote: > >> On Apr 25, 2017, at 2:16 PM, Peter van der Does >> wrote: >> >> You might have to install the package default-libmysqlclient-dev from >> the Debian repo. > > Isn’t that the MariaDB package? I don’t really want to mix MariaDB

Re: building Dovecot in Debian 9

2017-04-25 Thread KT Walrus
> On Apr 25, 2017, at 2:16 PM, Peter van der Does > wrote: > > You might have to install the package default-libmysqlclient-dev from > the Debian repo. Isn’t that the MariaDB package? I don’t really want to mix MariaDB with MySQL (even though they are probably still

Re: building Dovecot in Debian 9

2017-04-25 Thread Peter van der Does
You might have to install the package default-libmysqlclient-dev from the Debian repo. Peter On 4/25/17 1:37 PM, KT Walrus wrote: > I’m trying to build Dovecot 2.2.29.1 in a Docker container today and have the > following error in ./configure: > > checking for shadow.h... yes > checking for

building Dovecot in Debian 9

2017-04-25 Thread KT Walrus
I’m trying to build Dovecot 2.2.29.1 in a Docker container today and have the following error in ./configure: checking for shadow.h... yes checking for pam_start in -lpam... no checking for auth_userokay... no checking for mysql_config... mysql_config checking for mysql_init in -lmysqlclient...