UJP - 技術情報1

Life is fun and easy!

不正IP報告数

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

maildrop2.0.2のインストール

maildrop2.0.2のインストール


0.改訂履歴

  • 2006.07.21 新規作成

1.はじめに

 このドキュメントでは,maildrop 2.0.2のインストール手順を説明する. maildropは,フィルタリングを行う事ができるメール配送エージェントで,Courier Mail Server用に作成されたモノである. アンチスパムソフトのSpamAssasin等で,このmaildropを必要とする. この手順書では,rpmbuildを利用してRPMを作成してインストールするという手順を実行する.

 なお,使用しているOSは,RedHat Linux ES3.0上で稼働しており,Courier-authlibがインストールされている必要がある.

2.モジュールの入手

  • 公式サイトは,次の通り.
  • Downloadのリンクをたどって自分に最適なダウンロードサイトを選択する.
[root@jupiter Download]# curl -O http://jaist.dl.sourceforge.net/sourceforge/courier/maild
rop-2.0.2.tar.bz2
  % Total    % Received % Xferd  Average Speed          Time             Curr.
                                 Dload  Upload Total    Current  Left    Speed
100 2089k  100 2089k    0     0  1353k      0  0:00:01  0:00:01  0:00:00 2458k
[root@jupiter Download]#
  • ダウンロードしたファイルを確認する.
[root@jupiter Download]# ls -la maildrop-2.0.2.tar.bz2 
-rw-r--r--    1 root     root      2139549 Jul 20 20:41 maildrop-2.0.2.tar.bz2
[root@jupiter Download]# 

3.rpmを作成する

  • ダウンロードしたファイルを使って,RPMを作成する.
