UJP - 技術情報1

Life is fun and easy!

不正IP報告数

Okan Sensor
 
メイン
ログイン
ブログ カテゴリ一覧

Courier Mail Serverのインストール

Courier Mail Serverのインストール


0.改訂履歴

  • 2006.04.04 新規作成
  • 2006.04.05 自動起動の設定を追加

1.はじめに

 このドキュメントでは,Courier Mail Serverのインストール手順を説明する. Courier-imapには,authuerdb,authmysql,authldap,authcram等の認証方法があるが,ここではOSのパスワードファイル(/etc/passwd)による認証を行う方式とする. また,そのために必要なcourier-authlibのインストール方法も説明してある.

 なお,使用しているOSは,RedHat Linux ES上で稼働している.

2.モジュールの入手とインストールの前準備

  • CourierIMAPの公式サイトは次の通りとなる.
  • また,CourierIMAPのコンパイル作業はrootユーザ以外で実行しなければならない.
  • よって,一般ユーザでログインして作業を行う.
  • とりあえずは,モジュールをダウンロードする.
[shinnai@apollo Download]# curl -O http://internap.dl.sourceforge.net/sourceforge/courier/courie
r-imap-4.1.0.tar.bz2
  % Total    % Received % Xferd  Average Speed          Time             Curr.
                                 Dload  Upload Total    Current  Left    Speed
100 3136k  100 3136k    0     0  54681      0  0:00:58  0:00:58  0:00:00 75118
[shinnai@apollo Download]# 
  • ダウンロードファイルを確認する.
[shinnai@apollo Download]# ls -la courier-imap-4.1.0.tar.bz2
-rw-r--r--    1 shinnai     shinnai      3211530 Apr  4 12:02 courier-imap-4.1.0.tar.bz2
[shinnai@apollo Download]#
  • アーカイブを展開する.
[shinnai@apollo Download]# tar jxf courier-imap-4.1.0.tar.bz2
[shinnai@apollo Download]# 
  • 展開したディレクトリに移動する.
[shinnai@apollo Download]# cd courier-imap-4.1.0
[shinnai@apollo courier-imap-4.1.0]#
  • どのようなファイルがあるか確認する.
[shinnai@apollo courier-imap-4.1.0]# ls
00README.NOW.OR.SUFFER  courier-imap.spec         ltmain.sh        README
aclocal.m4              courier-imap.spec.in      maildir          README.cygwin
AUTHORS                 courier-imap.sysvinit.in  makedat          rfc1035
automake.fix            dbobj.config.in           Makefile.am      rfc2045
bdbobj                  dbobj.h.in                Makefile.in      rfc822
ChangeLog               depcomp                   md5              rpm.release
config.guess            gdbmobj                   missing          sha1
config.h.in             imap                      NEWS             soxwrap
config.sub              imapd.rc.in               NEWS.html        sysconftool
configure               imapd-ssl.rc.in           numlib           tcpd
configure.in            INSTALL                   packaging        unicode
COPYING                 INSTALL.html.in           pgpkeys.txt      waitlib
COPYING.GPL             install-sh                pop3d.rc.in
courier-imap.lpspec     libhmac                   pop3d-ssl.rc.in
courier-imap.lpspec.in  liblock                   random128
[shinnai@apollo courier-imap-4.1.0]# 
  • Courier-imapには,authuerdb,authmysql,authldap,authcram等の認証モジュールが用意されている.
  • ここでは,システム上のユーザをメールアカウントとして構築を行う.
[shinnai@apollo courier-imap-4.1.0]$ ./configure --without-authmysql ¥
> --without-authldap ¥
> --without-authcram ¥
> --without-authuserdb
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for gawk... (cached) gawk
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for perl5... no
checking for perl... /usr/bin/perl
checking for sysconftool...... ././sysconftool
checking build system type... i686-redhat-linux-gnu
checking host system type... i686-redhat-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) no
checking for dlopen in -ldl... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for env... /bin/env
configure: WARNING: === I think you are trying to run this configure script
configure: WARNING: === on Red Hat/Fedora.  You're doing too much work!
configure: WARNING: === It's much faster to create installable binary RPMs
configure: WARNING: === like this: http://www.courier-mta.org/FAQ.html#rpm
configure: WARNING: === When you do this you may find that RPM will tell you
configure: WARNING: === to install some other software first, before trying to
configure: WARNING: === build this one, and even tell you the name of RPMs you
configure: WARNING: === need to install from the distribution CD.  That's much
configure: WARNING: === easier than trying to figure out the same from some
configure: WARNING: === cryptic error message.
configure: WARNING: 
configure: WARNING: === Even if you don't intend to use everything you need to
configure: WARNING: === have in order to build via RPM, you should still do as
configure: WARNING: === you're told.  All the extra stuff (LDAP, SQL, etc...)
configure: WARNING: === goes into RPM sub-packages, which do not need to be
configure: WARNING: === installed.
configure: WARNING: === But, if you insist, you can simply add '--with-redhat'
configure: WARNING: === parameter to this configure script and not see this
configure: WARNING: === error message.  You should also do this when upgrading
configure: WARNING: === and you didn't use RPM with the older version.
configure: error: ... in either case you better know what you're doing!
[shinnai@apollo courier-imap-4.1.0]$
  • --with-redhatオプションをつけてconfigureすれば,エラーメッセージを見なくて済むものがあるそうなので,実行してみる.
[shinnai@apollo courier-imap-4.1.0]$ ./configure --without-authmysql --without-authldap ¥
> --without-authcram --without-authuserdb --with-redhat
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes

〜略〜


checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for env... /bin/env
checking for courierauthconfig... no
configure: WARNING: === Courier authentication library not found.
configure: WARNING: === You need to download and install
configure: WARNING: === http://www.courier-mta.org/download.php#authlib first.
configure: WARNING: === If courier-authlib is installed in a non-default
configure: WARNING: === directory, set the COURIERAUTHCONFIG environment
configure: WARNING: === variable to the full path to the courierauthconfig
configure: WARNING: === binary and rerun this configure script.
configure: WARNING: 
configure: error: courierauthconfig not found
[shinnai@apollo courier-imap-4.1.0]$ 
  • 認証様のライブラリがインストールされてないと言うことでエラーになっている.
  • この場合は,作業を中断し,courier authlibを別途インストールを行う.
  • 正しくconfigureできると,次のようになる.
  • configureを実行する.
