「Samba コンパイル環境に最低限必要なパッケージ」の版間の差分

提供:Samba-JP
ナビゲーションに移動検索に移動
編集の要約なし
編集の要約なし
7行目: 7行目:
==説明==
==説明==
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


===Debian GNU/Linux 3.1===
===Debian GNU/Linux 3.1===
13行目: 19行目:


*gcc
*gcc
*make
*libc6-dev
*libpam0g-dev
*libpam0g-dev
*libldap2-dev
*libldap2-dev

2007年3月11日 (日) 07:30時点における版

KB番号 J0091
最終更新日 2007/03/11
作成者 たかはしもとのぶ
最終更新者

対象

この文書は、以下のプロダクトに付いて説明したものです。

  • 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

Debian GNU/Linux 3.1

以下のパッケージ(および依存関係にあるパッケージ)が必要です。

  • gcc
  • make
  • libc6-dev
  • libpam0g-dev
  • libldap2-dev
  • libkrb5-dev