[root@jupiter Download]# rpmbuild -tb maildrop-2.0.2.tar.bz2
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.78634
+ umask 022
+ cd /usr/src/redhat/BUILD
+ LANG=C
+ export LANG
+ unset DISPLAY
+ cd /usr/src/redhat/BUILD
+ rm -rf maildrop-2.0.2
+ /usr/bin/bzip2 -dc /root/Download/maildrop-2.0.2.tar.bz2
+ tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd maildrop-2.0.2
++ /usr/bin/id -u
+ '[' 0 = 0 ']'
+ /bin/chown -Rhf root .
++ /usr/bin/id -u
+ '[' 0 = 0 ']'
+ /bin/chgrp -Rhf root .
+ /bin/chmod -Rf a+rX,g-w,o-w .
+ CFLAGS=-O2 -g -pipe -march=i386 -mcpu=i686
+ export CFLAGS
+ CXXFLAGS=-O2 -g -pipe -march=i386 -mcpu=i686
+ export CXXFLAGS
+ FFLAGS=-O2 -g -pipe -march=i386 -mcpu=i686
+ export FFLAGS
++ find . -name config.guess -o -name config.sub
++ basename ./config.guess
+ '[' -f /usr/lib/rpm/redhat/config.guess ']'
+ /bin/rm -f ./config.guess
++ basename ./config.guess
+ /bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess
`/usr/lib/rpm/redhat/config.guess' -> `./config.guess'
++ basename ./config.sub
+ '[' -f /usr/lib/rpm/redhat/config.sub ']'
+ /bin/rm -f ./config.sub
++ basename ./config.sub
+ /bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub
`/usr/lib/rpm/redhat/config.sub' -> `./config.sub'
+ ./configure --host=i686-redhat-linux-gnu --build=i686-redhat-linux-gnu --tar
get=i386-redhat-linux-gnu --program-prefix= --prefix=/usr --exec-prefix=/usr -
-bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --
includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec --localsta
tedir=/var --sharedstatedir=/usr/com --mandir=/usr/share/man --infodir=/usr/sh
are/info --with-devel --enable-userdb --enable-maildirquota --enable-syslog=1 
'--enable-trusted-users=root mail daemon postmaster qmaild mmdf' --enable-rest
rict-trusted=0 --enable-sendmail=/usr/sbin/sendmail
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 i686-redhat-linux-gnu-gcc... no
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 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... nm
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 i686-redhat-linux-gnu-g++... no
checking for i686-redhat-linux-gnu-c++... no
checking for i686-redhat-linux-gnu-gpp... no
checking for i686-redhat-linux-gnu-aCC... no
checking for i686-redhat-linux-gnu-CC... no
checking for i686-redhat-linux-gnu-cxx... no
checking for i686-redhat-linux-gnu-cc++... no
checking for i686-redhat-linux-gnu-cl... no
checking for i686-redhat-linux-gnu-FCC... no
checking for i686-redhat-linux-gnu-KCC... no
checking for i686-redhat-linux-gnu-RCC... no
checking for i686-redhat-linux-gnu-xlC_r... no
checking for i686-redhat-linux-gnu-xlC... no
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 i686-redhat-linux-gnu-g77... no
checking for i686-redhat-linux-gnu-f77... no
checking for i686-redhat-linux-gnu-xlf... no
checking for i686-redhat-linux-gnu-frt... no
checking for i686-redhat-linux-gnu-pgf77... no
checking for i686-redhat-linux-gnu-fort77... no
checking for i686-redhat-linux-gnu-fl32... no
checking for i686-redhat-linux-gnu-af77... no
checking for i686-redhat-linux-gnu-f90... no
checking for i686-redhat-linux-gnu-xlf90... no
checking for i686-redhat-linux-gnu-pgf90... no
checking for i686-redhat-linux-gnu-epcf90... no
checking for i686-redhat-linux-gnu-f95... no
checking for i686-redhat-linux-gnu-fort... no
checking for i686-redhat-linux-gnu-xlf95... no
checking for i686-redhat-linux-gnu-ifc... no
checking for i686-redhat-linux-gnu-efc... no
checking for i686-redhat-linux-gnu-pgf95... no
checking for i686-redhat-linux-gnu-lf95... no
checking for i686-redhat-linux-gnu-gfortran... no
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 nm output from gcc object... ok
checking for objdir... .libs
checking for i686-redhat-linux-gnu-ar... no
checking for ar... ar
checking for i686-redhat-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking for i686-redhat-linux-gnu-strip... no
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 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 gdbm_open in -lgdbm... yes
checking for gdbm_open... yes
checking for gdbm or db library... gdbm
checking for gdbm_open in -lgdbm... (cached) yes
checking for gdbm_open... (cached) yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating dbobj.h
config.status: creating dbobj.config
config.status: creating maildrop.spec
config.status: creating maildrop.lpspec
config.status: creating README.html
config.status: creating INSTALL.html
config.status: executing depfiles commands
configure: configuring in numlib
configure: running /bin/sh './configure' --prefix=/usr  --with-db=gdbm '--host
=i686-redhat-linux-gnu' '--build=i686-redhat-linux-gnu' '--target=i386-redhat-
linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=
/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--
includedir=/usr/include' '--libdir=/usr/lib' '--libexecdir=/usr/libexec' '--lo
calstatedir=/var' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--inf
odir=/usr/share/info' '--with-devel' '--enable-userdb' '--enable-maildirquota' 
'--enable-syslog=1' '--enable-trusted-users=root mail daemon postmaster qmaild 
mmdf' '--enable-restrict-trusted=0' '--enable-sendmail=/usr/sbin/sendmail' 'CF
LAGS=-O2 -g -pipe -march=i386 -mcpu=i686' 'CXXFLAGS=-O2 -g -pipe -march=i386 -
mcpu=i686' 'FFLAGS=-O2 -g -pipe -march=i386 -mcpu=i686' 'build_alias=i686-redh
at-linux-gnu' 'host_alias=i686-redhat-linux-gnu' 'target_alias=i386-redhat-lin
ux-gnu' --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 i686-redhat-linux-gnu-gcc... no
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... nm
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 i686-redhat-linux-gnu-g++... no
checking for i686-redhat-linux-gnu-c++... no
checking for i686-redhat-linux-gnu-gpp... no
checking for i686-redhat-linux-gnu-aCC... no
checking for i686-redhat-linux-gnu-CC... no
checking for i686-redhat-linux-gnu-cxx... no
checking for i686-redhat-linux-gnu-cc++... no
checking for i686-redhat-linux-gnu-cl... no
checking for i686-redhat-linux-gnu-FCC... no
checking for i686-redhat-linux-gnu-KCC... no
checking for i686-redhat-linux-gnu-RCC... no
checking for i686-redhat-linux-gnu-xlC_r... no
checking for i686-redhat-linux-gnu-xlC... no
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 i686-redhat-linux-gnu-g77... no
checking for i686-redhat-linux-gnu-f77... no
checking for i686-redhat-linux-gnu-xlf... no
checking for i686-redhat-linux-gnu-frt... no
checking for i686-redhat-linux-gnu-pgf77... no
checking for i686-redhat-linux-gnu-fort77... no
checking for i686-redhat-linux-gnu-fl32... no
checking for i686-redhat-linux-gnu-af77... no
checking for i686-redhat-linux-gnu-f90... no
checking for i686-redhat-linux-gnu-xlf90... no
checking for i686-redhat-linux-gnu-pgf90... no
checking for i686-redhat-linux-gnu-epcf90... no
checking for i686-redhat-linux-gnu-f95... no
checking for i686-redhat-linux-gnu-fort... no
checking for i686-redhat-linux-gnu-xlf95... no
checking for i686-redhat-linux-gnu-ifc... no
checking for i686-redhat-linux-gnu-efc... no
checking for i686-redhat-linux-gnu-pgf95... no
checking for i686-redhat-linux-gnu-lf95... no
checking for i686-redhat-linux-gnu-gfortran... no
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 nm output from gcc object... ok
checking for objdir... .libs
checking for i686-redhat-linux-gnu-ar... no
checking for ar... ar
checking for i686-redhat-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking for i686-redhat-linux-gnu-strip... no
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: executing depfiles commands
configure: configuring in liblock
configure: running /bin/sh './configure' --prefix=/usr  --with-db=gdbm '--host
=i686-redhat-linux-gnu' '--build=i686-redhat-linux-gnu' '--target=i386-redhat-
linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=
/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--
includedir=/usr/include' '--libdir=/usr/lib' '--libexecdir=/usr/libexec' '--lo
calstatedir=/var' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--inf
odir=/usr/share/info' '--with-devel' '--enable-userdb' '--enable-maildirquota' 
'--enable-syslog=1' '--enable-trusted-users=root mail daemon postmaster qmaild 
mmdf' '--enable-restrict-trusted=0' '--enable-sendmail=/usr/sbin/sendmail' 'CF
LAGS=-O2 -g -pipe -march=i386 -mcpu=i686' 'CXXFLAGS=-O2 -g -pipe -march=i386 -
mcpu=i686' 'FFLAGS=-O2 -g -pipe -march=i386 -mcpu=i686' 'build_alias=i686-redh
at-linux-gnu' 'host_alias=i686-redhat-linux-gnu' 'target_alias=i386-redhat-lin
ux-gnu' --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 i686-redhat-linux-gnu-gcc... no
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... nm
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 i686-redhat-linux-gnu-g++... no
checking for i686-redhat-linux-gnu-c++... no
checking for i686-redhat-linux-gnu-gpp... no
checking for i686-redhat-linux-gnu-aCC... no
checking for i686-redhat-linux-gnu-CC... no
checking for i686-redhat-linux-gnu-cxx... no
checking for i686-redhat-linux-gnu-cc++... no
checking for i686-redhat-linux-gnu-cl... no
checking for i686-redhat-linux-gnu-FCC... no
checking for i686-redhat-linux-gnu-KCC... no
checking for i686-redhat-linux-gnu-RCC... no
checking for i686-redhat-linux-gnu-xlC_r... no
checking for i686-redhat-linux-gnu-xlC... no
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 i686-redhat-linux-gnu-g77... no
checking for i686-redhat-linux-gnu-f77... no
checking for i686-redhat-linux-gnu-xlf... no
checking for i686-redhat-linux-gnu-frt... no
checking for i686-redhat-linux-gnu-pgf77... no
checking for i686-redhat-linux-gnu-fort77... no
checking for i686-redhat-linux-gnu-fl32... no
checking for i686-redhat-linux-gnu-af77... no
checking for i686-redhat-linux-gnu-f90... no
checking for i686-redhat-linux-gnu-xlf90... no
checking for i686-redhat-linux-gnu-pgf90... no
checking for i686-redhat-linux-gnu-epcf90... no
checking for i686-redhat-linux-gnu-f95... no
checking for i686-redhat-linux-gnu-fort... no
checking for i686-redhat-linux-gnu-xlf95... no
checking for i686-redhat-linux-gnu-ifc... no
checking for i686-redhat-linux-gnu-efc... no
checking for i686-redhat-linux-gnu-pgf95... no
checking for i686-redhat-linux-gnu-lf95... no
checking for i686-redhat-linux-gnu-gfortran... no
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 nm output from gcc object... ok
checking for objdir... .libs
checking for i686-redhat-linux-gnu-ar... no
checking for ar... ar
checking for i686-redhat-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking for i686-redhat-linux-gnu-strip... no
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: executing depfiles commands
configure: configuring in rfc822
configure: running /bin/sh './configure' --prefix=/usr  --with-db=gdbm '--host
=i686-redhat-linux-gnu' '--build=i686-redhat-linux-gnu' '--target=i386-redhat-
linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=
/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--
includedir=/usr/include' '--libdir=/usr/lib' '--libexecdir=/usr/libexec' '--lo
calstatedir=/var' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--inf
odir=/usr/share/info' '--with-devel' '--enable-userdb' '--enable-maildirquota' 
'--enable-syslog=1' '--enable-trusted-users=root mail daemon postmaster qmaild 
mmdf' '--enable-restrict-trusted=0' '--enable-sendmail=/usr/sbin/sendmail' 'CF
LAGS=-O2 -g -pipe -march=i386 -mcpu=i686' 'CXXFLAGS=-O2 -g -pipe -march=i386 -
mcpu=i686' 'FFLAGS=-O2 -g -pipe -march=i386 -mcpu=i686' 'build_alias=i686-redh
at-linux-gnu' 'host_alias=i686-redhat-linux-gnu' 'target_alias=i386-redhat-lin
ux-gnu' --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 i686-redhat-linux-gnu-gcc... no
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... nm
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 i686-redhat-linux-gnu-g++... no
checking for i686-redhat-linux-gnu-c++... no
checking for i686-redhat-linux-gnu-gpp... no
checking for i686-redhat-linux-gnu-aCC... no
checking for i686-redhat-linux-gnu-CC... no
checking for i686-redhat-linux-gnu-cxx... no
checking for i686-redhat-linux-gnu-cc++... no
checking for i686-redhat-linux-gnu-cl... no
checking for i686-redhat-linux-gnu-FCC... no
checking for i686-redhat-linux-gnu-KCC... no
checking for i686-redhat-linux-gnu-RCC... no
checking for i686-redhat-linux-gnu-xlC_r... no
checking for i686-redhat-linux-gnu-xlC... no
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 i686-redhat-linux-gnu-g77... no
checking for i686-redhat-linux-gnu-f77... no
checking for i686-redhat-linux-gnu-xlf... no
checking for i686-redhat-linux-gnu-frt... no
checking for i686-redhat-linux-gnu-pgf77... no
checking for i686-redhat-linux-gnu-fort77... no
checking for i686-redhat-linux-gnu-fl32... no
checking for i686-redhat-linux-gnu-af77... no
checking for i686-redhat-linux-gnu-f90... no
checking for i686-redhat-linux-gnu-xlf90... no
checking for i686-redhat-linux-gnu-pgf90... no
checking for i686-redhat-linux-gnu-epcf90... no
checking for i686-redhat-linux-gnu-f95... no
checking for i686-redhat-linux-gnu-fort... no
checking for i686-redhat-linux-gnu-xlf95... no
checking for i686-redhat-linux-gnu-ifc... no
checking for i686-redhat-linux-gnu-efc... no
checking for i686-redhat-linux-gnu-pgf95... no
checking for i686-redhat-linux-gnu-lf95... no
checking for i686-redhat-linux-gnu-gfortran... no
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 nm output from gcc object... ok
checking for objdir... .libs
checking for i686-redhat-linux-gnu-ar... no
checking for ar... ar
checking for i686-redhat-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking for i686-redhat-linux-gnu-strip... no
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: executing depfiles commands
configure: configuring in rfc2045
configure: running /bin/sh './configure' --prefix=/usr  --with-db=gdbm '--host
=i686-redhat-linux-gnu' '--build=i686-redhat-linux-gnu' '--target=i386-redhat-
linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=
/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--
includedir=/usr/include' '--libdir=/usr/lib' '--libexecdir=/usr/libexec' '--lo
calstatedir=/var' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--inf
odir=/usr/share/info' '--with-devel' '--enable-userdb' '--enable-maildirquota' 
'--enable-syslog=1' '--enable-trusted-users=root mail daemon postmaster qmaild 
mmdf' '--enable-restrict-trusted=0' '--enable-sendmail=/usr/sbin/sendmail' 'CF
LAGS=-O2 -g -pipe -march=i386 -mcpu=i686' 'CXXFLAGS=-O2 -g -pipe -march=i386 -
mcpu=i686' 'FFLAGS=-O2 -g -pipe -march=i386 -mcpu=i686' 'build_alias=i686-redh
at-linux-gnu' 'host_alias=i686-redhat-linux-gnu' 'target_alias=i386-redhat-lin
ux-gnu' --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 i686-redhat-linux-gnu-gcc... no
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... nm
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 i686-redhat-linux-gnu-g++... no
checking for i686-redhat-linux-gnu-c++... no
checking for i686-redhat-linux-gnu-gpp... no
checking for i686-redhat-linux-gnu-aCC... no
checking for i686-redhat-linux-gnu-CC... no
checking for i686-redhat-linux-gnu-cxx... no
checking for i686-redhat-linux-gnu-cc++... no
checking for i686-redhat-linux-gnu-cl... no
checking for i686-redhat-linux-gnu-FCC... no
checking for i686-redhat-linux-gnu-KCC... no
checking for i686-redhat-linux-gnu-RCC... no
checking for i686-redhat-linux-gnu-xlC_r... no
checking for i686-redhat-linux-gnu-xlC... no
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 i686-redhat-linux-gnu-g77... no
checking for i686-redhat-linux-gnu-f77... no
checking for i686-redhat-linux-gnu-xlf... no
checking for i686-redhat-linux-gnu-frt... no
checking for i686-redhat-linux-gnu-pgf77... no
checking for i686-redhat-linux-gnu-fort77... no
checking for i686-redhat-linux-gnu-fl32... no
checking for i686-redhat-linux-gnu-af77... no
checking for i686-redhat-linux-gnu-f90... no
checking for i686-redhat-linux-gnu-xlf90... no
checking for i686-redhat-linux-gnu-pgf90... no
checking for i686-redhat-linux-gnu-epcf90... no
checking for i686-redhat-linux-gnu-f95... no
checking for i686-redhat-linux-gnu-fort... no
checking for i686-redhat-linux-gnu-xlf95... no
checking for i686-redhat-linux-gnu-ifc... no
checking for i686-redhat-linux-gnu-efc... no
checking for i686-redhat-linux-gnu-pgf95... no
checking for i686-redhat-linux-gnu-lf95... no
checking for i686-redhat-linux-gnu-gfortran... no
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 nm output from gcc object... ok
checking for objdir... .libs
checking for i686-redhat-linux-gnu-ar... no
checking for ar... ar
checking for i686-redhat-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking for i686-redhat-linux-gnu-strip... no
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: executing depfiles commands
configure: configuring in gdbmobj
configure: running /bin/sh './configure' --prefix=/usr  --with-db=gdbm '--host
=i686-redhat-linux-gnu' '--build=i686-redhat-linux-gnu' '--target=i386-redhat-
linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=
/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--
includedir=/usr/include' '--libdir=/usr/lib' '--libexecdir=/usr/libexec' '--lo
calstatedir=/var' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--inf
odir=/usr/share/info' '--with-devel' '--enable-userdb' '--enable-maildirquota' 
'--enable-syslog=1' '--enable-trusted-users=root mail daemon postmaster qmaild 
mmdf' '--enable-restrict-trusted=0' '--enable-sendmail=/usr/sbin/sendmail' 'CF
LAGS=-O2 -g -pipe -march=i386 -mcpu=i686' 'CXXFLAGS=-O2 -g -pipe -march=i386 -
mcpu=i686' 'FFLAGS=-O2 -g -pipe -march=i386 -mcpu=i686' 'build_alias=i686-redh
at-linux-gnu' 'host_alias=i686-redhat-linux-gnu' 'target_alias=i386-redhat-lin
ux-gnu' --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 i686-redhat-linux-gnu-gcc... no
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 i686-redhat-linux-gnu-g++... no
checking for i686-redhat-linux-gnu-c++... no
checking for i686-redhat-linux-gnu-gpp... no
checking for i686-redhat-linux-gnu-aCC... no
checking for i686-redhat-linux-gnu-CC... no
checking for i686-redhat-linux-gnu-cxx... no
checking for i686-redhat-linux-gnu-cc++... no
checking for i686-redhat-linux-gnu-cl... no
checking for i686-redhat-linux-gnu-FCC... no
checking for i686-redhat-linux-gnu-KCC... no
checking for i686-redhat-linux-gnu-RCC... no
checking for i686-redhat-linux-gnu-xlC_r... no
checking for i686-redhat-linux-gnu-xlC... no
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... nm
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 i686-redhat-linux-gnu-g77... no
checking for i686-redhat-linux-gnu-f77... no
checking for i686-redhat-linux-gnu-xlf... no
checking for i686-redhat-linux-gnu-frt... no
checking for i686-redhat-linux-gnu-pgf77... no
checking for i686-redhat-linux-gnu-fort77... no
checking for i686-redhat-linux-gnu-fl32... no
checking for i686-redhat-linux-gnu-af77... no
checking for i686-redhat-linux-gnu-f90... no
checking for i686-redhat-linux-gnu-xlf90... no
checking for i686-redhat-linux-gnu-pgf90... no
checking for i686-redhat-linux-gnu-epcf90... no
checking for i686-redhat-linux-gnu-f95... no
checking for i686-redhat-linux-gnu-fort... no
checking for i686-redhat-linux-gnu-xlf95... no
checking for i686-redhat-linux-gnu-ifc... no
checking for i686-redhat-linux-gnu-efc... no
checking for i686-redhat-linux-gnu-pgf95... no
checking for i686-redhat-linux-gnu-lf95... no
checking for i686-redhat-linux-gnu-gfortran... no
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 nm output from gcc object... ok
checking for objdir... .libs
checking for i686-redhat-linux-gnu-ar... no
checking for ar... ar
checking for i686-redhat-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking for i686-redhat-linux-gnu-strip... no
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: executing depfiles commands
configure: configuring in bdbobj
configure: running /bin/sh './configure' --prefix=/usr  --with-db=gdbm '--host
=i686-redhat-linux-gnu' '--build=i686-redhat-linux-gnu' '--target=i386-redhat-
linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=
/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--
includedir=/usr/include' '--libdir=/usr/lib' '--libexecdir=/usr/libexec' '--lo
calstatedir=/var' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--inf
odir=/usr/share/info' '--with-devel' '--enable-userdb' '--enable-maildirquota' 
'--enable-syslog=1' '--enable-trusted-users=root mail daemon postmaster qmaild 
mmdf' '--enable-restrict-trusted=0' '--enable-sendmail=/usr/sbin/sendmail' 'CF
LAGS=-O2 -g -pipe -march=i386 -mcpu=i686' 'CXXFLAGS=-O2 -g -pipe -march=i386 -
mcpu=i686' 'FFLAGS=-O2 -g -pipe -march=i386 -mcpu=i686' 'build_alias=i686-redh
at-linux-gnu' 'host_alias=i686-redhat-linux-gnu' 'target_alias=i386-redhat-lin
ux-gnu' --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 i686-redhat-linux-gnu-gcc... no
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 i686-redhat-linux-gnu-g++... no
checking for i686-redhat-linux-gnu-c++... no
checking for i686-redhat-linux-gnu-gpp... no
checking for i686-redhat-linux-gnu-aCC... no
checking for i686-redhat-linux-gnu-CC... no
checking for i686-redhat-linux-gnu-cxx... no
checking for i686-redhat-linux-gnu-cc++... no
checking for i686-redhat-linux-gnu-cl... no
checking for i686-redhat-linux-gnu-FCC... no
checking for i686-redhat-linux-gnu-KCC... no
checking for i686-redhat-linux-gnu-RCC... no
checking for i686-redhat-linux-gnu-xlC_r... no
checking for i686-redhat-linux-gnu-xlC... no
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... nm
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 i686-redhat-linux-gnu-g77... no
checking for i686-redhat-linux-gnu-f77... no
checking for i686-redhat-linux-gnu-xlf... no
checking for i686-redhat-linux-gnu-frt... no
checking for i686-redhat-linux-gnu-pgf77... no
checking for i686-redhat-linux-gnu-fort77... no
checking for i686-redhat-linux-gnu-fl32... no
checking for i686-redhat-linux-gnu-af77... no
checking for i686-redhat-linux-gnu-f90... no
checking for i686-redhat-linux-gnu-xlf90... no
checking for i686-redhat-linux-gnu-pgf90... no
checking for i686-redhat-linux-gnu-epcf90... no
checking for i686-redhat-linux-gnu-f95... no
checking for i686-redhat-linux-gnu-fort... no
checking for i686-redhat-linux-gnu-xlf95... no
checking for i686-redhat-linux-gnu-ifc... no
checking for i686-redhat-linux-gnu-efc... no
checking for i686-redhat-linux-gnu-pgf95... no
checking for i686-redhat-linux-gnu-lf95... no
checking for i686-redhat-linux-gnu-gfortran... no
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 nm output from gcc object... ok
checking for objdir... .libs
checking for i686-redhat-linux-gnu-ar... no
checking for ar... ar
checking for i686-redhat-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking for i686-redhat-linux-gnu-strip... no
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: executing depfiles commands
configure: configuring in unicode
configure: running /bin/sh './configure' --prefix=/usr  --with-db=gdbm '--host
=i686-redhat-linux-gnu' '--build=i686-redhat-linux-gnu' '--target=i386-redhat-
linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=
/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--
includedir=/usr/include' '--libdir=/usr/lib' '--libexecdir=/usr/libexec' '--lo
calstatedir=/var' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--inf
odir=/usr/share/info' '--with-devel' '--enable-userdb' '--enable-maildirquota' 
'--enable-syslog=1' '--enable-trusted-users=root mail daemon postmaster qmaild 
mmdf' '--enable-restrict-trusted=0' '--enable-sendmail=/usr/sbin/sendmail' 'CF
LAGS=-O2 -g -pipe -march=i386 -mcpu=i686' 'CXXFLAGS=-O2 -g -pipe -march=i386 -
mcpu=i686' 'FFLAGS=-O2 -g -pipe -march=i386 -mcpu=i686' 'build_alias=i686-redh
at-linux-gnu' 'host_alias=i686-redhat-linux-gnu' 'target_alias=i386-redhat-lin
ux-gnu' --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 i686-redhat-linux-gnu-gcc... no
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... nm
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 i686-redhat-linux-gnu-g++... no
checking for i686-redhat-linux-gnu-c++... no
checking for i686-redhat-linux-gnu-gpp... no
checking for i686-redhat-linux-gnu-aCC... no
checking for i686-redhat-linux-gnu-CC... no
checking for i686-redhat-linux-gnu-cxx... no
checking for i686-redhat-linux-gnu-cc++... no
checking for i686-redhat-linux-gnu-cl... no
checking for i686-redhat-linux-gnu-FCC... no
checking for i686-redhat-linux-gnu-KCC... no
checking for i686-redhat-linux-gnu-RCC... no
checking for i686-redhat-linux-gnu-xlC_r... no
checking for i686-redhat-linux-gnu-xlC... no
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 i686-redhat-linux-gnu-g77... no
checking for i686-redhat-linux-gnu-f77... no
checking for i686-redhat-linux-gnu-xlf... no
checking for i686-redhat-linux-gnu-frt... no
checking for i686-redhat-linux-gnu-pgf77... no
checking for i686-redhat-linux-gnu-fort77... no
checking for i686-redhat-linux-gnu-fl32... no
checking for i686-redhat-linux-gnu-af77... no
checking for i686-redhat-linux-gnu-f90... no
checking for i686-redhat-linux-gnu-xlf90... no
checking for i686-redhat-linux-gnu-pgf90... no
checking for i686-redhat-linux-gnu-epcf90... no
checking for i686-redhat-linux-gnu-f95... no
checking for i686-redhat-linux-gnu-fort... no
checking for i686-redhat-linux-gnu-xlf95... no
checking for i686-redhat-linux-gnu-ifc... no
checking for i686-redhat-linux-gnu-efc... no
checking for i686-redhat-linux-gnu-pgf95... no
checking for i686-redhat-linux-gnu-lf95... no
checking for i686-redhat-linux-gnu-gfortran... no
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 nm output from gcc object... ok
checking for objdir... .libs
checking for i686-redhat-linux-gnu-ar... no
checking for ar... ar
checking for i686-redhat-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking for i686-redhat-linux-gnu-strip... no
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 i686-redhat-linux-gnu-gcc... 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: executing depfiles commands
configure: configuring in maildir
configure: running /bin/sh './configure' --prefix=/usr  --with-db=gdbm '--host
=i686-redhat-linux-gnu' '--build=i686-redhat-linux-gnu' '--target=i386-redhat-
linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=
/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--
includedir=/usr/include' '--libdir=/usr/lib' '--libexecdir=/usr/libexec' '--lo
calstatedir=/var' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--inf
odir=/usr/share/info' '--with-devel' '--enable-userdb' '--enable-maildirquota' 
'--enable-syslog=1' '--enable-trusted-users=root mail daemon postmaster qmaild 
mmdf' '--enable-restrict-trusted=0' '--enable-sendmail=/usr/sbin/sendmail' 'CF
LAGS=-O2 -g -pipe -march=i386 -mcpu=i686' 'CXXFLAGS=-O2 -g -pipe -march=i386 -
mcpu=i686' 'FFLAGS=-O2 -g -pipe -march=i386 -mcpu=i686' 'build_alias=i686-redh
at-linux-gnu' 'host_alias=i686-redhat-linux-gnu' 'target_alias=i386-redhat-lin
ux-gnu' --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... i386-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 i686-redhat-linux-gnu-gcc... no
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... nm
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 i686-redhat-linux-gnu-g++... no
checking for i686-redhat-linux-gnu-c++... no
checking for i686-redhat-linux-gnu-gpp... no
checking for i686-redhat-linux-gnu-aCC... no
checking for i686-redhat-linux-gnu-CC... no
checking for i686-redhat-linux-gnu-cxx... no
checking for i686-redhat-linux-gnu-cc++... no
checking for i686-redhat-linux-gnu-cl... no
checking for i686-redhat-linux-gnu-FCC... no
checking for i686-redhat-linux-gnu-KCC... no
checking for i686-redhat-linux-gnu-RCC... no
checking for i686-redhat-linux-gnu-xlC_r... no
checking for i686-redhat-linux-gnu-xlC... no
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 i686-redhat-linux-gnu-g77... no
checking for i686-redhat-linux-gnu-f77... no
checking for i686-redhat-linux-gnu-xlf... no
checking for i686-redhat-linux-gnu-frt... no
checking for i686-redhat-linux-gnu-pgf77... no
checking for i686-redhat-linux-gnu-fort77... no
checking for i686-redhat-linux-gnu-fl32... no
checking for i686-redhat-linux-gnu-af77... no
checking for i686-redhat-linux-gnu-f90... no
checking for i686-redhat-linux-gnu-xlf90... no
checking for i686-redhat-linux-gnu-pgf90... no
checking for i686-redhat-linux-gnu-epcf90... no
checking for i686-redhat-linux-gnu-f95... no
checking for i686-redhat-linux-gnu-fort... no
checking for i686-redhat-linux-gnu-xlf95... no
checking for i686-redhat-linux-gnu-ifc... no
checking for i686-redhat-linux-gnu-efc... no
checking for i686-redhat-linux-gnu-pgf95... no
checking for i686-redhat-linux-gnu-lf95... no
checking for i686-redhat-linux-gnu-gfortran... no
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 nm output from gcc object... ok
checking for objdir... .libs
checking for i686-redhat-linux-gnu-ar... no
checking for ar... ar
checking for i686-redhat-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking for i686-redhat-linux-gnu-strip... no
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 i686-redhat-linux-gnu-g++... g++
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... /usr/bin/mailbot
configure: creating ./config.status
config.status: creating Makefile
config.status: creating sharedindexinstall
config.status: creating sharedindexsplit
config.status: creating config.h
config.status: executing depfiles commands
configure: configuring in maildrop
configure: running /bin/sh './configure' --prefix=/usr  --with-db=gdbm '--host
=i686-redhat-linux-gnu' '--build=i686-redhat-linux-gnu' '--target=i386-redhat-
linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=
/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--
includedir=/usr/include' '--libdir=/usr/lib' '--libexecdir=/usr/libexec' '--lo
calstatedir=/var' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--inf
odir=/usr/share/info' '--with-devel' '--enable-userdb' '--enable-maildirquota' 
'--enable-syslog=1' '--enable-trusted-users=root mail daemon postmaster qmaild 
mmdf' '--enable-restrict-trusted=0' '--enable-sendmail=/usr/sbin/sendmail' 'CF
LAGS=-O2 -g -pipe -march=i386 -mcpu=i686' 'CXXFLAGS=-O2 -g -pipe -march=i386 -
mcpu=i686' 'FFLAGS=-O2 -g -pipe -march=i386 -mcpu=i686' 'build_alias=i686-redh
at-linux-gnu' 'host_alias=i686-redhat-linux-gnu' 'target_alias=i386-redhat-lin
ux-gnu' --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 for i686-redhat-linux-gnu-gcc... no
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 whether ln -s works... yes
checking for i686-redhat-linux-gnu-g++... no
checking for i686-redhat-linux-gnu-c++... no
checking for i686-redhat-linux-gnu-gpp... no
checking for i686-redhat-linux-gnu-aCC... no
checking for i686-redhat-linux-gnu-CC... no
checking for i686-redhat-linux-gnu-cxx... no
checking for i686-redhat-linux-gnu-cc++... no
checking for i686-redhat-linux-gnu-cl... no
checking for i686-redhat-linux-gnu-FCC... no
checking for i686-redhat-linux-gnu-KCC... no
checking for i686-redhat-linux-gnu-RCC... no
checking for i686-redhat-linux-gnu-xlC_r... no
checking for i686-redhat-linux-gnu-xlC... no
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... nm
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 i686-redhat-linux-gnu-g77... no
checking for i686-redhat-linux-gnu-f77... no
checking for i686-redhat-linux-gnu-xlf... no
checking for i686-redhat-linux-gnu-frt... no
checking for i686-redhat-linux-gnu-pgf77... no
checking for i686-redhat-linux-gnu-fort77... no
checking for i686-redhat-linux-gnu-fl32... no
checking for i686-redhat-linux-gnu-af77... no
checking for i686-redhat-linux-gnu-f90... no
checking for i686-redhat-linux-gnu-xlf90... no
checking for i686-redhat-linux-gnu-pgf90... no
checking for i686-redhat-linux-gnu-epcf90... no
checking for i686-redhat-linux-gnu-f95... no
checking for i686-redhat-linux-gnu-fort... no
checking for i686-redhat-linux-gnu-xlf95... no
checking for i686-redhat-linux-gnu-ifc... no
checking for i686-redhat-linux-gnu-efc... no
checking for i686-redhat-linux-gnu-pgf95... no
checking for i686-redhat-linux-gnu-lf95... no
checking for i686-redhat-linux-gnu-gfortran... no
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 nm output from gcc object... ok
checking for objdir... .libs
checking for i686-redhat-linux-gnu-ar... no
checking for ar... ar
checking for i686-redhat-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking for i686-redhat-linux-gnu-strip... no
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 perl5... no
checking for perl... /usr/bin/perl
checking for -fhandle-exceptions flag to g++... no
checking ability to handle both const and non-const exceptions... yes
checking for getpwnam in -lsun... no
checking for courierauthconfig... /usr/local/bin/courierauthconfig
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... 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 fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for memory.h... (cached) yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... 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 for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.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 mode_t... yes
checking for off_t... yes
checking for size_t... yes
checking for pid_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 type of array argument to getgroups... gid_t
checking whether closedir returns void... no
checking return type of signal handlers... void
checking for setgroups... yes
checking for setlocale... yes
checking for getpgrp... yes
checking for getpgid... yes
checking whether getpgrp requires zero arguments... yes
checking setpgrp()... 1
checking setpgid()... 1
checking for missing gethostname prototype... no
checking default PATH for commands... /bin:/usr/bin:/usr/local/bin
checking mail transport agent... /usr/sbin/sendmail -oi
checking location of system mailboxes... /var/mail
checking whether maildrop should reset its group ID... 0
checking privileged users... root mail daemon postmaster qmaild mmdf
checking for UID of maildrop... root
checking for GID of maildrop... mail
checking for USE_FLOCK... 1
checking for USE_DOTLOCK... 0
checking for LOCKEXT_DEF... .lock
checking for LOCKSLEEP_DEF... 5
checking for LOCKTIMEOUT_DEF... 60
checking for LOCKREFRESH_DEF... 15
checking for TEMPDIR... use tmpfile()
checking for SMALLMSG... 8192
checking for GLOBAL_TIMEOUT... 300
checking for CRLF_TERM... 0
checking for RESTRICT_TRUSTED... 0
checking for KEEP_FROMLINE... 0
checking for syslog support... 1
configure: creating ./config.status
config.status: creating xconfig.h
config.status: creating Makefile
config.status: creating README.html
config.status: creating testsuite
config.status: creating config.h
config.status: executing depfiles commands
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.12172
+ umask 022
+ cd /usr/src/redhat/BUILD
+ cd maildrop-2.0.2
+ LANG=C
+ export LANG
+ unset DISPLAY
+ /usr/bin/make
/usr/bin/make all-gmake-check FOO=BAR
make[1]: Entering directory `/usr/src/redhat/BUILD/maildrop-2.0.2'
make[1]: Leaving directory `/usr/src/redhat/BUILD/maildrop-2.0.2'
Making all in numlib
make[1]: Entering directory `/usr/src/redhat/BUILD/maildrop-2.0.2/numlib'
/usr/bin/make  all-am
make[2]: Entering directory `/usr/src/redhat/BUILD/maildrop-2.0.2/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[2]: Leaving directory `/usr/src/redhat/BUILD/maildrop-2.0.2/numlib'
make[1]: Leaving directory `/usr/src/redhat/BUILD/maildrop-2.0.2/numlib'
Making all in liblock
make[1]: Entering directory `/usr/src/redhat/BUILD/maildrop-2.0.2/liblock'
/usr/bin/make  all-am
make[2]: Entering directory `/usr/src/redhat/BUILD/maildrop-2.0.2/liblock'
Compiling lockfcntl.c
Compiling lockdaemon.c
Compiling mail.c
Linking liblock.la
Compiling lockmail.c
Linking lockmail
make[2]: Leaving directory `/usr/src/redhat/BUILD/maildrop-2.0.2/liblock'
make[1]: Leaving directory `/usr/src/redhat/BUILD/maildrop-2.0.2/liblock'
Making all in unicode
make[1]: Entering directory `/usr/src/redhat/BUILD/maildrop-2.0.2/unicode'
/usr/bin/make  all-am
make[2]: Entering directory `/usr/src/redhat/BUILD/maildrop-2.0.2/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[2]: Leaving directory `/usr/src/redhat/BUILD/maildrop-2.0.2/unicode'
make[1]: Leaving directory `/usr/src/redhat/BUILD/maildrop-2.0.2/unicode'
Making all in rfc822
make[1]: Entering directory `/usr/src/redhat/BUILD/maildrop-2.0.2/rfc822'
/usr/bin/make  all-am
make[2]: Entering directory `/usr/src/redhat/BUILD/maildrop-2.0.2/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[2]: Leaving directory `/usr/src/redhat/BUILD/maildrop-2.0.2/rfc822'
make[1]: Leaving directory `/usr/src/redhat/BUILD/maildrop-2.0.2/rfc822'
Making all in rfc2045
make[1]: Entering directory `/usr/src/redhat/BUILD/maildrop-2.0.2/rfc2045'
/usr/bin/make  all-am
make[2]: Entering directory `/usr/src/redhat/BUILD/maildrop-2.0.2/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[2]: Leaving directory `/usr/src/redhat/BUILD/maildrop-2.0.2/rfc2045'
make[1]: Leaving directory `/usr/src/redhat/BUILD/maildrop-2.0.2/rfc2045'
Making all in gdbmobj
make[1]: Entering directory `/usr/src/redhat/BUILD/maildrop-2.0.2/gdbmobj'
/usr/bin/make  all-am
make[2]: Entering directory `/usr/src/redhat/BUILD/maildrop-2.0.2/gdbmobj'
Compiling gdbmobj.c
Compiling gdbmobj2.c
Compiling gdbmobj3.c
Linking libgdbmobj.la
Compiling testgdbm.C
Linking testgdbm
make[2]: Leaving directory `/usr/src/redhat/BUILD/maildrop-2.0.2/gdbmobj'
make[1]: Leaving directory `/usr/src/redhat/BUILD/maildrop-2.0.2/gdbmobj'
Making all in bdbobj
make[1]: Entering directory `/usr/src/redhat/BUILD/maildrop-2.0.2/bdbobj'
/usr/bin/make  all-am
make[2]: Entering directory `/usr/src/redhat/BUILD/maildrop-2.0.2/bdbobj'
Compiling bdbobj.c
Compiling bdbobj2.c
Compiling bdbobj3.c
Linking libbdbobj.la
Compiling testbdb.C
Linking testbdb
make[2]: Leaving directory `/usr/src/redhat/BUILD/maildrop-2.0.2/bdbobj'
make[1]: Leaving directory `/usr/src/redhat/BUILD/maildrop-2.0.2/bdbobj'
Making all in maildir
make[1]: Entering directory `/usr/src/redhat/BUILD/maildrop-2.0.2/maildir'
echo '#define MAILDIRSHAREDRC "/etc/maildirshared"' >maildirsharedrc.h
echo '#define MAILDIRFILTERCONFIG "/etc/maildirfilterconfig"' >maildirfilterco
nfig.h
echo '#define QUOTAWARNMSG "/etc/quotawarnmsg"' >quotawarnmsg.h
echo '#define MAILBOT "/usr/bin/mailbot"' >mailbot.h
echo '#define AUTORESPONSEQUOTA "/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
/usr/bin/make  all-am
make[2]: Entering directory `/usr/src/redhat/BUILD/maildrop-2.0.2/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[2]: Leaving directory `/usr/src/redhat/BUILD/maildrop-2.0.2/maildir'
make[1]: Leaving directory `/usr/src/redhat/BUILD/maildrop-2.0.2/maildir'
Making all in maildrop
make[1]: Entering directory `/usr/src/redhat/BUILD/maildrop-2.0.2/maildrop'
/usr/bin/make  all-am
make[2]: Entering directory `/usr/src/redhat/BUILD/maildrop-2.0.2/maildrop'
Compiling alarm.C
Compiling alarmsleep.C
Compiling alarmtimer.C
Compiling buffer.C
Compiling dotlock.C
Compiling dotlockrefresh.C
Compiling exittrap.C
Compiling funcs.C
Compiling maildrop.C
Compiling mio.C
Compiling setgroupid.c
Compiling tempfile.C
Linking libmdcommon.la
Compiling deliver.C
Compiling deliverdotlock.C
Compiling dotlockmaildrop.C
Compiling filelock.C
Compiling filter.C
Compiling formatmbox.C
Compiling globaltimer.C
Compiling lexer.C
Compiling log.C
Compiling maildir.C
Compiling main.C
Compiling message.C
Compiling messageinfo.C
Compiling pipefds.C
Compiling re.C
Compiling recipe.C
Compiling recipenode.C
Compiling recipeparse.C
Compiling reeval.C
Compiling rematch.C
Compiling rematchmsg.C
Compiling rematchstr.C
Compiling search.C
Compiling token.C
Compiling varlist.C
Linking maildrop
Compiling reformail.C
Linking reformail
Compiling mailbot.c
Linking mailbot
CONFIG_FILES=maildrop.html CONFIG_HEADERS= /bin/sh ./config.status
config.status: creating maildrop.html
config.status: executing depfiles commands
CONFIG_FILES=maildrop.1 CONFIG_HEADERS= /bin/sh ./config.status
config.status: creating maildrop.1
config.status: executing depfiles commands
CONFIG_FILES=maildropfilter.html CONFIG_HEADERS= /bin/sh ./config.status
config.status: creating maildropfilter.html
config.status: executing depfiles commands
CONFIG_FILES=maildropfilter.7 CONFIG_HEADERS= /bin/sh ./config.status
config.status: creating maildropfilter.7
config.status: executing depfiles commands
make[2]: Leaving directory `/usr/src/redhat/BUILD/maildrop-2.0.2/maildrop'
make[1]: Leaving directory `/usr/src/redhat/BUILD/maildrop-2.0.2/maildrop'
make[1]: Entering directory `/usr/src/redhat/BUILD/maildrop-2.0.2'
/bin/sh ./libtool --tag=CC --mode=link gcc  -O2 -g -pipe -march=i386 -mcpu=i68
6   -o librfc822.la  -rpath /usr/lib  rfc822/librfc822.la rfc822/libencode.la 
mkdir .libs
gcc -shared  -Wl,--whole-archive rfc822/.libs/librfc822.a rfc822/.libs/libenco
de.a -Wl,--no-whole-archive   -march=i386 -mcpu=i686 -Wl,-soname -Wl,librfc822.
so.0 -o .libs/librfc822.so.0.0.0
(cd .libs && rm -f librfc822.so.0 && ln -s librfc822.so.0.0.0 librfc822.so.0)
(cd .libs && rm -f librfc822.so && ln -s librfc822.so.0.0.0 librfc822.so)
rm -fr .libs/librfc822.lax
mkdir .libs/librfc822.lax
rm -fr .libs/librfc822.lax/librfc822.a
mkdir .libs/librfc822.lax/librfc822.a
(cd .libs/librfc822.lax/librfc822.a && ar x /usr/src/redhat/BUILD/maildrop-2.0.
2/rfc822/.libs/librfc822.a)
rm -fr .libs/librfc822.lax/libencode.a
mkdir .libs/librfc822.lax/libencode.a
(cd .libs/librfc822.lax/libencode.a && ar x /usr/src/redhat/BUILD/maildrop-2.0.
2/rfc822/.libs/libencode.a)
ar cru .libs/librfc822.a   .libs/librfc822.lax/librfc822.a/rfc822.o .libs/libr
fc822.lax/librfc822.a/rfc822hdr.o .libs/librfc822.lax/librfc822.a/rfc822_getad
dr.o .libs/librfc822.lax/librfc822.a/rfc822_getaddrs.o .libs/librfc822.lax/lib
rfc822.a/rfc822_mkdate.o .libs/librfc822.lax/librfc822.a/rfc822_parsedt.o .lib
s/librfc822.lax/librfc822.a/rfc2047u.o .libs/librfc822.lax/librfc822.a/rfc2047.
o .libs/librfc822.lax/librfc822.a/imapsubj.o .libs/librfc822.lax/librfc822.a/i
maprefs.o .libs/librfc822.lax/librfc822.a/encodeautodetect.o  .libs/librfc822.
lax/libencode.a/encode.o 
ranlib .libs/librfc822.a
rm -fr .libs/librfc822.lax
creating librfc822.la
(cd .libs && rm -f librfc822.la && ln -s ../librfc822.la librfc822.la)
/bin/sh ./libtool --tag=CC --mode=link gcc  -O2 -g -pipe -march=i386 -mcpu=i68
6   -o librfc2045.la  -rpath /usr/lib  rfc2045/librfc2045.la 
gcc -shared  -Wl,--whole-archive rfc2045/.libs/librfc2045.a -Wl,--no-whole-arc
hive   -march=i386 -mcpu=i686 -Wl,-soname -Wl,librfc2045.so.0 -o .libs/librfc2
045.so.0.0.0
(cd .libs && rm -f librfc2045.so.0 && ln -s librfc2045.so.0.0.0 librfc2045.so.
0)
(cd .libs && rm -f librfc2045.so && ln -s librfc2045.so.0.0.0 librfc2045.so)
rm -fr .libs/librfc2045.lax
mkdir .libs/librfc2045.lax
rm -fr .libs/librfc2045.lax/librfc2045.a
mkdir .libs/librfc2045.lax/librfc2045.a
(cd .libs/librfc2045.lax/librfc2045.a && ar x /usr/src/redhat/BUILD/maildrop-2.
0.2/rfc2045/.libs/librfc2045.a)
ar cru .libs/librfc2045.a   .libs/librfc2045.lax/librfc2045.a/rfc2045.o .libs/
librfc2045.lax/librfc2045.a/rfc2045acchk.o .libs/librfc2045.lax/librfc2045.a/r
fc2045acprep.o .libs/librfc2045.lax/librfc2045.a/rfc2045appendurl.o .libs/libr
fc2045.lax/librfc2045.a/rfc2045cdecode.o .libs/librfc2045.lax/librfc2045.a/rfc
2045decode.o .libs/librfc2045.lax/librfc2045.a/rfc2045enomem.o .libs/librfc204
5.lax/librfc2045.a/rfc2045_fromfd.o .libs/librfc2045.lax/librfc2045.a/rfc2045f
ind.o .libs/librfc2045.lax/librfc2045.a/rfc2045mkboundary.o .libs/librfc2045.l
ax/librfc2045.a/rfc2045rewrite.o .libs/librfc2045.lax/librfc2045.a/rfc2045tryb
oundary.o .libs/librfc2045.lax/librfc2045.a/rfc2045xdump.o .libs/librfc2045.la
x/librfc2045.a/rfc2045searchcontenttype.o .libs/librfc2045.lax/librfc2045.a/rf
c2045decodemimesection.o .libs/librfc2045.lax/librfc2045.a/rfc2045decodemimese
ctionu.o .libs/librfc2045.lax/librfc2045.a/rfc2045header.o .libs/librfc2045.la
x/librfc2045.a/rfc2045replyplain.o .libs/librfc2045.lax/librfc2045.a/rfc2045re
plyunicode.o .libs/librfc2045.lax/librfc2045.a/rfc2045reply.o .libs/librfc2045.
lax/librfc2045.a/rfc2231.o .libs/librfc2045.lax/librfc2045.a/rfc2231encode.o .
libs/librfc2045.lax/librfc2045.a/rfc2646.o .libs/librfc2045.lax/librfc2045.a/r
fc2646create.o .libs/librfc2045.lax/librfc2045.a/rfc2646fwd.o .libs/librfc2045.
lax/librfc2045.a/rfc2646reply.o .libs/librfc2045.lax/librfc2045.a/rfc2646rewra
p.o .libs/librfc2045.lax/librfc2045.a/base64.o 
ranlib .libs/librfc2045.a
rm -fr .libs/librfc2045.lax
creating librfc2045.la
(cd .libs && rm -f librfc2045.la && ln -s ../librfc2045.la librfc2045.la)
cp -f ./maildir/maildirquota.7 maildirquota.7
cp -f maildir/deliverquota.8 deliverquota.8
cp -f ./liblock/lockmail.1 lockmail.1
cp -f maildir/maildirmake.1 .
cp -f maildrop/maildrop.1 maildrop.1
cp -f ./maildrop/mailbot.1 mailbot.1
cp -f ./maildrop/maildropex.7 maildropex.7
cp -f ./maildir/maildir.5 maildir.5
cp -f maildrop/maildropfilter.7 maildropfilter.7
cp -f ./maildrop/maildropgdbm.7 maildropgdbm.7
cp -f ./rfc2045/makemime.1 makemime.1
cp -f ./maildrop/reformail.1 reformail.1
cp -f ./rfc2045/reformime.1 reformime.1
cp -f ./rfc822/rfc822.3 .
cp -f ./rfc2045/rfc2045.3 .
cp -f ./maildir/maildirquota.html maildirquota.html
cp -f maildir/deliverquota.html deliverquota.html
cp -f ./liblock/lockmail.html lockmail.html
cp -f maildir/maildirmake.html maildirmake.html
cp -f ./maildrop/maildropex.html maildropex.html
cp -f ./maildir/maildir.html maildir.html
cp -f maildrop/maildropfilter.html maildropfilter.html
cp -f ./maildrop/maildropgdbm.html maildropgdbm.html
cp -f maildrop/maildrop.html maildrop.html
cp -f ./maildrop/mailbot.html mailbot.html
cp -f ./rfc2045/makemime.html makemime.html
cp -f ./maildrop/reformail.html reformail.html
cp -f ./rfc2045/reformime.html reformime.html
cp -f ./rfc822/rfc822.html .
cp -f ./rfc2045/rfc2045.html .
cp -f ./rfc822/rfc822.h .
cp -f ./rfc2045/rfc2045.h .
cp -f ./rfc822/rfc2047.h .
make[1]: Leaving directory `/usr/src/redhat/BUILD/maildrop-2.0.2'
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.53110
+ umask 022
+ cd /usr/src/redhat/BUILD
+ cd maildrop-2.0.2
+ LANG=C
+ export LANG
+ unset DISPLAY
+ rm -rf /var/tmp/maildrop-2.0.2-1.3ES-buildroot
+ mkdir -p /var/tmp/maildrop-2.0.2-1.3ES-buildroot
+ /usr/bin/make install DESTDIR=/var/tmp/maildrop-2.0.2-1.3ES-buildroot MAILDR
OPUID= MAILDROPGID=
Making install in numlib
make[1]: Entering directory `/usr/src/redhat/BUILD/maildrop-2.0.2/numlib'
make[2]: Entering directory `/usr/src/redhat/BUILD/maildrop-2.0.2/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 `/usr/src/redhat/BUILD/maildrop-2.0.2/numlib'
make[1]: Leaving directory `/usr/src/redhat/BUILD/maildrop-2.0.2/numlib'
Making install in liblock
make[1]: Entering directory `/usr/src/redhat/BUILD/maildrop-2.0.2/liblock'
make[2]: Entering directory `/usr/src/redhat/BUILD/maildrop-2.0.2/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 `/usr/src/redhat/BUILD/maildrop-2.0.2/liblock'
make[1]: Leaving directory `/usr/src/redhat/BUILD/maildrop-2.0.2/liblock'
Making install in unicode
make[1]: Entering directory `/usr/src/redhat/BUILD/maildrop-2.0.2/unicode'
make[2]: Entering directory `/usr/src/redhat/BUILD/maildrop-2.0.2/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 `/usr/src/redhat/BUILD/maildrop-2.0.2/unicode'
make[1]: Leaving directory `/usr/src/redhat/BUILD/maildrop-2.0.2/unicode'
Making install in rfc822
make[1]: Entering directory `/usr/src/redhat/BUILD/maildrop-2.0.2/rfc822'
/usr/bin/make  install-am
make[2]: Entering directory `/usr/src/redhat/BUILD/maildrop-2.0.2/rfc822'
make[3]: Entering directory `/usr/src/redhat/BUILD/maildrop-2.0.2/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 `/usr/src/redhat/BUILD/maildrop-2.0.2/rfc822'
make[2]: Leaving directory `/usr/src/redhat/BUILD/maildrop-2.0.2/rfc822'
make[1]: Leaving directory `/usr/src/redhat/BUILD/maildrop-2.0.2/rfc822'
Making install in rfc2045
make[1]: Entering directory `/usr/src/redhat/BUILD/maildrop-2.0.2/rfc2045'
/usr/bin/make  install-am
make[2]: Entering directory `/usr/src/redhat/BUILD/maildrop-2.0.2/rfc2045'
make[3]: Entering directory `/usr/src/redhat/BUILD/maildrop-2.0.2/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 `/usr/src/redhat/BUILD/maildrop-2.0.2/rfc2045'
make[2]: Leaving directory `/usr/src/redhat/BUILD/maildrop-2.0.2/rfc2045'
make[1]: Leaving directory `/usr/src/redhat/BUILD/maildrop-2.0.2/rfc2045'
Making install in gdbmobj
make[1]: Entering directory `/usr/src/redhat/BUILD/maildrop-2.0.2/gdbmobj'
make[2]: Entering directory `/usr/src/redhat/BUILD/maildrop-2.0.2/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 `/usr/src/redhat/BUILD/maildrop-2.0.2/gdbmobj'
make[1]: Leaving directory `/usr/src/redhat/BUILD/maildrop-2.0.2/gdbmobj'
Making install in bdbobj
make[1]: Entering directory `/usr/src/redhat/BUILD/maildrop-2.0.2/bdbobj'
make[2]: Entering directory `/usr/src/redhat/BUILD/maildrop-2.0.2/bdbobj'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/usr/src/redhat/BUILD/maildrop-2.0.2/bdbobj'
make[1]: Leaving directory `/usr/src/redhat/BUILD/maildrop-2.0.2/bdbobj'
Making install in maildir
make[1]: Entering directory `/usr/src/redhat/BUILD/maildrop-2.0.2/maildir'
/usr/bin/make  install-am
make[2]: Entering directory `/usr/src/redhat/BUILD/maildrop-2.0.2/maildir'
make[3]: Entering directory `/usr/src/redhat/BUILD/maildrop-2.0.2/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 `/usr/src/redhat/BUILD/maildrop-2.0.2/maildir'
make[2]: Leaving directory `/usr/src/redhat/BUILD/maildrop-2.0.2/maildir'
make[1]: Leaving directory `/usr/src/redhat/BUILD/maildrop-2.0.2/maildir'
Making install in maildrop
make[1]: Entering directory `/usr/src/redhat/BUILD/maildrop-2.0.2/maildrop'
/usr/bin/make  install-am
make[2]: Entering directory `/usr/src/redhat/BUILD/maildrop-2.0.2/maildrop'
make[3]: Entering directory `/usr/src/redhat/BUILD/maildrop-2.0.2/maildrop'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/usr/src/redhat/BUILD/maildrop-2.0.2/maildrop'
make[2]: Leaving directory `/usr/src/redhat/BUILD/maildrop-2.0.2/maildrop'
make[1]: Leaving directory `/usr/src/redhat/BUILD/maildrop-2.0.2/maildrop'
make[1]: Entering directory `/usr/src/redhat/BUILD/maildrop-2.0.2'
make[2]: Entering directory `/usr/src/redhat/BUILD/maildrop-2.0.2'
test -z "/usr/lib" || mkdir -p -- "/var/tmp/maildrop-2.0.2-1.3ES-buildroot/usr
/lib"
 /bin/sh ./libtool --mode=install /usr/bin/install -c  'librfc822.la' '/var/tm