[shinnai@apollo courier-imap-4.1.0]$ ./configure --without-authmysql ¥
> --without-authldap --withoout-authcram ¥
> --without-authuserdb --with-redhat
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for gawk... (cached) gawk
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for perl5... no
checking for perl... /usr/bin/perl
checking for sysconftool...... ././sysconftool
checking build system type... i686-redhat-linux-gnu
checking host system type... i686-redhat-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) no
checking for dlopen in -ldl... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for env... /bin/env
checking for courierauthconfig... /usr/local/bin/courierauthconfig
checking for gdbm_open in -lgdbm... yes
checking for gdbm_open... yes
checking for dbopen in -ldb... no
checking for db_open in -ldb... no
checking for db_env_create in -ldb... yes
checking for dbopen... no
checking for db_open... no
checking for db_env_create... yes
unlimited
configure: creating ./config.status
config.status: creating Makefile
config.status: creating dbobj.h
config.status: creating dbobj.config
config.status: creating imapd.rc
config.status: creating imapd-ssl.rc
config.status: creating pop3d.rc
config.status: creating pop3d-ssl.rc
config.status: creating courier-imap.sysvinit
config.status: creating courier-imap.spec
config.status: creating courier-imap.lpspec
config.status: creating INSTALL.html
config.status: creating packaging/suse/courier-imap.init
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
configure: configuring in numlib
configure: running /bin/sh './configure' --prefix=/usr/lib/courier-imap  '--wi
thout-authmysql' '--without-authldap' '--without-authcram' '--without-authuser
db' '--with-redhat' --with-db=gdbm --with-userdb=/etc/userdb --with-makedatpro
g='/usr/lib/courier-imap/libexec/makedatprog' --with-mailuser=root --without-s
ocks --with-authchangepwdir=/var/tmp/dev/null --with-package=courier-imap --wi
th-version=4.1.0 --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gawk... (cached) gawk
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking build system type... i686-redhat-linux-gnu
checking host system type... i686-redhat-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for unistd.h... (cached) yes
checking for uid_t in sys/types.h... yes
checking for pid_t... yes
checking for setgroups... yes
checking for initgroups... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
configure: configuring in bdbobj
configure: running /bin/sh './configure' --prefix=/usr/lib/courier-imap  '--wi
thout-authmysql' '--without-authldap' '--without-authcram' '--without-authuser
db' '--with-redhat' --with-db=gdbm --with-userdb=/etc/userdb --with-makedatpro
g='/usr/lib/courier-imap/libexec/makedatprog' --with-mailuser=root --without-s
ocks --with-authchangepwdir=/var/tmp/dev/null --with-package=courier-imap --wi
th-version=4.1.0 --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for AIX... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking for gawk... (cached) gawk
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for library containing strerror... none required
checking build system type... i686-redhat-linux-gnu
checking host system type... i686-redhat-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for dbopen in -ldb... no
checking for db_open in -ldb... no
checking for db_env_create in -ldb... yes
checking for dbopen... no
checking for db_open... no
checking for db_env_create... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking if the C++ compiler needs -fhandle-exceptions... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
configure: configuring in gdbmobj
configure: running /bin/sh './configure' --prefix=/usr/lib/courier-imap  '--wi
thout-authmysql' '--without-authldap' '--without-authcram' '--without-authuser
db' '--with-redhat' --with-db=gdbm --with-userdb=/etc/userdb --with-makedatpro
g='/usr/lib/courier-imap/libexec/makedatprog' --with-mailuser=root --without-s
ocks --with-authchangepwdir=/var/tmp/dev/null --with-package=courier-imap --wi
th-version=4.1.0 --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for AIX... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking for library containing strerror... none required
checking for gawk... (cached) gawk
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking build system type... i686-redhat-linux-gnu
checking host system type... i686-redhat-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for gdbm_open in -lgdbm... yes
checking for gdbm_open... yes
checking for gdbm_fdesc... yes
checking for unistd.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking if the C++ compiler needs -fhandle-exceptions... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
configure: configuring in soxwrap
configure: running /bin/sh './configure' --prefix=/usr/lib/courier-imap  '--wi
thout-authmysql' '--without-authldap' '--without-authcram' '--without-authuser
db' '--with-redhat' --with-db=gdbm --with-userdb=/etc/userdb --with-makedatpro
g='/usr/lib/courier-imap/libexec/makedatprog' --with-mailuser=root --without-s
ocks --with-authchangepwdir=/var/tmp/dev/null --with-package=courier-imap --wi
th-version=4.1.0 --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gawk... (cached) gawk
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking whether ln -s works... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for the Courier Socks library... no
checking for socket in -lsocket... no
checking for socket in -lsocket... (cached) no
checking for connect in -lsocket... no
checking for connect in -lsocket... (cached) no
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for sys/stat.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for sys/select.h... (cached) yes
checking for sys/poll.h... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking for structs in6_addr, sockaddr_in6, and sockaddr_storage... yes
checking for socklen_t... yes
checking for inet_pton... yes
checking for poll... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating soxwrap_config.h
config.status: soxwrap_config.h is unchanged
config.status: executing depfiles commands
configure: configuring in unicode
configure: running /bin/sh './configure' --prefix=/usr/lib/courier-imap  '--wi
thout-authmysql' '--without-authldap' '--without-authcram' '--without-authuser
db' '--with-redhat' --with-db=gdbm --with-userdb=/etc/userdb --with-makedatpro
g='/usr/lib/courier-imap/libexec/makedatprog' --with-mailuser=root --without-s
ocks --with-authchangepwdir=/var/tmp/dev/null --with-package=courier-imap --wi
th-version=4.1.0 --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make sets $(MAKE)... (cached) yes
checking build system type... i686-redhat-linux-gnu
checking host system type... i686-redhat-linux-gnu
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for perl5... no
checking for perl... /usr/bin/perl
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating unicode_config.h
config.status: unicode_config.h is unchanged
config.status: executing depfiles commands
configure: configuring in rfc822
configure: running /bin/sh './configure' --prefix=/usr/lib/courier-imap  '--wi
thout-authmysql' '--without-authldap' '--without-authcram' '--without-authuser
db' '--with-redhat' --with-db=gdbm --with-userdb=/etc/userdb --with-makedatpro
g='/usr/lib/courier-imap/libexec/makedatprog' --with-mailuser=root --without-s
ocks --with-authchangepwdir=/var/tmp/dev/null --with-package=courier-imap --wi
th-version=4.1.0 --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for library containing strerror... none required
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for AIX... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking build system type... i686-redhat-linux-gnu
checking host system type... i686-redhat-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for ANSI C header files... (cached) yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for setlocale... yes
checking how to calculate alternate timezone... daylight
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
configure: configuring in rfc1035
configure: running /bin/sh './configure' --prefix=/usr/lib/courier-imap  '--wi
thout-authmysql' '--without-authldap' '--without-authcram' '--without-authuser
db' '--with-redhat' --with-db=gdbm --with-userdb=/etc/userdb --with-makedatpro
g='/usr/lib/courier-imap/libexec/makedatprog' --with-mailuser=root --without-s
ocks --with-authchangepwdir=/var/tmp/dev/null --with-package=courier-imap --wi
th-version=4.1.0 --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gawk... (cached) gawk
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking build system type... i686-redhat-linux-gnu
checking host system type... i686-redhat-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) no
checking for dlopen in -ldl... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for socket in -lsocket... no
checking for socket in -lsocket... (cached) no
checking for connect in -lsocket... no
checking for connect in -lsocket... (cached) no
checking for socket in -lsocket... (cached) no
checking for an ANSI C-conforming const... yes
checking whether time.h and sys/time.h may both be included... yes
checking for uint32_t... no
checking for u_int_32_t... yes
checking for socklen_t... yes
checking for strcasecmp... yes
checking for structs in6_addr, sockaddr_in6, and sockaddr_storage... yes
checking for IPv6 flavor... glibc (default)
checking for SIOCGIFCONF... yes
checking for alloca... yes
checking for inet_pton... yes
checking for inet_ntop... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
configure: configuring in rfc2045
configure: running /bin/sh './configure' --prefix=/usr/lib/courier-imap  '--wi
thout-authmysql' '--without-authldap' '--without-authcram' '--without-authuser
db' '--with-redhat' --with-db=gdbm --with-userdb=/etc/userdb --with-makedatpro
g='/usr/lib/courier-imap/libexec/makedatprog' --with-mailuser=root --without-s
ocks --with-authchangepwdir=/var/tmp/dev/null --with-package=courier-imap --wi
th-version=4.1.0 --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for library containing strerror... none required
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for AIX... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking build system type... i686-redhat-linux-gnu
checking host system type... i686-redhat-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) no
checking for dlopen in -ldl... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for ANSI C header files... (cached) yes
checking for unistd.h... (cached) yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking for strings.h... (cached) yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for missing gethostname prototype... no
checking for an ANSI C-conforming const... yes
checking for off_t... yes
checking for size_t... yes
checking for pid_t... yes
checking for setlocale... yes
checking for strncasecmp... yes
checking for strcasecmp... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating rfc2045charset.h
config.status: creating rfc2045_config.h
config.status: rfc2045_config.h is unchanged
config.status: executing depfiles commands
configure: configuring in md5
configure: running /bin/sh './configure' --prefix=/usr/lib/courier-imap  '--wi
thout-authmysql' '--without-authldap' '--without-authcram' '--without-authuser
db' '--with-redhat' --with-db=gdbm --with-userdb=/etc/userdb --with-makedatpro
g='/usr/lib/courier-imap/libexec/makedatprog' --with-mailuser=root --without-s
ocks --with-authchangepwdir=/var/tmp/dev/null --with-package=courier-imap --wi
th-version=4.1.0 --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gawk... (cached) gawk
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... i686-redhat-linux-gnu
checking host system type... i686-redhat-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for uint32_t... no
checking for u_int_32_t... yes
checking for an ANSI C-conforming const... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
configure: configuring in sha1
configure: running /bin/sh './configure' --prefix=/usr/lib/courier-imap  '--wi
thout-authmysql' '--without-authldap' '--without-authcram' '--without-authuser
db' '--with-redhat' --with-db=gdbm --with-userdb=/etc/userdb --with-makedatpro
g='/usr/lib/courier-imap/libexec/makedatprog' --with-mailuser=root --without-s
ocks --with-authchangepwdir=/var/tmp/dev/null --with-package=courier-imap --wi
th-version=4.1.0 --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking build system type... i686-redhat-linux-gnu
checking host system type... i686-redhat-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for sys/types.h... (cached) yes
checking for uint32_t... no
checking for u_int_32_t... yes
checking for an ANSI C-conforming const... yes
checking for ANSI C header files... (cached) yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
configure: configuring in random128
configure: running /bin/sh './configure' --prefix=/usr/lib/courier-imap  '--wi
thout-authmysql' '--without-authldap' '--without-authcram' '--without-authuser
db' '--with-redhat' --with-db=gdbm --with-userdb=/etc/userdb --with-makedatpro
g='/usr/lib/courier-imap/libexec/makedatprog' --with-mailuser=root --without-s
ocks --with-authchangepwdir=/var/tmp/dev/null --with-package=courier-imap --wi
th-version=4.1.0 --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for AIX... no
checking for library containing strerror... none required
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for ps... /bin/ps
checking for w... /usr/bin/w
checking build system type... i686-redhat-linux-gnu
checking host system type... i686-redhat-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for unistd.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for pid_t... yes
checking for random source... /dev/urandom
checking for some good options for ps... -Afl
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
configure: configuring in liblock
configure: running /bin/sh './configure' --prefix=/usr/lib/courier-imap  '--wi
thout-authmysql' '--without-authldap' '--without-authcram' '--without-authuser
db' '--with-redhat' --with-db=gdbm --with-userdb=/etc/userdb --with-makedatpro
g='/usr/lib/courier-imap/libexec/makedatprog' --with-mailuser=root --without-s
ocks --with-authchangepwdir=/var/tmp/dev/null --with-package=courier-imap --wi
th-version=4.1.0 --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gawk... (cached) gawk
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking build system type... i686-redhat-linux-gnu
checking host system type... i686-redhat-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/fcntl.h usability... yes
checking sys/fcntl.h presence... yes
checking for sys/fcntl.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for unistd.h... (cached) yes
checking sysexits.h usability... yes
checking sysexits.h presence... yes
checking for sysexits.h... yes
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for an ANSI C-conforming const... yes
checking for off_t... yes
checking for pid_t... yes
checking return type of signal handlers... void
checking for off64_t... no
checking for flock_t... no
checking for setpgrp... yes
checking for setpgrp... (cached) yes
checking whether setpgrp takes no argument... yes
checking for fcntl... yes
checking for flock... yes
checking for lockf... yes
checking for locking method... fcntl
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
configure: configuring in maildir
configure: running /bin/sh './configure' --prefix=/usr/lib/courier-imap  '--wi
thout-authmysql' '--without-authldap' '--without-authcram' '--without-authuser
db' '--with-redhat' --with-db=gdbm --with-userdb=/etc/userdb --with-makedatpro
g='/usr/lib/courier-imap/libexec/makedatprog' --with-mailuser=root --without-s
ocks --with-authchangepwdir=/var/tmp/dev/null --with-package=courier-imap --wi
th-version=4.1.0 --cache-file=/dev/null --srcdir=.
checking build system type... i686-redhat-linux-gnu
checking host system type... i686-redhat-linux-gnu
checking target system type... i686-redhat-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gawk... (cached) gawk
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for library containing strerror... none required
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for AIX... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) no
checking for dlopen in -ldl... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for perl5... no
checking for perl... /usr/bin/perl
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking for sys/stat.h... (cached) yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking sysexits.h usability... yes
checking sysexits.h presence... yes
checking for sysexits.h... yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking pcre.h usability... no
checking pcre.h presence... no
checking for pcre.h... no
checking pcre/pcre.h usability... yes
checking pcre/pcre.h presence... yes
checking for pcre/pcre.h... yes
checking for pcre.h... (cached) no
checking for pcre/pcre.h... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking vector usability... yes
checking vector presence... yes
checking for vector... yes
checking vector.h usability... yes
checking vector.h presence... yes
checking for vector.h... yes
checking for an ANSI C-conforming const... yes
checking for off_t... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking fam.h usability... yes
checking fam.h presence... yes
checking for fam.h... yes
checking for symlink... yes
checking for readlink... yes
checking for strcasecmp... yes
checking for utime... yes
checking for utimes... yes
checking for FAMOpen in -lfam... yes
checking for fam.h... (cached) yes
checking for missing gethostname prototype... no
checking for mailbot... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating sharedindexinstall
config.status: creating sharedindexsplit
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
configure: configuring in makedat
configure: running /bin/sh './configure' --prefix=/usr/lib/courier-imap  '--wi
thout-authmysql' '--without-authldap' '--without-authcram' '--without-authuser
db' '--with-redhat' --with-db=gdbm --with-userdb=/etc/userdb --with-makedatpro
g='/usr/lib/courier-imap/libexec/makedatprog' --with-mailuser=root --without-s
ocks --with-authchangepwdir=/var/tmp/dev/null --with-package=courier-imap --wi
th-version=4.1.0 --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for perl5... no
checking for perl... /usr/bin/perl
checking for cat... /bin/cat
checking build system type... i686-redhat-linux-gnu
checking host system type... i686-redhat-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) no
checking for dlopen in -ldl... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for ANSI C header files... (cached) yes
checking for unistd.h... (cached) yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating makedat
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
configure: configuring in libhmac
configure: running /bin/sh './configure' --prefix=/usr/lib/courier-imap  '--wi
thout-authmysql' '--without-authldap' '--without-authcram' '--without-authuser
db' '--with-redhat' --with-db=gdbm --with-userdb=/etc/userdb --with-makedatpro
g='/usr/lib/courier-imap/libexec/makedatprog' --with-mailuser=root --without-s
ocks --with-authchangepwdir=/var/tmp/dev/null --with-package=courier-imap --wi
th-version=4.1.0 --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gawk... (cached) gawk
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... i686-redhat-linux-gnu
checking host system type... i686-redhat-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for ANSI C header files... (cached) yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
configure: configuring in waitlib
configure: running /bin/sh './configure' --prefix=/usr/lib/courier-imap  '--wi
thout-authmysql' '--without-authldap' '--without-authcram' '--without-authuser
db' '--with-redhat' --with-db=gdbm --with-userdb=/etc/userdb --with-makedatpro
g='/usr/lib/courier-imap/libexec/makedatprog' --with-mailuser=root --without-s
ocks --with-authchangepwdir=/var/tmp/dev/null --with-package=courier-imap --wi
th-version=4.1.0 --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gawk... (cached) gawk
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for sys/wait.h that is POSIX.1 compatible... yes
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for sys/wait.h... (cached) yes
checking for unistd.h... (cached) yes
checking for pid_t... yes
checking return type of signal handlers... void
checking for wait... yes
checking for wait3... yes
checking for sigblock... yes
checking for sighold... yes
checking for sigprocmask... yes
checking if wait function is broken... yes
checking if wait3 function is broken... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
configure: configuring in tcpd
configure: running /bin/sh './configure' --prefix=/usr/lib/courier-imap  '--wi
thout-authmysql' '--without-authldap' '--without-authcram' '--without-authuser
db' '--with-redhat' --with-db=gdbm --with-userdb=/etc/userdb --with-makedatpro
g='/usr/lib/courier-imap/libexec/makedatprog' --with-mailuser=root --without-s
ocks --with-authchangepwdir=/var/tmp/dev/null --with-package=courier-imap --wi
th-version=4.1.0 --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking build system type... i686-redhat-linux-gnu
checking host system type... i686-redhat-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) no
checking for dlopen in -ldl... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for sed... /bin/sed
checking for env... /bin/env
checking for krb5-config... /usr/kerberos/bin/krb5-config
checking for dlopen in -ldl... (cached) yes
checking for socket in -lsocket... no
checking for socket in -lsocket... (cached) no
checking for connect in -lsocket... no
checking for connect in -lsocket... (cached) no
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for sys/types.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/stat.h... (cached) yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for unistd.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking for pid_t... yes
checking for uid_t in sys/types.h... yes
checking return type of signal handlers... void
checking for socklen_t... yes
checking for setpgrp... yes
checking for setpgid... yes
checking for setpgrp... (cached) yes
checking whether setpgrp takes no argument... yes
checking for socketpair... yes
checking for SVR3 stream pipes... no
checking for SVR4 stream pipes... no
checking for stream pipes... socketpair
checking for SSL_load_error_strings in -lssl... yes
checking whether OpenSSL requires Kerberos... yes
checking for OpenSSL 0.9.7... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
configure: configuring in imap
configure: running /bin/sh './configure' --prefix=/usr/lib/courier-imap  '--wi
thout-authmysql' '--without-authldap' '--without-authcram' '--without-authuser
db' '--with-redhat' --with-db=gdbm --with-userdb=/etc/userdb --with-makedatpro
g='/usr/lib/courier-imap/libexec/makedatprog' --with-mailuser=root --without-s
ocks --with-authchangepwdir=/var/tmp/dev/null --with-package=courier-imap --wi
th-version=4.1.0 --cache-file=/dev/null --srcdir=.
checking build system type... i686-redhat-linux-gnu
checking host system type... i686-redhat-linux-gnu
checking target system type... i686-redhat-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for AIX... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking for library containing strerror... none required
checking for gawk... (cached) gawk
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) no
checking for dlopen in -ldl... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for perl5... no
checking for perl... /usr/bin/perl
checking for courierauthconfig... /usr/local/bin/courierauthconfig
checking for sendmail... /usr/sbin/sendmail
checking for openssl... /usr/bin/openssl
checking for ANSI C header files... (cached) yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for unistd.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking return type of signal handlers... void
checking for socklen_t... yes
checking for strerror... yes
checking for utime... yes
checking for utimes... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for setlocale... yes
checking for poll... yes
checking for getaddrinfo... yes
checking for socket in -lsocket... no
checking for socket in -lsocket... (cached) no
checking for connect in -lsocket... no
checking for connect in -lsocket... (cached) no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating imapd.dist
config.status: creating imapd-ssl.dist
config.status: creating pop3d.dist
config.status: creating pop3d-ssl.dist
config.status: creating testsuitefix.pl
config.status: creating mkimapdcert
config.status: creating mkpop3dcert
config.status: creating imapd.cnf
config.status: creating pop3d.cnf
config.status: creating config.h
config.status: executing depfiles commands
[shinnai@apollo courier-imap-4.1.0]$ 
  • configureに成功している様である.
  • 次に,makeを行う.
[shinnai@apollo courier-imap-4.1.0]$ make
make  all-recursive
make[1]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0'
make all-gmake-check FOO=BAR
make[2]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0'
make[2]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0'
Making all in numlib
make[2]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/numlib'
make  all-am
make[3]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/numlib'
Compiling atotimet.c
Compiling atouidt.c
Compiling changeuidgid.c
Compiling strdevt.c
Compiling strgidt.c
Compiling strhdevt.c
Compiling strhinot.c
Compiling strhpidt.c
Compiling strhtimet.c
Compiling strinot.c
Compiling strofft.c
Compiling strpidt.c
Compiling strsize.c
Compiling strsizet.c
Compiling strtimet.c
Compiling struidt.c
Linking libnumlib.la
make[3]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/numlib'
make[2]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/numlib'
Making all in md5
make[2]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/md5'
make  all-am
make[3]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/md5'
Compiling md5.c
Compiling md5_hash.c
Compiling redhat-crypt-md5.c
Compiling hmac.c
Linking libmd5.la
Compiling md5test.c
Linking md5test
make[3]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/md5'
make[2]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/md5'
Making all in sha1
make[2]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/sha1'
make  all-am
make[3]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/sha1'
Compiling sha1.c
Compiling sha1_hash.c
Compiling sha256.c
Compiling sha256_hash.c
Compiling hmac.c
Linking libsha1.la
Compiling testsuite.c
Linking testsuite
make[3]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/sha1'
make[2]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/sha1'
Making all in gdbmobj
make[2]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/gdbmobj'
make  all-am
make[3]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/gdbmobj'
Compiling gdbmobj.c
Compiling gdbmobj2.c
Compiling gdbmobj3.c
Linking libgdbmobj.la
Compiling testgdbm.C
Linking testgdbm
make[3]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/gdbmobj'
make[2]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/gdbmobj'
Making all in soxwrap
make[2]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/soxwrap'
make  all-am
make[3]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/soxwrap'
Compiling sconnect.c
rm -f libsoxwrap.a
ar cru libsoxwrap.a sconnect.o 
ranlib libsoxwrap.a
Compiling mksocket.c
rm -f libmksocket.a
ar cru libmksocket.a mksocket.o 
ranlib libmksocket.a
Compiling testprog.c
Linking testprog
make[3]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/soxwrap'
make[2]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/soxwrap'
Making all in unicode
make[2]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/unicode'
make  all-am
make[3]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/unicode'
Compiling iso8859.c
Compiling windows874u.c
Compiling unicode.c
Compiling unicode2.c
Compiling iso8859_convert.c
Compiling ibm864convert.c
Compiling utf7imap.c
Compiling xtest.c
Compiling unicode_ultcase.c
Compiling utf8.c
Compiling utf8_chset.c
Compiling utf7.c
Compiling koi8r.c
Compiling unicode_ultcasetab.c
Compiling iso88591.c
Compiling iso88592.c
Compiling iso88593.c
Compiling iso88594.c
Compiling iso88595.c
Compiling iso88596.c
Compiling iso88597.c
Compiling iso88598.c
Compiling iso88599.c
Compiling iso885910.c
Compiling iso885913.c
Compiling iso885914.c
Compiling iso885915.c
Compiling windows1250.c
Compiling windows1251.c
Compiling windows1252.c
Compiling windows1253.c
Compiling windows1254.c
Compiling windows1255.c
Compiling windows1256.c
Compiling windows1257.c
Compiling windows1258.c
Compiling windows874.c
Compiling ibm437.c
Compiling ibm775.c
Compiling ibm850.c
Compiling ibm852.c
Compiling ibm855.c
Compiling ibm857.c
Compiling ibm860.c
Compiling ibm861.c
Compiling ibm862.c
Compiling ibm863.c
Compiling ibm864.c
Compiling ibm865.c
Compiling ibm866.c
Compiling ibm869.c
Compiling big5.c
Compiling gb2312.c
Compiling iso2022jp.c
Compiling shiftjis.c
Compiling eucjp.c
Compiling ksx1001.c
/usr/bin/perl ./unicodefilter.pl "no" ¥
		"no" <./charsetlist.txt | ¥
	/usr/bin/perl ./charsetlist.pl >charsetlist.c
Compiling charsetlist.c
Linking libunicode.la
Compiling unicodeinfo.c
Linking unicode-info
make[3]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/unicode'
make[2]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/unicode'
Making all in rfc822
make[2]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/rfc822'
make  all-am
make[3]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/rfc822'
Compiling encode.c
Linking libencode.la
Compiling rfc822.c
Compiling rfc822hdr.c
Compiling rfc822_getaddr.c
Compiling rfc822_getaddrs.c
Compiling rfc822_mkdate.c
Compiling rfc822_parsedt.c
Compiling rfc2047u.c
Compiling rfc2047.c
Compiling imapsubj.c
Compiling imaprefs.c
Compiling encodeautodetect.c
Linking librfc822.la
Compiling testsuite.c
Linking testsuite
Compiling reftest.c
Linking reftest
make[3]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/rfc822'
make[2]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/rfc822'
Making all in random128
make[2]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/random128'
make  all-am
make[3]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/random128'
Compiling random128.c
Compiling random128alpha.c
Compiling random128binary.c
Linking librandom128.la
make[3]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/random128'
make[2]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/random128'
Making all in rfc1035
make[2]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/rfc1035'
make  all-am
make[3]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/rfc1035'
Compiling rfc1035.c
Compiling rfc1035_res.c
Compiling rfc1035an.c
Compiling rfc1035dump.c
Compiling rfc1035dumprrdata.c
Compiling rfc1035fmttime.c
Compiling rfc1035gettxt.c
Compiling rfc1035ifconf.c
Compiling rfc1035ipv6to4.c
Compiling rfc1035mkaddress.c
Compiling rfc1035mksocket.c
Compiling rfc1035mxlist.c
Compiling rfc1035qa.c
Compiling rfc1035qptr.c
Compiling rfc1035reply.c
Compiling rfc1035resolve.c
Compiling rfc1035sameip.c
Compiling rfc1035search.c
Compiling rfc1035sockaddrip.c
Compiling rfc1035sockaddrport.c
Compiling rfc1035str.c
Compiling rfc1035tcp.c
Compiling rfc1035udp.c
Compiling rfc1035bindsource.c
Compiling spf.c
rm -f librfc1035.a
ar cru librfc1035.a rfc1035.o rfc1035_res.o rfc1035an.o rfc1035dump.o rfc1035d
umprrdata.o rfc1035fmttime.o rfc1035gettxt.o rfc1035ifconf.o rfc1035ipv6to4.o 
rfc1035mkaddress.o rfc1035mksocket.o rfc1035mxlist.o rfc1035qa.o rfc1035qptr.o 
rfc1035reply.o rfc1035resolve.o rfc1035sameip.o rfc1035search.o rfc1035sockadd
rip.o rfc1035sockaddrport.o rfc1035str.o rfc1035tcp.o rfc1035udp.o rfc1035bind
source.o spf.o 
ranlib librfc1035.a
Compiling testlookup.c
Linking testlookup
Compiling testspf.c
Linking testspf
make[3]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/rfc1035'
make[2]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/rfc1035'
Making all in rfc2045
make[2]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/rfc2045'
make  all-am
make[3]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/rfc2045'
Compiling rfc2045.c
Compiling rfc2045acchk.c
Compiling rfc2045acprep.c
Compiling rfc2045appendurl.c
Compiling rfc2045cdecode.c
Compiling rfc2045decode.c
Compiling rfc2045enomem.c
Compiling rfc2045_fromfd.c
Compiling rfc2045find.c
Compiling rfc2045mkboundary.c
Compiling rfc2045rewrite.c
Compiling rfc2045tryboundary.c
Compiling rfc2045xdump.c
Compiling rfc2045searchcontenttype.c
Compiling rfc2045decodemimesection.c
Compiling rfc2045decodemimesectionu.c
Compiling rfc2045header.c
Compiling rfc2045replyplain.c
Compiling rfc2045replyunicode.c
Compiling rfc2045reply.c
Compiling rfc2231.c
Compiling rfc2231encode.c
Compiling rfc2646.c
Compiling rfc2646create.c
Compiling rfc2646fwd.c
Compiling rfc2646reply.c
Compiling rfc2646rewrap.c
Compiling base64.c
Linking librfc2045.la
Compiling reformime.c
Linking reformime
Compiling makemime.c
Linking makemime
Compiling headercheck.c
Linking headercheck
make[3]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/rfc2045'
make[2]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/rfc2045'
Making all in liblock
make[2]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/liblock'
make  all-am
make[3]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/liblock'
Compiling lockfcntl.c
Compiling lockdaemon.c
Compiling mail.c
Linking liblock.la
Compiling lockmail.c
Linking lockmail
make[3]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/liblock'
make[2]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/liblock'
Making all in maildir
make[2]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/maildir'
echo '#define MAILDIRSHAREDRC "/usr/lib/courier-imap/etc/maildirshared"' >mail
dirsharedrc.h
echo '#define MAILDIRFILTERCONFIG "/usr/lib/courier-imap/etc/maildirfilterconf
ig"' >maildirfilterconfig.h
echo '#define QUOTAWARNMSG "/usr/lib/courier-imap/etc/quotawarnmsg"' >quotawar
nmsg.h
echo '#define MAILBOT "mailbot"' >mailbot.h
echo '#define AUTORESPONSEQUOTA "/usr/lib/courier-imap/etc/autoresponsesquota"
' >autoresponsequota.h
CONFIG_FILES=deliverquota.html CONFIG_HEADERS= /bin/sh ./config.status
config.status: creating deliverquota.html
config.status: executing depfiles commands
CONFIG_FILES=maildirmake.html CONFIG_HEADERS= /bin/sh ./config.status
config.status: creating maildirmake.html
config.status: executing depfiles commands
CONFIG_FILES=deliverquota.8 CONFIG_HEADERS= /bin/sh ./config.status
config.status: creating deliverquota.8
config.status: executing depfiles commands
CONFIG_FILES=maildirmake.1 CONFIG_HEADERS= /bin/sh ./config.status
config.status: creating maildirmake.1
config.status: executing depfiles commands
CONFIG_FILES=maildiracl.html CONFIG_HEADERS= /bin/sh ./config.status
config.status: creating maildiracl.html
config.status: executing depfiles commands
CONFIG_FILES=maildiracl.1 CONFIG_HEADERS= /bin/sh ./config.status
config.status: creating maildiracl.1
config.status: executing depfiles commands
echo -lfam >maildir.libdeps
make  all-am
make[3]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/maildir'
Compiling autoresponse.c
Compiling maildiraclt.c
Compiling maildircache.c
Compiling maildircreate.c
Compiling maildirfilename.c
Compiling maildirgetnew.c
Compiling maildirfilter.c
Compiling maildirfilter2.c
Compiling maildirflags.c
Compiling maildirmkdir.c
Compiling maildirgetquota.c
Compiling maildirinfo.c
Compiling maildirkeywords.c
Compiling maildirkeywords2.c
Compiling maildirkeywords3.c
Compiling maildirkeywords4.cpp
Compiling maildirlist.c
Compiling maildirlock.c
Compiling maildirmake2.c
Compiling maildirnewshared.c
Compiling maildirnewshared2.c
Compiling maildiropen.c
Compiling maildirparsequota.c
Compiling maildirpath.c
Compiling maildirpurgetmp.c
Compiling maildirrename.c
Compiling maildirsearch.c
Compiling maildirsearchC.cpp
Compiling maildirshared.c
Compiling maildirshared2.c
Compiling maildirdelfolder.c
Compiling maildirquota.c
Compiling maildirrequota.c
Compiling maildirwatch.c
Compiling loginexec.c
Linking libmaildir.la
Compiling deliverquota.c
Linking deliverquota
Compiling maildirmake.c
Linking maildirmake
Compiling testmaildirfilter.c
Linking testmaildirfilter
Compiling maildirkwtest.c
Linking maildirkwtest
Compiling maildirkw.c
Linking maildirkw
Compiling maildiracl.c
Linking maildiracl
Compiling testmaildiraclt.c
Linking maildiraclttest
make[3]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/maildir'
make[2]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/maildir'
Making all in makedat
make[2]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/makedat'
make  all-am
make[3]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/makedat'
Compiling makedatprog.c
Linking makedatprog
make[3]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/makedat'
make[2]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/makedat'
Making all in libhmac
make[2]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/libhmac'
make  all-am
make[3]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/libhmac'
Compiling hmac.c
Linking libhmac.la
Compiling md5hmactest.c
Linking md5hmactest
Compiling sha1hmactest.c
Linking sha1hmactest
make[3]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/libhmac'
make[2]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/libhmac'
Making all in waitlib
make[2]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/waitlib'
make  all-am
make[3]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/waitlib'
Compiling waitlib.c
Compiling waitlib2.c
rm -f libwaitlib.a
ar cru libwaitlib.a waitlib.o waitlib2.o 
ranlib libwaitlib.a
Compiling testwait.c
Compiling testwait2.c
Linking testwait
make[3]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/waitlib'
make[2]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/waitlib'
Making all in tcpd
make[2]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/tcpd'
make  all-am
make[3]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/tcpd'
Compiling tlsclient.c
Compiling tlspasswordcache.c
rm -f libtlsclient.a
ar cru libtlsclient.a tlsclient.o tlspasswordcache.o 
ranlib libtlsclient.a
Compiling spipe.c
Linking libspipe.la
Compiling libcouriertls.c
Compiling tlsinfo.c
Compiling tlscache.c
Linking libcouriertls.la
Compiling argparse.c
Compiling tcpd.c
Compiling tcpdaccess.c
Compiling tcpremoteinfo.c
Linking couriertcpd
Compiling starttls.c
Linking couriertls
/usr/bin/ld: warning: libcom_err.so.3, needed by /usr/lib/gcc-lib/i386-redhat-
linux/3.2.3/../../../libssl.so, may conflict with libcom_err.so.2
Compiling tlscachetest.c
Linking tlscachetest
make[3]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/tcpd'
make[2]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/tcpd'
Making all in imap
make[2]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/imap'
make  all-am
make[3]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/imap'
Linking libimaplogin.la
Compiling mainloop.c
Compiling imaptoken.c
Compiling imapwrite.c
Compiling capability.c
Compiling smap.c
Compiling smapsnapshot.c
Linking libimapd.la
Linking libpop3d.la
Compiling imaplogin.c
Compiling authenticate_auth.c
Compiling proxy.c
Linking imaplogin
Compiling fetch.c
Compiling fetchinfo.c
Compiling imapd.c
Compiling imapscanclient.c
Compiling mailboxlist.c
Compiling msgbodystructure.c
Compiling msgenvelope.c
Compiling mysignal.c
Compiling outbox.c
Compiling thread.c
Compiling search.c
Compiling searchinfo.c
Compiling storeinfo.c
Linking imapd
Compiling pop3login.c
Compiling pop3dcapa.c
Linking pop3login
Compiling pop3dserver.c
Linking pop3d
CONFIG_FILES=imapd.8 CONFIG_HEADERS= /bin/sh ./config.status
config.status: creating imapd.8
config.status: executing depfiles commands
CONFIG_FILES=imapd.html CONFIG_HEADERS= /bin/sh ./config.status
config.status: creating imapd.html
config.status: executing depfiles commands
CONFIG_FILES=mkimapdcert.html CONFIG_HEADERS= /bin/sh ./config.status
config.status: creating mkimapdcert.html
config.status: executing depfiles commands
CONFIG_FILES=mkimapdcert.8 CONFIG_HEADERS= /bin/sh ./config.status
config.status: creating mkimapdcert.8
config.status: executing depfiles commands
CONFIG_FILES=mkpop3dcert.html CONFIG_HEADERS= /bin/sh ./config.status
config.status: creating mkpop3dcert.html
config.status: executing depfiles commands
CONFIG_FILES=mkpop3dcert.8 CONFIG_HEADERS= /bin/sh ./config.status
config.status: creating mkpop3dcert.8
config.status: executing depfiles commands
CONFIG_FILES=courierpop3d.html CONFIG_HEADERS= /bin/sh ./config.status
config.status: creating courierpop3d.html
config.status: executing depfiles commands
CONFIG_FILES=courierpop3d.8 CONFIG_HEADERS= /bin/sh ./config.status
config.status: creating courierpop3d.8
config.status: executing depfiles commands
make[3]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/imap'
make[2]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/imap'
make[2]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0'
cp imap/imapd .
cp imap/pop3d .
cp maildir/maildirmake .
cp maildir/maildiracl .
cp maildir/deliverquota .
cp maildir/maildirkw .
cp makedat/makedatprog .
cp tcpd/couriertcpd .
cp imap/imaplogin .
cp imap/pop3login .
cp imap/mkimapdcert .
cp imap/mkpop3dcert .
cp maildir/sharedindexinstall .
cp maildir/sharedindexsplit .
cp ./tcpd/couriertcpd.1 .
cp maildir/deliverquota.8 .
cp maildir/maildirmake.1 .
cp maildir/maildiracl.1 .
cp imap/imapd.8 .
cp -f imap/mkimapdcert.8 .
cp -f imap/mkpop3dcert.8 .
cp ./maildir/maildirkw.1 .
cp imap/imapd.dist .
cp imap/imapd-ssl.dist .
cp imap/pop3d.dist .
cp imap/pop3d-ssl.dist .
cp imap/imapd.cnf .
cp imap/pop3d.cnf .
cp -f ./maildir/quotawarnmsg quotawarnmsg.example
make[2]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0'
make[1]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0'
[shinnai@apollo courier-imap-4.1.0]$ 
  • makeが終了した.
  • 次に,色々なライブラリ等が正しく準備できているか,確認する.
