[Pdns-users] Re: Cannot compile because of MySQL even if I do not want MySql support

Stephane Bortzmeyer bortzmeyer at nic.fr
Wed Jan 17 14:23:21 UTC 2007


On Wed, Jan 17, 2007 at 02:40:17PM +0100,
 bert hubert <bert.hubert at netherlabs.nl> wrote 
 a message of 19 lines which said:

> Try --with-modules=""

Apparently, I need:

./configure   --with-modules="gpgsql" --disable-mysql

(Yes, both with-modules and disable-mysql)

It seems to work but it fails later on:

config.status: creating Makefile
config.status: error: cannot find input file: Makefile.in

Indeed, automake does not create it. It spits a lot of warnings and I
do not know if they are related or not:

pdns/backends/bind/Makefile.am:2: 
pdns/backends/bind/Makefile.am:2: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
pdns/backends/bind/Makefile.am:2: to `configure.in' and run `aclocal' and `autoconf' again.


More information about the Pdns-users mailing list