p/maildrop-2.0.2-1.3ES-buildroot/usr/lib/librfc822.la'
/usr/bin/install -c .libs/librfc822.so.0.0.0 /var/tmp/maildrop-2.0.2-1.3ES-bui
ldroot/usr/lib/librfc822.so.0.0.0
(cd /var/tmp/maildrop-2.0.2-1.3ES-buildroot/usr/lib && rm -f librfc822.so.0 && 
ln -s librfc822.so.0.0.0 librfc822.so.0)
(cd /var/tmp/maildrop-2.0.2-1.3ES-buildroot/usr/lib && rm -f librfc822.so && l
n -s librfc822.so.0.0.0 librfc822.so)/usr/bin/install -c .libs/librfc822.lai /
var/tmp/maildrop-2.0.2-1.3ES-buildroot/usr/lib/librfc822.la
/usr/bin/install -c .libs/librfc822.a /var/tmp/maildrop-2.0.2-1.3ES-buildroot/
usr/lib/librfc822.a
ranlib /var/tmp/maildrop-2.0.2-1.3ES-buildroot/usr/lib/librfc822.a
chmod 644 /var/tmp/maildrop-2.0.2-1.3ES-buildroot/usr/lib/librfc822.a
libtool: install: warning: remember to run `libtool --finish /usr/lib'
 /bin/sh ./libtool --mode=install /usr/bin/install -c  'librfc2045.la' '/var/t
mp/maildrop-2.0.2-1.3ES-buildroot/usr/lib/librfc2045.la'
/usr/bin/install -c .libs/librfc2045.so.0.0.0 /var/tmp/maildrop-2.0.2-1.3ES-bu
ildroot/usr/lib/librfc2045.so.0.0.0
(cd /var/tmp/maildrop-2.0.2-1.3ES-buildroot/usr/lib && rm -f librfc2045.so.0 &
& ln -s librfc2045.so.0.0.0 librfc2045.so.0)
(cd /var/tmp/maildrop-2.0.2-1.3ES-buildroot/usr/lib && rm -f librfc2045.so && 
ln -s librfc2045.so.0.0.0 librfc2045.so)
/usr/bin/install -c .libs/librfc2045.lai /var/tmp/maildrop-2.0.2-1.3ES-buildro
ot/usr/lib/librfc2045.la
/usr/bin/install -c .libs/librfc2045.a /var/tmp/maildrop-2.0.2-1.3ES-buildroot
/usr/lib/librfc2045.a
ranlib /var/tmp/maildrop-2.0.2-1.3ES-buildroot/usr/lib/librfc2045.a
chmod 644 /var/tmp/maildrop-2.0.2-1.3ES-buildroot/usr/lib/librfc2045.a
libtool: install: warning: remember to run `libtool --finish /usr/lib'
test -z "/usr/share/man/man1" || mkdir -p -- "/var/tmp/maildrop-2.0.2-1.3ES-bu
ildroot/usr/share/man/man1"
 /usr/bin/install -c -m 644 './lockmail.1' '/var/tmp/maildrop-2.0.2-1.3ES-buil
droot/usr/share/man/man1/lockmail.1'
 /usr/bin/install -c -m 644 './maildirmake.1' '/var/tmp/maildrop-2.0.2-1.3ES-b
uildroot/usr/share/man/man1/maildirmake.1'
 /usr/bin/install -c -m 644 './maildrop.1' '/var/tmp/maildrop-2.0.2-1.3ES-buil
droot/usr/share/man/man1/maildrop.1'
 /usr/bin/install -c -m 644 './mailbot.1' '/var/tmp/maildrop-2.0.2-1.3ES-build
root/usr/share/man/man1/mailbot.1'
 /usr/bin/install -c -m 644 './makemime.1' '/var/tmp/maildrop-2.0.2-1.3ES-buil
droot/usr/share/man/man1/makemime.1'
 /usr/bin/install -c -m 644 './reformail.1' '/var/tmp/maildrop-2.0.2-1.3ES-bui
ldroot/usr/share/man/man1/reformail.1'
 /usr/bin/install -c -m 644 './reformime.1' '/var/tmp/maildrop-2.0.2-1.3ES-bui
ldroot/usr/share/man/man1/reformime.1'
test -z "/usr/share/man/man3" || mkdir -p -- "/var/tmp/maildrop-2.0.2-1.3ES-bu
ildroot/usr/share/man/man3"
 /usr/bin/install -c -m 644 './rfc822.3' '/var/tmp/maildrop-2.0.2-1.3ES-buildr
