Skip to content

Instantly share code, notes, and snippets.

@josecanciani
Created August 22, 2015 17:40
Show Gist options
  • Save josecanciani/a7fa72d0024907a791ce to your computer and use it in GitHub Desktop.
Save josecanciani/a7fa72d0024907a791ce to your computer and use it in GitHub Desktop.
mydns-ng typical configure problems
./configure
# [ ... ]
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.
# OR:
checking for /lib/libz.so... no
checking for /usr/lib/libz.so... no
checking for /usr/local/lib/libz.so... no
configure: error:
###
### zlib compression library (libz.a) not found.
###
### Please download and install the zlib compression
### library from the following URL:
###
### http://www.gzip.org/zlib/
###
### (Error detail might be available in `config.log')
###
@josecanciani
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment