[samba-jp:20578] dynconfig.oエラー

koyama koyama @ kensui.on.arena.ne.jp
2009年 2月 6日 (金) 14:45:08 JST


まなぶんです。

CentOS5.2にSamba3.0.1をインストールしています。
参照URL:http://linux.kororo.jp/cont/server/samba30.php

$cd samba-3.0.1/source
$ ./configure --with-smbwrapper \
                         --with-pam \
                         --with-syslog \
                         --with-quotas \
                         --with-winbind \
                         --with-acl-support \
                         --with-profiling-data \
                         --with-smbwrapper \
                         --with-automount \
                         --with-smbmount \
                         --with-utmp
$make
"make"すると以下のようなエラーメッセージが表示されます。
Compiling dynconfig.c
In file included from include/smb.h:1626,
                 from include/includes.h:783,
                 from dynconfig.c:21:
include/popt_common.h:25: error: 配列の型が不完全要素型を持っています
include/popt_common.h:26: error: 配列の型が不完全要素型を持っています
include/popt_common.h:27: error: 配列の型が不完全要素型を持っています
include/popt_common.h:28: error: 配列の型が不完全要素型を持っています
make: *** [dynconfig.o] エラー 1

"dyconfig.c"の21行目がおかしいのかなと思い、dynconfig.cを見てみると
#include "includes.h"
が該当行でした。
"dynconfig.o"でgoogleで色々と検索したのですが、わかりませんでした。

単純に
$./configure
$make
でも上記と同じエラーが表示されました。

何かソフトウェアが必要なのでしょうか?

よろしくお願いします。 





samba-jp メーリングリストの案内