oot/usr/share/man/man3/rfc822.3'
 /usr/bin/install -c -m 644 './rfc2045.3' '/var/tmp/maildrop-2.0.2-1.3ES-build
root/usr/share/man/man3/rfc2045.3'
test -z "/usr/share/man/man5" || mkdir -p -- "/var/tmp/maildrop-2.0.2-1.3ES-bu
ildroot/usr/share/man/man5"
 /usr/bin/install -c -m 644 './maildir.5' '/var/tmp/maildrop-2.0.2-1.3ES-build
root/usr/share/man/man5/maildir.5'
test -z "/usr/share/man/man7" || mkdir -p -- "/var/tmp/maildrop-2.0.2-1.3ES-bu
ildroot/usr/share/man/man7"
 /usr/bin/install -c -m 644 './maildirquota.7' '/var/tmp/maildrop-2.0.2-1.3ES-
buildroot/usr/share/man/man7/maildirquota.7'
 /usr/bin/install -c -m 644 './maildropex.7' '/var/tmp/maildrop-2.0.2-1.3ES-bu
ildroot/usr/share/man/man7/maildropex.7'
 /usr/bin/install -c -m 644 './maildropfilter.7' '/var/tmp/maildrop-2.0.2-1.3E
S-buildroot/usr/share/man/man7/maildropfilter.7'
 /usr/bin/install -c -m 644 './maildropgdbm.7' '/var/tmp/maildrop-2.0.2-1.3ES-
