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

..03-May-2022-

contrib/H18-Jan-2006-5,1373,337

doc/H03-May-2022-10,4018,894

intl/H18-Jan-2006-8,7976,106

lib/H18-Jan-2006-4,9262,981

m4/H18-Jan-2006-6,7906,145

pkg/H18-Jan-2006-854691

po/H07-May-2022-5,0253,920

src/H18-Jan-2006-18,81512,861

ABOUT-NLSH A D25-May-200221.6 KiB406362

AUTHORSH A D15-Jul-20031.7 KiB7243

BUGSH A D15-Mar-2003102 32

COPYINGH A D25-May-200217.6 KiB341281

ChangeLogH A D18-Jan-200628 KiB650568

INSTALLH A D21-Jul-20039 KiB230175

Makefile.amH A D18-Jan-20062.9 KiB9471

Makefile.inH A D03-May-202223.3 KiB752666

NEWSH A D18-Jan-20063.4 KiB7264

QUICKSTART.mysqlH A D18-Jan-20061.8 KiB6437

QUICKSTART.postgresH A D07-Dec-20031.7 KiB6034

READMEH A D13-May-2004958 3219

README.mysqlH A D18-Jan-20061.4 KiB3624

TODOH A D28-Apr-20051 KiB4324

aclocal.m4H A D18-Jan-200631.3 KiB881791

config.guessH A D21-Jul-200341.1 KiB1,4081,211

config.h.inH A D18-Jan-200610.8 KiB415284

config.rpathH A D25-May-200213.8 KiB514425

config.subH A D21-Jul-200329.6 KiB1,5051,364

configureH A D18-Jan-2006598.6 KiB20,68117,237

configure.acH A D21-Apr-20053.6 KiB120105

depcompH A D21-Jul-200313.4 KiB473299

install-shH A D21-Jul-20037 KiB295169

ltmain.shH A D30-May-2002135.7 KiB4,9853,988

makeinfoH A D13-Mar-2003292 128

missingH A D21-Jul-200310 KiB337263

mkinstalldirsH A D21-Jul-20031.9 KiB11285

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 package has a homepage on the WWW at the following URL:
8
9     http://mydns.bboy.net/
10
11MySQL has a homepage on the WWW at the following URL:
12
13     http://www.mysql.com/
14
15PostgreSQL has a homepage on the WWW at the following URL:
16
17     http://www.postgresql.org/
18
19Code contributions and input are appreciated.  See the TODO file for a
20list of things that need to be done.
21
22MyDNS allows internationalization via GNU gettext.  Translations
23are encouraged and gladly accepted.  Send translations to the author
24at <bboy@bboy.net>.
25
26If you are looking for the web interface for MyDNS, it's included in
27the MyDNS distribution as contrib/admin.php.  See contrib/README for
28installation instructions.
29
30
31- 12-May-2004  Don Moore  <bboy@bboy.net>
32

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