[shinnai@apollo courier-imap-4.1.0]$ make check
Making check in numlib
make[1]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/numlib'
make[1]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/numlib'
Making check in md5
make[1]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/md5'
./md5test | cmp -s - ./md5test.txt
make[1]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/md5'
Making check in sha1
make[1]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/sha1'
./testsuite | cmp -s - ./testsuite.txt
make[1]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/sha1'
Making check in gdbmobj
make[1]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/gdbmobj'
./testsuite | cmp -s - ./testsuite.txt
make[1]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/gdbmobj'
Making check in soxwrap
make[1]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/soxwrap'
./testprog
make[1]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/soxwrap'
Making check in unicode
make[1]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/unicode'
make[1]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/unicode'
Making check in rfc822
make[1]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/rfc822'
make  check-am
make[2]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/rfc822'
./testsuite | cmp -s - ./testsuite.txt
./reftest | cmp -s - ./reftest.txt
make[2]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/rfc822'
make[1]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/rfc822'
Making check in random128
make[1]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/random128'
make[1]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/random128'
Making check in rfc1035
make[1]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/rfc1035'
make[1]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/rfc1035'
Making check in rfc2045
make[1]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/rfc2045'
make  check-am
make[2]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/rfc2045'
/bin/sh ./testsuite | cmp -s - ./testsuite.txt
make[2]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/rfc2045'
make[1]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/rfc2045'
Making check in liblock
make[1]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/liblock'
make[1]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/liblock'
Making check in maildir
make[1]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/maildir'
make  check-am
make[2]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/maildir'
/bin/sh ./testsuite 2>&1 | cmp - ./testsuite.txt
test "-lpcre" != "" || exit 0 ; /bin/sh ./testsuite2 2>&1 | cmp - ./testsuite2.
txt
LC_ALL=C; export LC_ALL; ./maildirkwtest | cmp -s - ./maildirkwtest.txt
LC_ALL=C; export LC_ALL; ./maildiraclttest
make[2]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/maildir'
make[1]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/maildir'
Making check in makedat
make[1]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/makedat'
make[1]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/makedat'
Making check in libhmac
make[1]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/libhmac'
test ! -x ./md5hmactest || ./md5hmactest | cmp -s - ./md5hmactest.txt
test ! -x ./sha1hmactest || ./sha1hmactest | cmp -s - ./sha1hmactest.txt
make[1]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/libhmac'
Making check in waitlib
make[1]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/waitlib'
./testwait
make[1]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/waitlib'
Making check in tcpd
make[1]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/tcpd'
make  check-am
make[2]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/tcpd'
sh ./testsuite 2>&1 | cmp -s - ./testsuite.txt
make[2]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/tcpd'
make[1]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/tcpd'
Making check in imap
make[1]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/imap'
make  check-am
make[2]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/imap'
LC_ALL=C; export LC_ALL; ./testsuite | ./testsuitefix.pl | sort | cmp -s - ./t
estsuite.txt
****************************
* Sanity check in progress *
****************************
INFO: LOGIN, user=shinnai, ip=[127.0.0.1], protocol=IMAP
INFO: LOGOUT, user=shinnai, ip=[127.0.0.1], headers=0, body=0, rcvd=27, sent=3
31, time=1
INFO: LOGIN, user=shinnai, ip=[127.0.0.1], protocol=IMAP
INFO: LOGOUT, user=shinnai, ip=[127.0.0.1], headers=90, body=2398, rcvd=764, s
ent=9134, time=0INFO: LOGIN, user=shinnai, ip=[127.0.0.1], protocol=IMAP
INFO: LOGOUT, user=shinnai, ip=[127.0.0.1], headers=0, body=0, rcvd=27, sent=3
31, time=0
INFO: LOGIN, user=shinnai, ip=[127.0.0.1], protocol=IMAP
INFO: LOGOUT, user=shinnai, ip=[127.0.0.1], headers=0, body=0, rcvd=27, sent=3
31, time=0
INFO: LOGIN, user=shinnai, ip=[127.0.0.1], protocol=IMAP
INFO: LOGOUT, user=shinnai, ip=[127.0.0.1], headers=218, body=0, rcvd=1046, se
nt=2769, time=0
INFO: LOGIN, user=shinnai, ip=[127.0.0.1], protocol=IMAP
INFO: LOGOUT, user=shinnai, ip=[127.0.0.1], headers=0, body=0, rcvd=73, sent=4
59, time=0
INFO: LOGIN, user=shinnai, ip=[127.0.0.1], protocol=IMAP
INFO: LOGOUT, user=shinnai, ip=[127.0.0.1], headers=0, body=0, rcvd=249, sent=
889, time=0
INFO: LOGIN, user=shinnai, ip=[127.0.0.1], protocol=IMAP
INFO: LOGOUT, user=shinnai, ip=[127.0.0.1], headers=0, body=0, rcvd=97, sent=5
32, time=0
INFO: LOGIN, user=shinnai, ip=[127.0.0.1], protocol=IMAP
INFO: LOGOUT, user=shinnai, ip=[127.0.0.1], headers=0, body=0, rcvd=61, sent=4
37, time=0
INFO: LOGIN, user=shinnai, ip=[127.0.0.1], protocol=IMAP
INFO: LOGOUT, user=shinnai, ip=[127.0.0.1], headers=0, body=0, rcvd=203, sent=
1157, time=0
INFO: LOGIN, user=shinnai, ip=[127.0.0.1], protocol=IMAP
INFO: LOGOUT, user=shinnai, ip=[127.0.0.1], headers=0, body=0, rcvd=214, sent=
893, time=0
INFO: LOGIN, user=shinnai, ip=[127.0.0.1], protocol=IMAP
INFO: LOGOUT, user=shinnai, ip=[127.0.0.1], headers=0, body=0, rcvd=517, sent=
3430, time=0
INFO: LOGIN, user=shinnai, ip=[127.0.0.1], protocol=IMAP
INFO: LOGOUT, user=shinnai, ip=[127.0.0.1], headers=0, body=0, rcvd=29, sent=3
31, time=0
INFO: LOGIN, user=shinnai, ip=[127.0.0.1], protocol=IMAP
INFO: LOGOUT, user=shinnai, ip=[127.0.0.1], headers=0, body=0, rcvd=29, sent=3
31, time=0
INFO: LOGIN, user=shinnai, ip=[127.0.0.1], protocol=IMAP
INFO: LOGOUT, user=shinnai, ip=[127.0.0.1], headers=0, body=0, rcvd=50, sent=7
69, time=0
INFO: LOGIN, user=shinnai, ip=[127.0.0.1], protocol=IMAP
INFO: LOGOUT, user=shinnai, ip=[127.0.0.1], headers=0, body=0, rcvd=50, sent=8
41, time=1
INFO: LOGIN, user=shinnai, ip=[127.0.0.1], protocol=IMAP
INFO: LOGOUT, user=shinnai, ip=[127.0.0.1], headers=0, body=0, rcvd=368, sent=
2049, time=0
INFO: LOGIN, user=shinnai, ip=[127.0.0.1], protocol=IMAP
INFO: LOGOUT, user=shinnai, ip=[127.0.0.1], headers=0, body=0, rcvd=27, sent=3
31, time=0
INFO: LOGIN, user=shinnai, ip=[127.0.0.1], protocol=IMAP
INFO: LOGOUT, user=shinnai, ip=[127.0.0.1], headers=0, body=0, rcvd=27, sent=3
31, time=0
INFO: LOGIN, user=shinnai, ip=[127.0.0.1], protocol=IMAP
INFO: LOGOUT, user=shinnai, ip=[127.0.0.1], headers=0, body=0, rcvd=27, sent=3
31, time=0
INFO: LOGIN, user=shinnai, ip=[127.0.0.1], protocol=IMAP
INFO: LOGOUT, user=shinnai, ip=[127.0.0.1], headers=0, body=0, rcvd=27, sent=3
31, time=0
INFO: LOGIN, user=shinnai, ip=[127.0.0.1], protocol=IMAP
INFO: LOGOUT, user=shinnai, ip=[127.0.0.1], headers=148, body=0, rcvd=572, sen
t=1294, time=0
INFO: LOGIN, user=shinnai, ip=[127.0.0.1], protocol=IMAP
INFO: LOGOUT, user=shinnai, ip=[127.0.0.1], headers=0, body=0, rcvd=186, sent=
756, time=0
INFO: LOGIN, user=shinnai, ip=[127.0.0.1], protocol=IMAP
INFO: LOGOUT, user=shinnai, ip=[127.0.0.1], headers=0, body=0, rcvd=27, sent=3
31, time=0
INFO: LOGIN, user=shinnai, ip=[127.0.0.1], protocol=IMAP
INFO: LOGOUT, user=shinnai, ip=[127.0.0.1], headers=0, body=0, rcvd=27, sent=3
31, time=0
INFO: LOGIN, user=shinnai, ip=[127.0.0.1], protocol=IMAP
INFO: LOGOUT, user=shinnai, ip=[127.0.0.1], headers=0, body=0, rcvd=27, sent=3
31, time=0
INFO: LOGIN, user=shinnai, ip=[127.0.0.1], protocol=IMAP
INFO: LOGOUT, user=shinnai, ip=[127.0.0.1], headers=0, body=0, rcvd=27, sent=3
31, time=0
INFO: LOGIN, user=shinnai, ip=[127.0.0.1], protocol=IMAP
INFO: LOGOUT, user=shinnai, ip=[127.0.0.1], headers=0, body=0, rcvd=27, sent=3
31, time=0
INFO: LOGIN, user=shinnai, ip=[127.0.0.1], protocol=IMAP
INFO: LOGOUT, user=shinnai, ip=[127.0.0.1], headers=0, body=0, rcvd=27, sent=3
31, time=0
INFO: LOGIN, user=shinnai, ip=[127.0.0.1], protocol=IMAP
INFO: LOGOUT, user=shinnai, ip=[127.0.0.1], headers=0, body=0, rcvd=67, sent=3
88, time=0
INFO: LOGIN, user=shinnai, ip=[127.0.0.1], protocol=IMAP
INFO: LOGOUT, user=shinnai, ip=[127.0.0.1], headers=0, body=0, rcvd=691, sent=
3154, time=0
INFO: LOGIN, user=shinnai, ip=[127.0.0.1], protocol=IMAP
INFO: LOGOUT, user=shinnai, ip=[127.0.0.1], headers=0, body=0, rcvd=181, sent=
641, time=0
INFO: LOGIN, user=shinnai, ip=[127.0.0.1], protocol=IMAP
INFO: LOGOUT, user=shinnai, ip=[127.0.0.1], headers=0, body=0, rcvd=33, sent=1
11, time=0
INFO: LOGIN, user=shinnai, ip=[127.0.0.1], protocol=IMAP
INFO: LOGOUT, user=shinnai, ip=[127.0.0.1], headers=0, body=0, rcvd=139, sent=
702, time=0
INFO: LOGIN, user=shinnai, ip=[127.0.0.1], protocol=IMAP
INFO: LOGOUT, user=shinnai, ip=[127.0.0.1], headers=0, body=0, rcvd=156, sent=
641, time=0
INFO: LOGIN, user=shinnai, ip=[127.0.0.1], protocol=IMAP
INFO: LOGOUT, user=shinnai, ip=[127.0.0.1], headers=0, body=0, rcvd=672, sent=
3060, time=1
INFO: LOGIN, user=shinnai, ip=[127.0.0.1], protocol=IMAP
INFO: LOGOUT, user=shinnai, ip=[127.0.0.1], headers=0, body=0, rcvd=238, sent=
975, time=0
INFO: LOGIN, user=shinnai, ip=[127.0.0.1], protocol=IMAP
INFO: LOGOUT, user=shinnai, ip=[127.0.0.1], headers=0, body=0, rcvd=2412, sent
=11939, time=0
INFO: LOGIN, user=shinnai, ip=[127.0.0.1], protocol=IMAP
INFO: LOGOUT, user=shinnai, ip=[127.0.0.1], headers=0, body=156, rcvd=1397, se
nt=7555, time=0
INFO: LOGIN, user=user1, ip=[127.0.0.1], protocol=IMAP
INFO: LOGOUT, user=user1, ip=[127.0.0.1], headers=0, body=0, rcvd=155, sent=48
5, time=0
INFO: LOGIN, user=user2, ip=[127.0.0.1], protocol=IMAP
INFO: LOGOUT, user=user2, ip=[127.0.0.1], headers=0, body=0, rcvd=117, sent=31
7, time=0
INFO: LOGIN, user=user0, ip=[127.0.0.1], protocol=IMAP
INFO: LOGOUT, user=user0, ip=[127.0.0.1], headers=0, body=0, rcvd=109, sent=67
7, time=0
INFO: LOGIN, user=user2, ip=[127.0.0.1], protocol=IMAP
INFO: LOGOUT, user=user2, ip=[127.0.0.1], headers=0, body=0, rcvd=896, sent=30
55, time=0
INFO: LOGIN, user=user1, ip=[127.0.0.1], protocol=IMAP
INFO: LOGOUT, user=user1, ip=[127.0.0.1], headers=0, body=0, rcvd=135, sent=72
0, time=0
INFO: LOGIN, user=user1, ip=[127.0.0.1], protocol=IMAP
INFO: LOGOUT, user=user1, ip=[127.0.0.1], headers=0, body=0, rcvd=464, sent=25
82, time=0
INFO: LOGIN, user=user1, ip=[127.0.0.1], protocol=IMAP
INFO: LOGOUT, user=user1, ip=[127.0.0.1], headers=0, body=0, rcvd=404, sent=18
88, time=0
LC_ALL=C; export LC_ALL; test "yes" = "yes" || exit 0; /bin/sh ./smaptestsuite 
| ./testsuitefix.pl | sort | cmp -s - ./smaptestsuite.txt
INFO: LOGIN, user=shinnai, ip=[127.0.0.1], protocol=SMAP1
INFO: LOGOUT, user=shinnai, ip=[127.0.0.1], headers=0, body=0, rcvd=65, sent=3
023, time=0
INFO: LOGIN, user=shinnai, ip=[127.0.0.1], protocol=SMAP1
INFO: LOGOUT, user=shinnai, ip=[127.0.0.1], headers=0, body=0, rcvd=44, sent=1
75, time=0
INFO: LOGIN, user=shinnai, ip=[127.0.0.1], protocol=SMAP1
INFO: LOGOUT, user=shinnai, ip=[127.0.0.1], headers=1179, body=461, rcvd=565, 
sent=3171, time=0
INFO: LOGIN, user=shinnai, ip=[127.0.0.1], protocol=SMAP1
INFO: LOGOUT, user=shinnai, ip=[127.0.0.1], headers=18, body=5962, rcvd=665, s
ent=7585, time=0INFO: LOGIN, user=shinnai, ip=[127.0.0.1], protocol=SMAP1
INFO: LOGOUT, user=shinnai, ip=[127.0.0.1], headers=0, body=0, rcvd=164, sent=
55354, time=0
INFO: LOGIN, user=shinnai, ip=[127.0.0.1], protocol=SMAP1
INFO: LOGOUT, user=shinnai, ip=[127.0.0.1], headers=0, body=0, rcvd=2346, sent
=11641, time=1
INFO: LOGIN, user=shinnai, ip=[127.0.0.1], protocol=SMAP1
INFO: LOGOUT, user=shinnai, ip=[127.0.0.1], headers=0, body=0, rcvd=1118, sent
=3743, time=0
INFO: LOGIN, user=shinnai, ip=[127.0.0.1], protocol=SMAP1
INFO: LOGOUT, user=shinnai, ip=[127.0.0.1], headers=0, body=0, rcvd=124, sent=
531, time=0
INFO: LOGIN, user=shinnai, ip=[127.0.0.1], protocol=SMAP1
INFO: LOGOUT, user=shinnai, ip=[127.0.0.1], headers=0, body=0, rcvd=20, sent=1
10, time=0
INFO: LOGIN, user=shinnai, ip=[127.0.0.1], protocol=SMAP1
INFO: LOGOUT, user=shinnai, ip=[127.0.0.1], headers=0, body=0, rcvd=161, sent=
662, time=0
INFO: LOGIN, user=shinnai, ip=[127.0.0.1], protocol=SMAP1
INFO: LOGOUT, user=shinnai, ip=[127.0.0.1], headers=0, body=0, rcvd=308, sent=
1420, time=0
INFO: LOGIN, user=shinnai, ip=[127.0.0.1], protocol=SMAP1
INFO: LOGOUT, user=shinnai, ip=[127.0.0.1], headers=0, body=0, rcvd=28, sent=1
28, time=0
INFO: LOGIN, user=shinnai, ip=[127.0.0.1], protocol=SMAP1
INFO: LOGOUT, user=shinnai, ip=[127.0.0.1], headers=1195, body=0, rcvd=355, se
nt=2038, time=0
INFO: LOGIN, user=shinnai, ip=[127.0.0.1], protocol=SMAP1
INFO: LOGOUT, user=shinnai, ip=[127.0.0.1], headers=0, body=0, rcvd=379, sent=
1253, time=0
INFO: LOGIN, user=shinnai, ip=[127.0.0.1], protocol=SMAP1
INFO: LOGOUT, user=shinnai, ip=[127.0.0.1], headers=0, body=0, rcvd=314, sent=
1027, time=0
INFO: LOGIN, user=shinnai, ip=[127.0.0.1], protocol=SMAP1
INFO: LOGOUT, user=shinnai, ip=[127.0.0.1], headers=0, body=0, rcvd=45, sent=1
67, time=0
INFO: LOGIN, user=shinnai, ip=[127.0.0.1], protocol=IMAP
INFO: LOGOUT, user=shinnai, ip=[127.0.0.1], headers=0, body=0, rcvd=81, sent=8
24, time=0
INFO: LOGIN, user=shinnai, ip=[127.0.0.1], protocol=SMAP1
INFO: LOGOUT, user=shinnai, ip=[127.0.0.1], headers=0, body=0, rcvd=140, sent=
468, time=0
INFO: LOGIN, user=confmdtest, ip=[127.0.0.1], protocol=SMAP1
INFO: LOGOUT, user=confmdtest, ip=[127.0.0.1], headers=0, body=0, rcvd=2491, s
ent=6108, time=0INFO: LOGIN, user=confmdtest, ip=[127.0.0.1], protocol=SMAP1
INFO: LOGOUT, user=confmdtest, ip=[127.0.0.1], headers=0, body=0, rcvd=26, sen
t=610, time=0
make[2]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/imap'
make[1]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/imap'
make[1]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0'
make[1]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0'
  • エラー文言がなかったので問題ないと解釈する.
  • 次に,インストールを行う.
  • インストールは,rootユーザで行う.