buildroot/usr/share/man/man7/maildropgdbm.7'
 /usr/bin/install -c -m 644 './maildirquota.7' '/var/tmp/maildrop-2.0.2-1.3ES-
buildroot/usr/share/man/man7/maildirquota.7'
test -z "/usr/share/man/man8" || mkdir -p -- "/var/tmp/maildrop-2.0.2-1.3ES-bu
ildroot/usr/share/man/man8"
 /usr/bin/install -c -m 644 './deliverquota.8' '/var/tmp/maildrop-2.0.2-1.3ES-
buildroot/usr/share/man/man8/deliverquota.8'
 /usr/bin/install -c -m 644 './deliverquota.8' '/var/tmp/maildrop-2.0.2-1.3ES-
buildroot/usr/share/man/man8/deliverquota.8'
/usr/src/redhat/BUILD/maildrop-2.0.2/install-sh -d /var/tmp/maildrop-2.0.2-1.3
ES-buildroot/usr/bin
/usr/bin/install -c maildir/deliverquota /var/tmp/maildrop-2.0.2-1.3ES-buildro
ot/usr/bin/deliverquota
cd /var/tmp/maildrop-2.0.2-1.3ES-buildroot/usr/bin; rm -f maildrop.deliverquot
a
/usr/src/redhat/BUILD/maildrop-2.0.2/install-sh -d /var/tmp/maildrop-2.0.2-1.3
ES-buildroot/usr/bin
for f in maildrop mailbot reformail ; do ¥
        /usr/bin/install -c maildrop/$f /var/tmp/maildrop-2.0.2-1.3ES-buildroo
