Created
August 22, 2015 17:40
-
-
Save josecanciani/a7fa72d0024907a791ce to your computer and use it in GitHub Desktop.
mydns-ng typical configure problems
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./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') | |
### | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Part of the tutorial: https://medium.com/@josecanciani/mydns-ng-in-ubuntu-14-04-bf9b5ced659f