[shinnai@apollo courier-imap-4.1.0]$ su
Password: ■■■■■■■■
[root@apollo courier-imap-4.1.0]# make install
Making install in numlib
make[1]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/numlib'
make[2]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/numlib'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/numlib'
make[1]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/numlib'
Making install in md5
make[1]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/md5'
make[2]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/md5'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/md5'
make[1]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/md5'
Making install in sha1
make[1]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/sha1'
make[2]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/sha1'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/sha1'
make[1]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/sha1'
Making install in gdbmobj
make[1]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/gdbmobj'
make[2]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/gdbmobj'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/gdbmobj'
make[1]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/gdbmobj'
Making install in soxwrap
make[1]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/soxwrap'
make[2]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/soxwrap'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/soxwrap'
make[1]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/soxwrap'
Making install in unicode
make[1]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/unicode'
make[2]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/unicode'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/unicode'
make[1]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/unicode'
Making install in rfc822
make[1]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/rfc822'
make  install-am
make[2]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/rfc822'
make[3]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/rfc822'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/rfc822'
make[2]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/rfc822'
make[1]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/rfc822'
Making install in random128
make[1]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/random128'
make[2]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/random128'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/random128'
make[1]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/random128'
Making install in rfc1035
make[1]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/rfc1035'
make[2]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/rfc1035'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/rfc1035'
make[1]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/rfc1035'
Making install in rfc2045
make[1]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/rfc2045'
make  install-am
make[2]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/rfc2045'
make[3]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/rfc2045'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/rfc2045'
make[2]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/rfc2045'
make[1]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/rfc2045'
Making install in liblock
make[1]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/liblock'
make[2]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/liblock'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/liblock'
make[1]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/liblock'
Making install in maildir
make[1]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/maildir'
make  install-am
make[2]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/maildir'
make[3]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/maildir'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/maildir'
make[2]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/maildir'
make[1]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/maildir'
Making install in makedat
make[1]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/makedat'
make[2]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/makedat'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/makedat'
make[1]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/makedat'
Making install in libhmac
make[1]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/libhmac'
make[2]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/libhmac'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/libhmac'
make[1]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/libhmac'
Making install in waitlib
make[1]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/waitlib'
make[2]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/waitlib'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/waitlib'
make[1]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/waitlib'
Making install in tcpd
make[1]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/tcpd'
make  install-am
make[2]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/tcpd'
make[3]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/tcpd'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/tcpd'
make[2]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/tcpd'
make[1]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/tcpd'
Making install in imap
make[1]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/imap'
make  install-am
make[2]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/imap'
make[3]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/imap'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/imap'
make[2]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/imap'
make[1]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/imap'
make[1]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0'
make[2]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0'
test -z "/usr/lib/courier-imap/bin" || mkdir -p -- "/usr/lib/courier-imap/bin"
  /bin/sh ./libtool --mode=install /usr/bin/install -c 'imapd' '/usr/lib/couri