t/usr/bin/$f ; ¥
done
/usr/bin/install -c liblock/lockmail /var/tmp/maildrop-2.0.2-1.3ES-buildroot/u
sr/bin/lockmail
/usr/bin/install -c maildir/maildirmake /var/tmp/maildrop-2.0.2-1.3ES-buildroo
t/usr/bin/maildirmake
/usr/bin/install -c rfc2045/reformime /var/tmp/maildrop-2.0.2-1.3ES-buildroot/
usr/bin/reformime
/usr/bin/install -c rfc2045/makemime /var/tmp/maildrop-2.0.2-1.3ES-buildroot/u
sr/bin/makemime
. maildrop/uidgid ; test -z "$gid" && exit 0; test -w /etc || exit 0; cd /var/
tmp/maildrop-2.0.2-1.3ES-buildroot/usr/bin && chgrp $gid maildrop lockmail
. maildrop/uidgid ; test -z "$uid" && exit 0; test -w /etc || exit 0; cd /var/
tmp/maildrop-2.0.2-1.3ES-buildroot/usr/bin && chown $uid maildrop lockmail && 
chmod 755 maildrop lockmail
test -z "/usr/share/maildrop/html" || mkdir -p -- "/var/tmp/maildrop-2.0.2-1.3
ES-buildroot/usr/share/maildrop/html" /usr/bin/install -c -m 644 'maildirquota.
html' '/var/tmp/maildrop-2.0.2-1.3ES-buildroot/usr/share/maildrop/html/maildir
quota.html'
 /usr/bin/install -c -m 644 'deliverquota.html' '/var/tmp/maildrop-2.0.2-1.3ES
-buildroot/usr/share/maildrop/html/deliverquota.html'
 /usr/bin/install -c -m 644 'lockmail.html' '/var/tmp/maildrop-2.0.2-1.3ES-bui
ldroot/usr/share/maildrop/html/lockmail.html'
 /usr/bin/install -c -m 644 'maildirmake.html' '/var/tmp/maildrop-2.0.2-1.3ES-
buildroot/usr/share/maildrop/html/maildirmake.html'
 /usr/bin/install -c -m 644 'maildropex.html' '/var/tmp/maildrop-2.0.2-1.3ES-b
uildroot/usr/share/maildrop/html/maildropex.html'
 /usr/bin/install -c -m 644 'maildir.html' '/var/tmp/maildrop-2.0.2-1.3ES-buil
droot/usr/share/maildrop/html/maildir.html'
 /usr/bin/install -c -m 644 'maildropfilter.html' '/var/tmp/maildrop-2.0.2-1.3
ES-buildroot/usr/share/maildrop/html/maildropfilter.html'
 /usr/bin/install -c -m 644 'maildropgdbm.html' '/var/tmp/maildrop-2.0.2-1.3ES
-buildroot/usr/share/maildrop/html/maildropgdbm.html'
 /usr/bin/install -c -m 644 'maildrop.html' '/var/tmp/maildrop-2.0.2-1.3ES-bui
ldroot/usr/share/maildrop/html/maildrop.html'
 /usr/bin/install -c -m 644 'mailbot.html' '/var/tmp/maildrop-2.0.2-1.3ES-buil
droot/usr/share/maildrop/html/mailbot.html'
 /usr/bin/install -c -m 644 'makemime.html' '/var/tmp/maildrop-2.0.2-1.3ES-bui
ldroot/usr/share/maildrop/html/makemime.html'
 /usr/bin/install -c -m 644 'reformail.html' '/var/tmp/maildrop-2.0.2-1.3ES-bu
ildroot/usr/share/maildrop/html/reformail.html'
 /usr/bin/install -c -m 644 'reformime.html' '/var/tmp/maildrop-2.0.2-1.3ES-bu
ildroot/usr/share/maildrop/html/reformime.html'
 /usr/bin/install -c -m 644 'rfc822.html' '/var/tmp/maildrop-2.0.2-1.3ES-build
root/usr/share/maildrop/html/rfc822.html'
 /usr/bin/install -c -m 644 'rfc2045.html' '/var/tmp/maildrop-2.0.2-1.3ES-buil
droot/usr/share/maildrop/html/rfc2045.html'
 /usr/bin/install -c -m 644 'manpage.css' '/var/tmp/maildrop-2.0.2-1.3ES-build
root/usr/share/maildrop/html/manpage.css'
test -z "/usr/include" || mkdir -p -- "/var/tmp/maildrop-2.0.2-1.3ES-buildroot
/usr/include"
 /usr/bin/install -c -m 644 'rfc822.h' '/var/tmp/maildrop-2.0.2-1.3ES-buildroo
t/usr/include/rfc822.h'
 /usr/bin/install -c -m 644 'rfc2045.h' '/var/tmp/maildrop-2.0.2-1.3ES-buildro
ot/usr/include/rfc2045.h'
 /usr/bin/install -c -m 644 'rfc2047.h' '/var/tmp/maildrop-2.0.2-1.3ES-buildro
