I am trying to setup mydns on Ubuntu 10.04 following this tutorial http://www.howtoforge.com/perfect-server-ubuntu-10.04-lucid-lynx-ispconfig-3-p4 But not doing the bind install. I have installed mysql and its listing on all ports. Trying to run the ./configure command and it keeps telling me that there is no database to use. What have i done wrong? checking for sa_len in struct sockaddr... no checking whether to enable alias patch... no checking whether to support MySQL... yes checking for /usr/local/mysql/lib/libmysqlclient_r.so... no checking for /usr/local/mysql/lib/libmysqlclient.so... no checking for /usr/local/mysql/lib/libmysqlclient.a... no checking for /usr/local/lib/mysql/libmysqlclient_r.so... no checking for /usr/local/lib/mysql/libmysqlclient.so... no checking for /usr/local/lib/mysql/libmysqlclient.a... no checking for /usr/local/lib/libmysqlclient_r.so... no checking for /usr/local/lib/libmysqlclient.so... no checking for /usr/local/lib/libmysqlclient.a... no checking for /usr/lib/mysql/libmysqlclient_r.so... no checking for /usr/lib/mysql/libmysqlclient.so... no checking for /usr/lib/mysql/libmysqlclient.a... no checking for /usr/lib/libmysqlclient_r.so... no checking for /usr/lib/libmysqlclient.so... no checking for /usr/lib/libmysqlclient.a... no checking for /lib/libmysqlclient_r.so... no checking for /lib/libmysqlclient.so... no checking for /lib/libmysqlclient.a... no checking for /usr/include/mysql.h... no checking for /usr/include/mysql/mysql.h... no checking for /usr/local/include/mysql.h... no checking for /usr/local/include/mysql/mysql.h... no checking for /usr/local/mysql/include/mysql.h... no checking whether to support PostgreSQL... yes checking for /usr/local/pgsql/lib/libpq.so... no checking for /lib/libpq.so... no checking for /usr/lib/libpq.so... no checking for /usr/local/lib/libpq.so... no checking for /usr/local/pgsql/include/libpq-fe.h... no checking for /usr/include/postgresql/libpq-fe.h... no checking for /usr/include/libpq-fe.h... no checking for /usr/local/include/libpq-fe.h... no checking whether to compile with OpenSSL support... no checking for default config file location... /etc/mydns.conf checking whether to build static binary... no checking for MySQL support... no checking for PostgreSQL support... no checking which database to use... none configure: error: No supported database found. Either MySQL or PostgreSQL is required. root@webster:/tmp/mydns-1.2.8# root@webster:/tmp/mydns-1.2.8# netstat -tap | grep mysql tcp 0 0 *:mysql *:* LISTEN 10323/mysqld root@webster:/tmp/mydns-1.2.8#