「Samba コンパイル環境に最低限必要なパッケージ」の版間の差分
提供:Samba-JP
ナビゲーションに移動検索に移動
細 (libacl1-dev を追加) |
細 (--with-dnsupdate オプションに関する記述を追加) |
||
1行目: | 1行目: | ||
{{冒頭部|J0091|2007/05/26|たかはしもとのぶ|}} |
{{冒頭部|J0091|2007/05/26|たかはしもとのぶ|たかはしもとのぶ}} |
||
==対象== |
==対象== |
||
16行目: | 16行目: | ||
./configure (--with-libiconv=/usr/local) --with-automount --with-smbmount |
./configure (--with-libiconv=/usr/local) --with-automount --with-smbmount |
||
--with-pam --with-pam_smbpass --with-ldapsam --with-syslog --with-utmp --with-winbind |
--with-pam --with-pam_smbpass --with-ldapsam --with-syslog --with-utmp --with-winbind |
||
--with-ldap --with-ads --with-smbwrapper --with-sys-quotas |
--with-ldap --with-ads --with-smbwrapper --with-sys-quotas --with-acl-support |
||
Samba 3.0.25 以降は以下のオプションも追加しています |
|||
--with-dnsupdate |
|||
2007年5月27日 (日) 05:59時点における版
KB番号 | J0091 |
最終更新日 | 2007/05/26 |
作成者 | たかはしもとのぶ |
最終更新者 | たかはしもとのぶ |
対象
この文書は、以下のプロダクトに付いて説明したものです。
- Samba 3.0 系列
- Samba 4.0 系列
- Debian GNU/Linux 3.1
- Debian GNU/Linux 4.0
- CentOS 4.4
Samba 3.0 系列
Samba 3.0 系列をコンパイルする際に最低限必要なパッケージについて記載します。
以下のオプションをつけて configure およびコンパイルを確認しています。
./configure (--with-libiconv=/usr/local) --with-automount --with-smbmount --with-pam --with-pam_smbpass --with-ldapsam --with-syslog --with-utmp --with-winbind --with-ldap --with-ads --with-smbwrapper --with-sys-quotas --with-acl-support
Samba 3.0.25 以降は以下のオプションも追加しています
--with-dnsupdate
CentOS 4.4
以下のパッケージ(および依存関係にあるパッケージ)が必要です。
- gcc
- pam-devel
- openldap-dev
- krb5-devel
Debian GNU/Linux 3.1 および 4.0
以下のパッケージ(および依存関係にあるパッケージ)が必要です。
- gcc
- make
- libc6-dev
- libpam0g-dev
- libldap2-dev
- libkrb5-dev
- libacl1-dev
Samba 4.0 系列
Samba 4.0 系列をコンパイルする際に最低限必要なパッケージについて記載します。
以下のオプションをつけて configure およびコンパイルを確認しています。
./configure
Debian GNU/Linux 3.1
以下のパッケージ(および依存関係にあるパッケージ)が必要です。
- gcc
- make
- libc6-dev
- libpam0g-dev
- libreadline5-dev
- libgnutls11-dev
- libacl1-dev
- autoconf (TP版)