Bind selbst kompiliert (Ubuntu): Unterschied zwischen den Versionen

Aus Tutorials
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „ Zurück zu Bind“)
 
 
(2 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
{{note|Noch in Bearbeitung}}




== Voraussetzungen ==


<pre>
sudo apt-get install -y gcc make libssl-dev
</pre>
== Download ==
[http://www.bind9.net/download http://www.bind9.net/download]
<pre>
wget http://gd.tuwien.ac.at/infosys/servers/isc/bind9/9.9.0rc4/bind-9.9.0rc4.tar.gz
</pre>
== Installation ==
<pre>
tar -xzf bind-9.9.0rc4.tar.gz
cd bind-9.9.0rc4/
./configure
make
sudo make install
</pre>
Installationsverzeichnisse sind:
<pre>
/usr/local/bin/
/usr/local/include/
/usr/local/lib/
/usr/local/sbin/
</pre>
== Optional ==
=== Webinterface ===
[[MySQLBind (Linux)|MySQLBind]]
[http://www.debianhelp.co.uk/bindweb.htm http://www.debianhelp.co.uk/bindweb.htm]
== Links ==
[http://mysql-bind.sourceforge.net/ http://mysql-bind.sourceforge.net/]
[https://www.md6.ch/?page_id=385 https://www.md6.ch/?page_id=385]




Zurück zu [[Bind (Linux)|Bind]]
Zurück zu [[Bind (Linux)|Bind]]

Aktuelle Version vom 3. Juli 2017, 19:02 Uhr

Noch in Bearbeitung


Voraussetzungen

sudo apt-get install -y gcc make libssl-dev

Download

http://www.bind9.net/download

wget http://gd.tuwien.ac.at/infosys/servers/isc/bind9/9.9.0rc4/bind-9.9.0rc4.tar.gz

Installation

tar -xzf bind-9.9.0rc4.tar.gz
cd bind-9.9.0rc4/
./configure
make
sudo make install

Installationsverzeichnisse sind:

/usr/local/bin/
/usr/local/include/
/usr/local/lib/
/usr/local/sbin/

Optional

Webinterface

MySQLBind

http://www.debianhelp.co.uk/bindweb.htm

Links

http://mysql-bind.sourceforge.net/

https://www.md6.ch/?page_id=385


Zurück zu Bind