|
HowtouseGeoMyDNS
How to use GeoMyDNS?InstallationDownload source code
Patch for GeoMyDNS
$ gzip -dc ./geomydns_0.9.tgz | tar xvf - $ gzip -dc ./mydns-1.1.0.tar.gz | tar xvf - $ ls geomydns_0.9_for_mydns1.1.0.patch mydns-1.1.0.tar.gz mydns-1.1.0/ $ patch -p0 < ./geomydns_0.9_for_mydns1.1.0.patch Compiling
$ ./configure --with-mysql-lib=/opt/mysql/lib/mysql \ --with-mysql-include=/opt/mysql/include/mysql \ --prefix=/opt/local $ ./configure --with-mysql-lib=/opt/mysql/lib/mysql \ --with-mysql-include=/opt/mysql/include/mysql \ --prefix=/opt/local \ --with-zlib=/opt/local/lib $ make # make install
Create databaseAbout geographical dataHow to add a domain? |
Hi,
I have compiled mydns as instructed with some adaptations for CentOS 6, some of then, replacing libmysqlclient.so.10 with libmysqlclient.so.18 in ./configure file and using lib64 paths.
I see that when the database is created through sql script generated by "mydns --create-tables", a bunch of geopip tables are created.
How can I populate and effectively use them?