• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

contrib/H24-Dec-2010-5,6203,655

doc/H03-May-2022-13,57511,813

intl/H24-Dec-2010-11,1927,977

lib/H24-Dec-2010-5,0833,053

m4/H24-Dec-2010-11,32810,208

pkg/H24-Dec-2010-835676

po/H07-May-2022-8,4846,682

src/H24-Dec-2010-27,01219,163

ABOUT-NLSH A D24-Dec-201037.6 KiB626581

AUTHORSH A D24-Dec-20101.9 KiB7849

BUGSH A D24-Dec-2010103 42

COPYINGH A D24-Dec-201017.6 KiB341281

ChangeLogH A D24-Dec-201030.8 KiB708618

INSTALLH A D24-Dec-201015.2 KiB366284

Makefile.amH A D24-Dec-20102.2 KiB7959

Makefile.inH A D03-May-202226.4 KiB861762

NEWSH A D24-Dec-2010187 114

QUICKSTART.mysqlH A D24-Dec-20101.8 KiB6437

QUICKSTART.postgresH A D24-Dec-20101.7 KiB6034

READMEH A D24-Dec-20101.2 KiB4124

README.mysqlH A D24-Dec-20101.4 KiB3624

TODOH A D24-Dec-20101 KiB4324

aclocal.m4H A D24-Dec-201034.9 KiB989891

config.guessH A D24-Dec-201043.9 KiB1,5021,291

config.h.inH A D03-May-202216.7 KiB628438

config.rpathH A D24-Dec-201014.6 KiB549443

config.subH A D24-Dec-201033.6 KiB1,7061,558

configureH A D24-Dec-2010580.7 KiB20,72916,484

configure.acH A D24-Dec-20105.1 KiB178157

depcompH A D24-Dec-201018.2 KiB631407

install-shH A D24-Dec-201013.3 KiB521344

ltmain.shH A D24-Dec-2010237.5 KiB8,4076,475

missingH A D24-Dec-201011.2 KiB377281

mkinstalldirsH A D24-Dec-20103.5 KiB163112

mydns.confH A D24-Dec-20102.1 KiB5128

README

1MyDNS - SQL-based DNS server
2
3This is the MyDNS package.  MyDNS is a simple, non-recursive Internet
4name daemon which serves records directly from an SQL database.  It
5currently works with either MySQL or PostgreSQL.
6
7This version of the MyDNS package is a development of the original one
8produced by Don Moore.
9
10This original package has a homepage on the WWW at the following URL:
11
12     http://mydns.bboy.net/
13
14The current package has a homepage on the WWW at the following URL:
15
16     http://www.mydns-ng.com
17
18There is a SourceForge project for MyDNS-ng that tracks the changes made
19
20MySQL has a homepage on the WWW at the following URL:
21
22     http://www.mysql.com/
23
24PostgreSQL has a homepage on the WWW at the following URL:
25
26     http://www.postgresql.org/
27
28Code contributions and input are appreciated.  See the TODO file for a
29list of things that need to be done.
30
31MyDNS allows internationalization via GNU gettext.  Translations
32are encouraged and gladly accepted.
33
34If you are looking for the web interface for MyDNS, it's included in
35the MyDNS distribution as contrib/admin.php.  See contrib/README for
36installation instructions.
37
38
39- 12-May-2004  		Don Moore  		<bboy@bboy.net>
40- 23-January-2009	Howard Wilkinson	<howard@cohtech.com>
41

README.mysql

1
2SSL ERRORS DURING "make"
3------------------------------------------------------------------------
4If "make" fails with a bunch of SSL-related looking errors, you probably
5have a MySQL client library that requires OpenSSL support.  Rerun
6the "configure" script as "./configure --with-openssl" and try to "make"
7again.
8
9
10
11"ZLIB" LINKER ERRORS DURING "make"
12------------------------------------------------------------------------
13If compilation fails with an error like "libtool: link: cannot find the
14library `/usr/lib/mysql/libz.la'", this is a bug in MySQL.
15
16If you are running MySQL 4.1, version 4.1.16 (and possibly later) is
17known to have this bug.  I haven't tried version 4.1.15.  Version 4.1.14
18is known to work fine.  Downgrading to 4.1.14 will work.
19
20If you are running MySQL 5.x, I can't help you much since I don't run
21those versions myself and haven't heard any other reports of the error.
22http://dev.mysql.com/doc/refman/5.0/en/news-5-0-17.html says:
23
24    "The original Linux RPM packages (5.0.17-0) had an issue
25     with a zlib dependency that would result in an error
26     during an install or upgrade.  They were replaced by new
27     binaries, 5.0.17-1".
28
29I do not know if that means the bug is limited to 5.0.17, or all
30prior versions, or what.  Please email bboy@bboy.net if you can give me
31a definitive answer to put in here.
32
33
34
35- 18-Jan-2006  Don Moore  <bboy@bboy.net>
36