Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 14e99e777038dd8c1c2308be68fedb83 > files > 66

maradns-1.3.07.09-2mdv2009.0.i586.rpm

<!-- Do *not* edit this file; it was automatically generated by ej2html
     Look for a name.ej file with the same name as this filename -->
<!-- Last updated Tue Dec  6 11:32:43 2005 -->

<HTML><HEAD>
<TITLE>Compiling MaraDNS</TITLE>

<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">

</HEAD><BODY >




<H1>Compiling MaraDNS</H1>

<H2>Requirements</H2>

MaraDNS needs a UNIX-compatible operating system, ideally one which
is not proprietary, such as Linux or FreeBSD.
MaraDNS is currently being developed on a CentOS 3.6 (RHEL 3 compatible) 
machine.  

<p>MaraDNS currently will only compile on Linux, FreeBSD, Cygwin,
and Mac OS X systems.  Other systems can be easily ported to.
MaraDNS also has partial MinGW32 
support; this allows MaraDNS to (partially) run as a native Win32 binary.

<H2>Downloading, compiling, and installing MaraDNS</H2>

<UL>

<LI>Obtain MaraDNS from <A 
    href=http://www.maradns.org/>www.maradns.org</A>

<LI>Extract the MaraDNS tarball:

    <blockquote>
    <TT>bzip2 -cd maradns-*.tar.bz2 | tar xvf -</TT>
    </blockquote>

<LI>Enter the directory that the above extraction generated.

<LI>Compile MaraDNS.  Type in <TT>./configure</TT> followed by <TT>make</TT>
    in the top-level MaraDNS directory.  

<LI>Install the MaraDNS package.  As root:
    <blockquote>
    <tt>make install</tt>
    </blockquote>

  This will install both the binaries and the man pages for 'maradns',
  'askmara', 'duende', 'fetchzone', and 'zoneserver'.  In addition, this 
  will (if the files are not already present), install an example /etc/mararc,
  make the /etc/maradns directory, and place an example zone file
  (db.example.com) in /etc/maradns.  Finally, this will place MaraDNS
  documentation in /usr/local/doc.  

</UL>
</BODY></HTML>