| □メニュー
えむけいプラン
〒020-0065
岩手県盛岡市西下台町17-41
TEL:019-651-2986
FAX:019-651-2987 |
samba-2.0.6
1.samba-2.0.6
- ダウンロード
http://www.samba.org/から辿れるDownload sitesからsamba-2.0.6.tar.gzをダウンロードする。
- 解凍
# cd /usr/src
# tar xvfz samba-2.0.6.tar.gz
samba-2.0.6のディレクトリが作成される。
- Makefileの修正
FreeBSDと日本語環境の設定をする。
# cd samba-2.0.6/source
# ./configure
# ee Makefile
# make
# make install
|