2009-01-20
Compiling mydns on 64bit platform (Linux)
MyDNS is a very small yet cool DNS server running of a MySQL back-end. To compile it on 64bit Centos I just had to do:
This was purely to find the required libraries.
After that the rest of the build process works as documented.
$ ./configure --with-mysql-lib=/usr/lib64/mysql/ --with-zlib=/usr/lib64/
This was purely to find the required libraries.
After that the rest of the build process works as documented.