qmail関連ツールでvpopmailを入れようとしたところ./configureの部分で
詰まってしまいインストール出来ない状態です。
./configure --enable-logging=p
--enable-relay-clear-minutes=30
--enable-roaming-users=y
--enable-tcpserver-file=/etc/tcpserver.d/smtp
--enable-default-domain=
--enable-hardquota=100000000
下記のメッセージが出てエラーになってしまいます。
---
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking host system type... i386-unknown-freebsd4.7
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for ranlib... ranlib
checking for POSIXized ISC... no
checking how to run the C preprocessor... gcc -E
checking for AIX... no
No vpopmail user found.
Please add the vchkpw group and
vpopmail user. Then run configure again
yes
configure: error: No vpopmail user.
---
No vpopmail user. <= ユーザーが作成されていない?
# adduser -u 2009 -g vchkpw -d /usr/local/vpopmail -s /bin/false vpopmail
↑一応作ってあるのですが...
No vpopmail user. <= ユーザーが作成されていない?
# adduser -u 2009 -g vchkpw -d /usr/local/vpopmail -s /bin/false
vpopmail
↑一応作ってあるのですが...
INSTALLというファイルを読むと、idは89番を指定するよう説明されていますが?
2. add groups and users and home directory
# groupadd -g 89 vchkpw
# useradd -g vchkpw -u 89 vpopmail
質問者
お礼
両方とも89に変更しましたが同様のエラーでインストール出来ない状態です。
申し訳御座いませんが再度アドバイスをお願い出来ないでしょうか?
---
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking host system type... i386-unknown-freebsd4.7
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for ranlib... ranlib
checking for POSIXized ISC... no
checking how to run the C preprocessor... gcc -E
checking for AIX... no
No vpopmail user found.
Please add the vchkpw group and
vpopmail user. Then run configure again
yes
configure: error: No vpopmail user.
お礼
両方とも89に変更しましたが同様のエラーでインストール出来ない状態です。 申し訳御座いませんが再度アドバイスをお願い出来ないでしょうか? --- checking for a BSD compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... missing checking for working autoconf... missing checking for working automake... missing checking for working autoheader... missing checking for working makeinfo... found checking host system type... i386-unknown-freebsd4.7 checking for gcc... gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking for ranlib... ranlib checking for POSIXized ISC... no checking how to run the C preprocessor... gcc -E checking for AIX... no No vpopmail user found. Please add the vchkpw group and vpopmail user. Then run configure again yes configure: error: No vpopmail user.