er-imap/bin/imapd'
/usr/bin/install -c imapd /usr/lib/courier-imap/bin/imapd
  /bin/sh ./libtool --mode=install /usr/bin/install -c 'pop3d' '/usr/lib/couri
er-imap/bin/pop3d'
/usr/bin/install -c pop3d /usr/lib/courier-imap/bin/pop3d
  /bin/sh ./libtool --mode=install /usr/bin/install -c 'maildirmake' '/usr/lib
/courier-imap/bin/maildirmake'
/usr/bin/install -c maildirmake /usr/lib/courier-imap/bin/maildirmake
  /bin/sh ./libtool --mode=install /usr/bin/install -c 'maildiracl' '/usr/lib/
courier-imap/bin/maildiracl'
/usr/bin/install -c maildiracl /usr/lib/courier-imap/bin/maildiracl
  /bin/sh ./libtool --mode=install /usr/bin/install -c 'deliverquota' '/usr/li
b/courier-imap/bin/deliverquota'
/usr/bin/install -c deliverquota /usr/lib/courier-imap/bin/deliverquota
  /bin/sh ./libtool --mode=install /usr/bin/install -c 'maildirkw' '/usr/lib/c
ourier-imap/bin/maildirkw'
/usr/bin/install -c maildirkw /usr/lib/courier-imap/bin/maildirkw
/home/shinnai/Download/courier-imap-4.1.0/install-sh -d /usr/lib/courier-imap/
share
/home/shinnai/Download/courier-imap-4.1.0/install-sh -d /usr/lib/courier-imap/
bin
test ! -x tcpd/couriertls || /usr/bin/install -c  ¥
        tcpd/couriertls /usr/lib/courier-imap/bin/couriertls
/home/shinnai/Download/courier-imap-4.1.0/install-sh -d /usr/lib/courier-imap/
sbin
for f in mkimapdcert mkpop3dcert ; ¥
        do rm -f /usr/lib/courier-imap/sbin/$f ; ¥
        ln -s /usr/lib/courier-imap/share/$f /usr/lib/courier-imap/sbin/$f ; done
/home/shinnai/Download/courier-imap-4.1.0/install-sh -d /usr/lib/courier-imap/var
test -z "/usr/lib/courier-imap/libexec" || mkdir -p -- "/usr/lib/courier-imap/
libexec"
  /bin/sh ./libtool --mode=install /usr/bin/install -c 'makedatprog' '/usr/lib
/courier-imap/libexec/makedatprog'
/usr/bin/install -c makedatprog /usr/lib/courier-imap/libexec/makedatprog
  /bin/sh ./libtool --mode=install /usr/bin/install -c 'couriertcpd' '/usr/lib
/courier-imap/libexec/couriertcpd'
/usr/bin/install -c couriertcpd /usr/lib/courier-imap/libexec/couriertcpd
test -z "/usr/lib/courier-imap/libexec" || mkdir -p -- "/usr/lib/courier-imap/
libexec"
 /usr/bin/install -c 'imapd.rc' '/usr/lib/courier-imap/libexec/imapd.rc'
 /usr/bin/install -c 'imapd-ssl.rc' '/usr/lib/courier-imap/libexec/imapd-ssl.rc'
 /usr/bin/install -c 'pop3d.rc' '/usr/lib/courier-imap/libexec/pop3d.rc'
 /usr/bin/install -c 'pop3d-ssl.rc' '/usr/lib/courier-imap/libexec/pop3d-ssl.rc'
test -z "/usr/lib/courier-imap/sbin" || mkdir -p -- "/usr/lib/courier-imap/sbin"
  /bin/sh ./libtool --mode=install /usr/bin/install -c 'imaplogin' '/usr/lib/c
ourier-imap/sbin/imaplogin'
/usr/bin/install -c imaplogin /usr/lib/courier-imap/sbin/imaplogin
  /bin/sh ./libtool --mode=install /usr/bin/install -c 'pop3login' '/usr/lib/c
ourier-imap/sbin/pop3login'
/usr/bin/install -c pop3login /usr/lib/courier-imap/sbin/pop3login
test -z "/usr/lib/courier-imap/sbin" || mkdir -p -- "/usr/lib/courier-imap/sbin"
 /usr/bin/install -c 'sharedindexinstall' '/usr/lib/courier-imap/sbin/sharedin
dexinstall'
 /usr/bin/install -c 'sharedindexsplit' '/usr/lib/courier-imap/sbin/sharedindexsplit'
test -z "/usr/lib/courier-imap/etc" || mkdir -p -- "/usr/lib/courier-imap/etc"
 /usr/bin/install -c -m 0600 'imapd.dist' '/usr/lib/courier-imap/etc/imapd.dist'
 /usr/bin/install -c -m 0600 'imapd-ssl.dist' '/usr/lib/courier-imap/etc/imapd
-ssl.dist'
 /usr/bin/install -c -m 0600 'pop3d.dist' '/usr/lib/courier-imap/etc/pop3d.dist'
 /usr/bin/install -c -m 0600 'pop3d-ssl.dist' '/usr/lib/courier-imap/etc/pop3d
-ssl.dist'
 /usr/bin/install -c -m 0600 'imapd.cnf' '/usr/lib/courier-imap/etc/imapd.cnf'
 /usr/bin/install -c -m 0600 'pop3d.cnf' '/usr/lib/courier-imap/etc/pop3d.cnf'
 /usr/bin/install -c -m 0600 'quotawarnmsg.example' '/usr/lib/courier-imap/etc
/quotawarnmsg.example'
make  install-exec-hook
make[3]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0'
chmod 444 /usr/lib/courier-imap/etc/quotawarnmsg.example
mkdir -p /usr/lib/courier-imap/etc/shared
chmod 755 /usr/lib/courier-imap/etc/shared
mkdir -p /usr/lib/courier-imap/etc/shared.tmp
chmod 755 /usr/lib/courier-imap/etc/shared.tmp
make[3]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0'
test -z "/usr/lib/courier-imap/man/man1" || mkdir -p -- "/usr/lib/courier-imap
/man/man1"
 /usr/bin/install -c -m 0600 './couriertcpd.1' '/usr/lib/courier-imap/man/man1
/couriertcpd.1'
 /usr/bin/install -c -m 0600 './maildirmake.1' '/usr/lib/courier-imap/man/man1
/maildirmake.1'
 /usr/bin/install -c -m 0600 './maildiracl.1' '/usr/lib/courier-imap/man/man1/
maildiracl.1'
 /usr/bin/install -c -m 0600 './maildirkw.1' '/usr/lib/courier-imap/man/man1/m
aildirkw.1'
test -z "/usr/lib/courier-imap/man/man8" || mkdir -p -- "/usr/lib/courier-imap
/man/man8"
 /usr/bin/install -c -m 0600 './deliverquota.8' '/usr/lib/courier-imap/man/man
8/deliverquota.8'
 /usr/bin/install -c -m 0600 './imapd.8' '/usr/lib/courier-imap/man/man8/imapd.8'
 /usr/bin/install -c -m 0600 './mkimapdcert.8' '/usr/lib/courier-imap/man/man8
/mkimapdcert.8'
 /usr/bin/install -c -m 0600 './mkpop3dcert.8' '/usr/lib/courier-imap/man/man8
/mkpop3dcert.8'
test -d /etc/pam.d || exit 0 ; ¥
test -w /etc/pam.d || exit 0 ; ¥
test -f /etc/pam.d/imap || ¥
        /usr/bin/install -c -m 0600 ./imap/imapd.pam ¥
        /etc/pam.d/imap || exit 1 ;¥
test -f /etc/pam.d/pop3 || ¥
        /usr/bin/install -c -m 0600 ./imap/pop3d.pam ¥
        /etc/pam.d/pop3 || exit 1
