LANDISK HACKING DIARY
Since2005/8/17
TOPへ戻る

   bind9 のインストール

 

 


 bind9 をインストールする。どうせなら最新バージョンがいいので、ソースからビルドする。ビルドする際に、bison と libtool を求められたのでインストールしておく。

landisk:~# apt-get install bison libtool


landisk:~# mkdir bind9
landisk:~# cd bind9
landisk:~# apt-get source bind
landisk:~# dpkg-buildpackage -rfakeroot


ビルドが終了すると以下11個のdeb ファイルが作成されています。

landisk:~# ls | grep deb
-rw-r--r-- 1 root root 156674 8月 27 14:25 bind9-doc_9.2.4-1_all.deb
-rw-r--r-- 1 root root 98776 8月 27 14:29 bind9-host_9.2.4-1_sh4.deb
-rw-r--r-- 1 root root 318578 8月 27 14:29 bind9_9.2.4-1_sh4.deb
-rw-r--r-- 1 root root 173710 8月 27 14:30 dnsutils_9.2.4-1_sh4.deb
-rw-r--r-- 1 root root 1007422 8月 27 14:30 libbind-dev_9.2.4-1_sh4.deb
-rw-r--r-- 1 root root 545704 8月 27 14:30 libdns16_9.2.4-1_sh4.deb
-rw-r--r-- 1 root root 168516 8月 27 14:30 libisc7_9.2.4-1_sh4.deb
-rw-r--r-- 1 root root 76848 8月 27 14:30 libisccc0_9.2.4-1_sh4.deb
-rw-r--r-- 1 root root 92122 8月 27 14:30 libisccfg0_9.2.4-1_sh4.deb
-rw-r--r-- 1 root root 94756 8月 27 14:30 liblwres1_9.2.4-1_sh4.deb
-rw-r--r-- 1 root root 213570 8月 27 14:30 lwresd_9.2.4-1_sh4.deb


インストールする。

landisk:~# dpkg -i *.deb






TOPへ戻る
 
Copyright © KORO All Rights Reserved.