Home> Archives > 2011年1月アーカイブ

2011年1月アーカイブ

ubuntu インストール 覚え書き

  • 2011年1月15日 20:54

 ネットワーク設定

/etc/network/interfaces
ネットワーク再起動
sudo /etc/init.d/networking restart
gcc インストール
sudo apt-get install build-essential
openssl ライブラリーインストール
apt-get install libssl-dev
bind インストール
./configure --with-openssl=/usr --enable-ipv6 --with-libtool
rndc key作成時に libdns.so.69 が無いエラーが表示
libdnsのライブラリーインストール libbind
apt-get install libdns*
rndc kye作成
rndc-confgen -r /dev/urandom > rndc.conf

rndc-confgen: error while loading shared libraries: libdns.so.69: cannot open shared object file: No such file or directory

 

Continue reading

Index of all entries

Home> Archives > 2011年1月アーカイブ

カテゴリ
アーカイブ
購読
Powerd By

Return to page top