for f in couriertcpd.1 deliverquota.8 maildirmake.1 maildiracl.1 imapd.8 mkima
pdcert.8 mkpop3dcert.8 maildirkw.1; do chmod a+r /usr/lib/courier-imap/man/*/$
f; done
Do not forget to run make install-configure
test -z "/usr/lib/courier-imap/share" || mkdir -p -- "/usr/lib/courier-imap/sh
are"
 /usr/bin/install -c 'mkimapdcert' '/usr/lib/courier-imap/share/mkimapdcert'
 /usr/bin/install -c 'mkpop3dcert' '/usr/lib/courier-imap/share/mkpop3dcert'
make[2]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0'
make[1]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0'
[root@apollo courier-imap-4.1.0]# 
  • 問題なかった模様.
  • 最後に,install-configureを実行する.
[root@apollo courier-imap-4.1.0]# make install-configure
make[1]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/numlib'
make[1]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/numlib'
make[1]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/md5'
make[1]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/md5'
make[1]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/sha1'
make[1]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/sha1'
make[1]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/gdbmobj'
make[1]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/gdbmobj'
make[1]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/soxwrap'
make[1]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/soxwrap'
make[1]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/unicode'
make[1]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/unicode'
make[1]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/rfc822'
make[1]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/rfc822'
make[1]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/random128'
make[1]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/random128'
make[1]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/rfc1035'
make[1]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/rfc1035'
make[1]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/rfc2045'
make[1]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/rfc2045'
make[1]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/liblock'
make[1]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/liblock'
make[1]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/maildir'
make[1]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/maildir'
make[1]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/makedat'
make[1]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/makedat'
make[1]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/libhmac'
make[1]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/libhmac'
make[1]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/waitlib'
make[1]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/waitlib'
make[1]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/tcpd'
make[1]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/tcpd'
make[1]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0/imap'
make[1]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0/imap'
make install-configure-local DESTDIR=
make[1]: Entering directory `/home/shinnai/Download/courier-imap-4.1.0'
imapd:
  ADDRESS: new
  PORT: new
  AUTHSERVICE: new
  MAXDAEMONS: new
  MAXPERIP: new
  PIDFILE: new
  TCPDOPTS: new
  LOGGEROPTS: new
  DEFDOMAIN: new
  IMAP_CAPABILITY: new
  KEYWORDS_CAPABILITY: new
  ACL_CAPABILITY: new
  SMAP1_CAPABILITY: new
  IMAP_CAPABILITY_ORIG: new
  IMAP_PROXY: new
  PROXY_HOSTNAME: new
  IMAP_PROXY_FOREIGN: new
  IMAP_IDLE_TIMEOUT: new
  IMAP_CAPABILITY_TLS: new
  IMAP_TLS_ORIG: new
  IMAP_DISABLETHREADSORT: new
  IMAP_CHECK_ALL_FOLDERS: new
  IMAP_OBSOLETE_CLIENT: new
  IMAP_UMASK: new
  IMAP_ULIMITD: new
  IMAP_USELOCKS: new
  IMAP_SHAREDINDEXFILE: new
  IMAP_ENHANCEDIDLE: new
  IMAP_TRASHFOLDERNAME: new
  IMAP_EMPTYTRASH: new
  IMAP_MOVE_EXPUNGE_TO_TRASH: new
  OUTBOX: new
  SENDMAIL: new
  HEADERFROM: new
  OUTBOX_MULTIPLE_SEND: new
  IMAPDSTART: new
  MAILDIRPATH: new
imapd-ssl:
  SSLPORT: new
  SSLADDRESS: new
  SSLPIDFILE: new
  SSLLOGGEROPTS: new
  IMAPDSSLSTART: new
  IMAPDSTARTTLS: new
  IMAP_TLS_REQUIRED: new
  COURIERTLS: new
  TLS_PROTOCOL: new
  TLS_STARTTLS_PROTOCOL: new
  TLS_CIPHER_LIST: new
  TLS_TIMEOUT: new
  TLS_DHCERTFILE: new
  TLS_CERTFILE: new
  TLS_TRUSTCERTS: new
  TLS_VERIFYPEER: new
  TLS_CACHE: new
  MAILDIRPATH: new
pop3d:
  PIDFILE: new
  MAXDAEMONS: new
  MAXPERIP: new
  POP3AUTH: new
  POP3AUTH_ORIG: new
  POP3AUTH_TLS: new
  POP3AUTH_TLS_ORIG: new
  POP3_PROXY: new
  PROXY_HOSTNAME: new
  PORT: new
  ADDRESS: new
  TCPDOPTS: new
  LOGGEROPTS: new
  DEFDOMAIN: new
  POP3DSTART: new
  MAILDIRPATH: new
pop3d-ssl:
  SSLPORT: new
  SSLADDRESS: new
  SSLPIDFILE: new
  SSLLOGGEROPTS: new
  POP3DSSLSTART: new
  POP3_STARTTLS: new
  POP3_TLS_REQUIRED: new
  COURIERTLS: new
  TLS_PROTOCOL: new
  TLS_STARTTLS_PROTOCOL: new
  TLS_CIPHER_LIST: new
  TLS_TIMEOUT: new
  TLS_DHCERTFILE: new
  TLS_CERTFILE: new
  TLS_TRUSTCERTS: new
  TLS_VERIFYPEER: new
  TLS_CACHE: new
  MAILDIRPATH: new
make[1]: Leaving directory `/home/shinnai/Download/courier-imap-4.1.0'
[root@apollo courier-imap-4.1.0]# 
  • これで終了.

4.インストール後の確認

  • モジュールがインストールされていることを確認してみる.
[root@apollo courier-imap-4.1.0]# ls -la /usr/lib/courier-imap
total 96
drwxr-xr-x    9 root     root         4096 Apr  4 17:17 .
drwxr-xr-x  123 root     root        61440 Apr  4 17:17 ..
drwxr-xr-x    2 root     root         4096 Apr  4 17:17 bin
drwxr-xr-x    4 root     root         4096 Apr  4 17:20 etc
drwxr-xr-x    2 root     root         4096 Apr  4 17:17 libexec
drwxr-xr-x    4 root     root         4096 Apr  4 17:17 man
drwxr-xr-x    2 root     root         4096 Apr  4 17:17 sbin
drwxr-xr-x    2 root     root         4096 Apr  4 17:17 share
drwxr-xr-x    2 root     root         4096 Apr  4 17:17 var
[root@apollo courier-imap-4.1.0]#
  • インストールが行われていることがわかる.
  • 実行モジュールを確認してみる.
[root@apollo courier-imap-4.1.0]# ls -la /usr/lib/courier-imap/bin/
total 1372
drwxr-xr-x    2 root     root         4096 Apr  4 17:17 .
drwxr-xr-x    9 root     root         4096 Apr  4 17:17 ..
-rwxr-xr-x    1 root     root       199360 Apr  4 17:17 couriertls
-rwxr-xr-x    1 root     root        58927 Apr  4 17:17 deliverquota
-rwxr-xr-x    1 root     root       742278 Apr  4 17:17 imapd
-rwxr-xr-x    1 root     root        54563 Apr  4 17:17 maildiracl
-rwxr-xr-x    1 root     root       140581 Apr  4 17:17 maildirkw
-rwxr-xr-x    1 root     root        66336 Apr  4 17:17 maildirmake
-rwxr-xr-x    1 root     root        87441 Apr  4 17:17 pop3d
[root@apollo courier-imap-4.1.0]# 
  • もう1つの実行モジュール群を確認する.
[root@apollo courier-imap-4.1.0]# ls -la /usr/lib/courier-imap/libexec/
total 212
drwxr-xr-x    2 root     root         4096 Apr  4 17:17 .
drwxr-xr-x    9 root     root         4096 Apr  4 17:17 ..
-rwxr-xr-x    1 root     root       157537 Apr  4 17:17 couriertcpd
-rwxr-xr-x    1 root     root         1460 Apr  4 17:17 imapd.rc
-rwxr-xr-x    1 root     root         1448 Apr  4 17:17 imapd-ssl.rc
-rwxr-xr-x    1 root     root        26035 Apr  4 17:17 makedatprog
-rwxr-xr-x    1 root     root         1296 Apr  4 17:17 pop3d.rc
-rwxr-xr-x    1 root     root         1369 Apr  4 17:17 pop3d-ssl.rc
[root@apollo courier-imap-4.1.0]# 

5.Courier IMAPの起動と終了

  • 現在起動しているか,確認する.
[root@apollo courier-imap-4.1.0]# ps -ef | grep courier
root     15733 14876  0 17:48 pts/2    00:00:00 grep courier
[root@apollo courier-imap-4.1.0]# 
  • 現在は起動していないことが確認できる.
  • CourierIMAPサーバを起動する.
[root@apollo courier-imap-4.1.0]# /usr/lib/courier-imap/libexec/imapd.rc start
[root@apollo courier-imap-4.1.0]#
  • プロセスを確認する.
[root@apollo courier-imap-4.1.0]# ps -ef | grep courier
root     15739     1  0 17:48 ?        00:00:00 /usr/local/sbin/courierlogger 
-pid=/var/run/imapd.pid -start -name=imapd /usr/lib/courier-imap/libexec/couri
ertcpd -address=0 -maxprocs=40 -maxperip=4 -nodnslookup -noidentlookup 143 /us
r/lib/courier-imap/sbin/imaplogin /usr/lib/courier-imap/bin/imapd Maildir
root     15740 15739  1 17:48 ?        00:00:00 /usr/lib/courier-imap/libexec/
couriertcpd -address=0 -maxprocs=40 -maxperip=4 -nodnslookup -noidentlookup 14
3 /usr/lib/courier-imap/sbin/imaplogin /usr/lib/courier-imap/bin/imapd Maildir
root     15743 14876  0 17:48 pts/2    00:00:00 grep courier
[root@apollo courier-imap-4.1.0]# 
  • Maildir方式で稼働していることがわかる.
  • プロセスがlistenしているか確認する.
  • IMAPサーバが利用するポート番号は,143である.
[root@apollo courier-imap-4.1.0]# netstat -ln | grep 143
tcp        0      0 0.0.0.0:143                 0.0.0.0:*                   LISTEN      
[root@apollo courier-imap-4.1.0]# 
  • LISTEN中なので,動作していることが確認できる.
  • 停止する際には,imapd.rcコマンドにstopオプションをつけて実行する.
[root@apollo courier-imap-4.1.0]# /usr/lib/courier-imap/libexec/imapd.rc stop
[root@apollo courier-imap-4.1.0]# ps -ef | grep courier
root     15755 14876  0 17:52 pts/2    00:00:00 grep courier
[root@apollo courier-imap-4.1.0]# 
  • これで簡単な動作確認完了.

6.自動起動設定

  • 起動用ファイルを複写し,自動起動の設定を行う.
[root@apollo courier-authlib-0.58]# cp courier-imap.sysvinit /etc/init.d/courier-imap
[root@apollo courier-authlib-0.58]# chmod 755 /etc/init.d/courier-imap
[root@apollo courier-authlib-0.58]# /sbin/chkconfig --add courier-imap
[root@apollo courier-authlib-0.58]# /sbin/chkconfig --list|grep courier
courier-authlib 0:off   1:off   2:on    3:on    4:on    5:on    6:off
courier-imap    0:off   1:off   2:on    3:on    4:on    5:on    6:off
[root@apollo courier-authlib-0.58]#
  • 起動スクリプトを使って,サーバの停止と起動を行って確認する.
[root@apollo courier-authlib-0.58]# /etc/init.d/courier-imap stop
Stopping Courier-IMAP server: imap imap-ssl pop3 pop3-ssl
[root@apollo courier-authlib-0.58]# /etc/init.d/courier-imap start
Starting Courier-IMAP server:
[root@apollo courier-authlib-0.58]#
  • これで終了.


広告スペース
Google