ot/usr/include/rfc2047.h'
make[2]: Leaving directory `/usr/src/redhat/BUILD/maildrop-2.0.2'
make[1]: Leaving directory `/usr/src/redhat/BUILD/maildrop-2.0.2'
+ mkdir htmldoc
+ cp /var/tmp/maildrop-2.0.2-1.3ES-buildroot/usr/share/maildrop/html/deliverqu
ota.html /var/tmp/maildrop-2.0.2-1.3ES-buildroot/usr/share/maildrop/html/lockm
ail.html /var/tmp/maildrop-2.0.2-1.3ES-buildroot/usr/share/maildrop/html/mailb
ot.html /var/tmp/maildrop-2.0.2-1.3ES-buildroot/usr/share/maildrop/html/maildi
r.html /var/tmp/maildrop-2.0.2-1.3ES-buildroot/usr/share/maildrop/html/maildir
make.html /var/tmp/maildrop-2.0.2-1.3ES-buildroot/usr/share/maildrop/html/mail
dirquota.html /var/tmp/maildrop-2.0.2-1.3ES-buildroot/usr/share/maildrop/html/
maildrop.html /var/tmp/maildrop-2.0.2-1.3ES-buildroot/usr/share/maildrop/html/
maildropex.html /var/tmp/maildrop-2.0.2-1.3ES-buildroot/usr/share/maildrop/htm
l/maildropfilter.html /var/tmp/maildrop-2.0.2-1.3ES-buildroot/usr/share/maildr
op/html/maildropgdbm.html /var/tmp/maildrop-2.0.2-1.3ES-buildroot/usr/share/ma
ildrop/html/makemime.html /var/tmp/maildrop-2.0.2-1.3ES-buildroot/usr/share/ma
ildrop/html/manpage.css /var/tmp/maildrop-2.0.2-1.3ES-buildroot/usr/share/mail
drop/html/reformail.html /var/tmp/maildrop-2.0.2-1.3ES-buildroot/usr/share/mai
ldrop/html/reformime.html /var/tmp/maildrop-2.0.2-1.3ES-buildroot/usr/share/ma
ildrop/html/rfc2045.html /var/tmp/maildrop-2.0.2-1.3ES-buildroot/usr/share/mai
ldrop/html/rfc822.html htmldoc
+ rm -rf /var/tmp/maildrop-2.0.2-1.3ES-buildroot/usr/share/maildrop/html
+ /usr/lib/rpm/find-debuginfo.sh /usr/src/redhat/BUILD/maildrop-2.0.2
extracting debug info from /var/tmp/maildrop-2.0.2-1.3ES-buildroot/usr/lib/lib
rfc822.so.0.0.0
extracting debug info from /var/tmp/maildrop-2.0.2-1.3ES-buildroot/usr/lib/lib
rfc2045.so.0.0.0
extracting debug info from /var/tmp/maildrop-2.0.2-1.3ES-buildroot/usr/bin/del
iverquota
extracting debug info from /var/tmp/maildrop-2.0.2-1.3ES-buildroot/usr/bin/mai
ldrop
extracting debug info from /var/tmp/maildrop-2.0.2-1.3ES-buildroot/usr/bin/mai
lbot
extracting debug info from /var/tmp/maildrop-2.0.2-1.3ES-buildroot/usr/bin/ref
ormail
extracting debug info from /var/tmp/maildrop-2.0.2-1.3ES-buildroot/usr/bin/loc
kmail
extracting debug info from /var/tmp/maildrop-2.0.2-1.3ES-buildroot/usr/bin/mai
ldirmake
extracting debug info from /var/tmp/maildrop-2.0.2-1.3ES-buildroot/usr/bin/ref
ormime
extracting debug info from /var/tmp/maildrop-2.0.2-1.3ES-buildroot/usr/bin/mak
emime
1299 blocks
+ /usr/lib/rpm/redhat/brp-compress
+ /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
+ /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
+ /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
Processing files: maildrop-2.0.2-1.3ES
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.61254
+ umask 022
+ cd /usr/src/redhat/BUILD
+ cd maildrop-2.0.2
+ DOCDIR=/var/tmp/maildrop-2.0.2-1.3ES-buildroot/usr/share/doc/maildrop-2.0.2
+ export DOCDIR
+ rm -rf /var/tmp/maildrop-2.0.2-1.3ES-buildroot/usr/share/doc/maildrop-2.0.2
+ /bin/mkdir -p /var/tmp/maildrop-2.0.2-1.3ES-buildroot/usr/share/doc/maildrop
-2.0.2
+ cp -pr htmldoc/deliverquota.html htmldoc/lockmail.html htmldoc/mailbot.html 
htmldoc/maildir.html htmldoc/maildirmake.html htmldoc/maildirquota.html htmldo
c/maildrop.html htmldoc/maildropex.html htmldoc/maildropfilter.html htmldoc/ma
ildropgdbm.html htmldoc/makemime.html htmldoc/manpage.css htmldoc/reformail.ht
ml htmldoc/reformime.html htmldoc/rfc2045.html htmldoc/rfc822.html /var/tmp/ma
ildrop-2.0.2-1.3ES-buildroot/usr/share/doc/maildrop-2.0.2
+ cp -pr maildir/README.maildirquota.html maildir/README.maildirquota.txt /var
/tmp/maildrop-2.0.2-1.3ES-buildroot/usr/share/doc/maildrop-2.0.2
+ cp -pr COPYING README README.postfix INSTALL NEWS UPGRADE ChangeLog maildrop
tips.txt /var/tmp/maildrop-2.0.2-1.3ES-buildroot/usr/share/doc/maildrop-2.0.2
+ exit 0
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHa
vePrefix) <= 4.0-1
Requires: libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_
2.1.3) libc.so.6(GLIBC_2.3) libcourierauth.so.0 libfam.so.0 libgcc_s.so.1 libg
cc_s.so.1(GCC_3.0) libgdbm.so.2 libm.so.6 libpcre.so.0 libstdc++.so.5 libstdc+
+.so.5(CXXABI_1.2) libstdc++.so.5(GLIBCPP_3.2)
Processing files: maildrop-devel-2.0.2-1.3ES
Provides: librfc2045.so.0 librfc822.so.0
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHa
vePrefix) <= 4.0-1
Requires: libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_
2.1.3) libc.so.6(GLIBC_2.3)
Processing files: maildrop-man-2.0.2-1.3ES
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHa
vePrefix) <= 4.0-1
Processing files: maildrop-debuginfo-2.0.2-1.3ES
Provides: librfc2045.so.0.0.0.debug librfc822.so.0.0.0.debug
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHa
vePrefix) <= 4.0-1
Checking for unpackaged file(s): /usr/lib/rpm/check-files /var/tmp/maildrop-2.
0.2-1.3ES-buildroot
Wrote: /usr/src/redhat/RPMS/i386/maildrop-2.0.2-1.3ES.i386.rpm
Wrote: /usr/src/redhat/RPMS/i386/maildrop-devel-2.0.2-1.3ES.i386.rpm
Wrote: /usr/src/redhat/RPMS/i386/maildrop-man-2.0.2-1.3ES.i386.rpm
Wrote: /usr/src/redhat/RPMS/i386/maildrop-debuginfo-2.0.2-1.3ES.i386.rpm
Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.25790
+ umask 022
+ cd /usr/src/redhat/BUILD
+ cd maildrop-2.0.2
+ rm -rf /var/tmp/maildrop-2.0.2-1.3ES-buildroot
+ exit 0
[root@jupiter Download]# 
  • 問題なくRPMが作成されたようである.

4.インストールを行う

  • RPMファイルを確認する.
[root@jupiter Download]# cd /usr/src/redhat/RPMS/i386/
[root@jupiter i386]# ls -la maildrop*
-rw-r--r--    1 root     root       281782 Jul 20 20:56 maildrop-2.0.2-1.3ES.i386.rpm
-rw-r--r--    1 root     root       550067 Jul 20 20:56 maildrop-debuginfo-2.0.2-1.3ES.i386.rpm
-rw-r--r--    1 root     root       123736 Jul 20 20:56 maildrop-devel-2.0.2-1.3ES.i386.rpm
-rw-r--r--    1 root     root        57612 Jul 20 20:56 maildrop-man-2.0.2-1.3ES.i386.rpm
[root@jupiter i386]#
  • RPMでインストール
[root@jupiter i386]# rpm -ihv maildrop*
Preparing...                ########################################### [100%]
   1:maildrop-man           ########################################### [ 25%]
   2:maildrop               ########################################### [ 50%]
   3:maildrop-debuginfo     ########################################### [ 75%]
   4:maildrop-devel         ########################################### [100%]
[root@jupiter i386]# 
  • インストールされたRPMを確認.
[root@jupiter i386]# rpm -qa | grep maildrop
maildrop-2.0.2-1.3ES
maildrop-devel-2.0.2-1.3ES
maildrop-debuginfo-2.0.2-1.3ES
maildrop-man-2.0.2-1.3ES
[root@jupiter i386]# 
  • 何が何処にインストールされたかを確認する.
[root@jupiter i386]# rpm -ql maildrop-2.0.2-1.3ES
/usr/bin/deliverquota
/usr/bin/lockmail
/usr/bin/mailbot
/usr/bin/maildirmake
/usr/bin/maildrop
/usr/bin/makemime
/usr/bin/reformail
/usr/bin/reformime
/usr/share/doc/maildrop-2.0.2
/usr/share/doc/maildrop-2.0.2/COPYING
/usr/share/doc/maildrop-2.0.2/ChangeLog
/usr/share/doc/maildrop-2.0.2/INSTALL
/usr/share/doc/maildrop-2.0.2/NEWS
/usr/share/doc/maildrop-2.0.2/README
/usr/share/doc/maildrop-2.0.2/README.maildirquota.html
/usr/share/doc/maildrop-2.0.2/README.maildirquota.txt
/usr/share/doc/maildrop-2.0.2/README.postfix
/usr/share/doc/maildrop-2.0.2/UPGRADE
/usr/share/doc/maildrop-2.0.2/deliverquota.html
/usr/share/doc/maildrop-2.0.2/lockmail.html
/usr/share/doc/maildrop-2.0.2/mailbot.html
/usr/share/doc/maildrop-2.0.2/maildir.html
/usr/share/doc/maildrop-2.0.2/maildirmake.html
/usr/share/doc/maildrop-2.0.2/maildirquota.html
/usr/share/doc/maildrop-2.0.2/maildrop.html
/usr/share/doc/maildrop-2.0.2/maildropex.html
/usr/share/doc/maildrop-2.0.2/maildropfilter.html
/usr/share/doc/maildrop-2.0.2/maildropgdbm.html
/usr/share/doc/maildrop-2.0.2/maildroptips.txt
/usr/share/doc/maildrop-2.0.2/makemime.html
/usr/share/doc/maildrop-2.0.2/manpage.css
/usr/share/doc/maildrop-2.0.2/reformail.html
/usr/share/doc/maildrop-2.0.2/reformime.html
/usr/share/doc/maildrop-2.0.2/rfc2045.html
/usr/share/doc/maildrop-2.0.2/rfc822.html
/usr/share/maildrop
[root@jupiter i386]# 
  • 以上で終了.


広告スペース
Google