UJP - 技術情報1

Life is fun and easy!

不正IP報告数

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

Courier-Authlibのインストール(RPM版)

Courier-Authlibのインストール(RPM版)


0.改訂履歴

  • 2006.07.21 新規作成

1.はじめに

 このドキュメントでは,Courier Authlibのインストール手順を説明する. この手順書では,RPMを作成してインストールする手順としている.

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

2.モジュールの入手してRPMを作成する

  • 公式サイトからダウンロードする.
[root@jupiter Download]# curl -O http://jaist.dl.sourceforge.net/sourceforge/courier/c
ourier-authlib-0.58.tar.bz2
  % Total    % Received % Xferd  Average Speed          Time             Curr.
                                 Dload  Upload Total    Current  Left    Speed
100 1959k  100 1959k    0     0  2204k      0  0:00:00  0:00:00  0:00:00 2407k
[root@jupiter Download]#
  • ダウンロードしたファイルを確認する.
[root@jupiter Download]# ls -la courier-authlib-0.58.tar.bz2 
-rw-r--r--    1 root     root      2006735  7月 21 12:03 courier-authlib-0.58.tar.bz2
[root@jupiter Download]#
  • RPMを作成する.
[root@jupiter Download]# rpmbuild -tb courier-authlib-0.58.tar.bz2
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.47092
+ umask 022
+ cd /usr/src/redhat/BUILD
+ LANG=C
+ export LANG
+ unset DISPLAY
+ cd /usr/src/redhat/BUILD
+ rm -rf courier-authlib-0.58
+ /usr/bin/bzip2 -dc /root/Download/courier-authlib-0.58.tar.bz2
+ tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd courier-authlib-0.58
++ /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'
++ basename ./libltdl/config.guess
+ '[' -f /usr/lib/rpm/redhat/config.guess ']'
+ /bin/rm -f ./libltdl/config.guess
++ basename ./libltdl/config.guess
+ /bin/cp -fv /usr/lib/rpm/redhat/config.guess ./libltdl/config.guess
`/usr/lib/rpm/redhat/config.guess' -> `./libltdl/config.guess'
++ basename ./libltdl/config.sub
+ '[' -f /usr/lib/rpm/redhat/config.sub ']'
+ /bin/rm -f ./libltdl/config.sub
++ basename ./libltdl/config.sub
+ /bin/cp -fv /usr/lib/rpm/redhat/config.sub ./libltdl/config.sub
`/usr/lib/rpm/redhat/config.sub' -> `./libltdl/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-redhat
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for 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 lt_dlinit in -lltdl... yes
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for perl5... no
checking for perl... /usr/bin/perl
checking for sysconftool...... ././sysconftool
checking build system type... i686-redhat-linux-gnu
checking host system type... i686-redhat-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... nm
checking how to recognise dependent libraries... pass_all
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 for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) no
checking for dlopen in -ldl... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for perl5... no
checking for perl... /usr/bin/perl
checking for courier-config... no
checking for expect... /usr/bin/expect
checking for passwd... /usr/bin/passwd
checking whether -lm is needed for floor... yes
checking for socket in -lsocket... no
checking for socket in -lsocket... (cached) no
checking for connect in -lsocket... no
checking for connect in -lsocket... (cached) no
checking for gdbm_open in -lgdbm... yes
checking for gdbm_open... yes
checking for dbopen in -ldb... no
checking for db_open in -ldb... no
checking for db_env_create in -ldb... yes
checking for dbopen... no
checking for db_open... no
checking for db_env_create... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking security/pam_appl.h usability... yes
checking security/pam_appl.h presence... yes
checking for security/pam_appl.h... yes
checking Pam/pam_appl.h usability... no
checking Pam/pam_appl.h presence... no
checking for Pam/pam_appl.h... no
checking for dlopen in -ldl... (cached) yes
checking for pam_start in -lpam... yes
checking for pam_setcred... yes
checking lber.h usability... yes
checking lber.h presence... yes
checking for lber.h... yes
checking ldap.h usability... yes
checking ldap.h presence... yes
checking for ldap.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking whether -lresolv is needed for res_query... yes
checking for ber_scanf in -llber... yes
checking for ldap_open in -lldap... yes
checking for ldap_search_st... yes
checking for ldap_start_tls_s... yes
checking for ldap_result2error... yes
checking for endpwent... yes
checking shadow.h usability... yes
checking shadow.h presence... yes
checking for shadow.h... yes
checking for getspent in -lshadow... no
checking for endspent... yes
checking for getspent... yes
checking for pg_config... /usr/bin/pg_config
checking for PQsetdbLogin... yes
checking for PQsetdbLogin... (cached) yes
checking for mysql_config... /usr/bin/mysql_config
checking for mysql_connect... no
checking for mysql_real_connect... yes
checking for mysql_connect... (cached) no
checking for mysql_real_connect... (cached) yes
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for sys/stat.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/wait.h... (cached) yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for unistd.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking crypt.h usability... yes
checking crypt.h presence... yes
checking for crypt.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for an ANSI C-conforming const... yes
checking for pid_t... yes
checking for uid_t in sys/types.h... yes
checking return type of signal handlers... void
checking for setsid... yes
checking for setlogin... no
checking for crypt in -lcrypt... yes
checking for crypt... yes
checking for crypt() prototype... 0
checking for mail userid... daemon 
checking for mail group id... daemon 
configure: creating ./config.status
config.status: creating Makefile
config.status: creating authdaemond
config.status: creating authdaemonrc
config.status: creating authsystem.passwd
config.status: creating README.authdebug.html
config.status: creating dbobj.h
config.status: creating authmigrate
config.status: creating courier-authlib.spec
config.status: creating courier-authlib.lpspec
config.status: creating courier-authlib.sysvinit
config.status: creating userdb-test-cram-md5.pl
config.status: creating courier_auth_config.h
config.status: executing depfiles commands
configure: configuring in libltdl
configure: running /bin/sh './configure' --prefix=/usr  '--host=i686-redhat-li
nux-gnu' '--build=i686-redhat-linux-gnu' '--target=i386-redhat-linux-gnu' '--p
rogram-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sb
indir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr
/include' '--libdir=/usr/lib' '--libexecdir=/usr/libexec' '--localstatedir=/va
r' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share
/info' '--with-redhat' 'CFLAGS=-O2 -g -pipe -march=i386 -mcpu=i686' 'CXXFLAGS=
-O2 -g -pipe -march=i386 -mcpu=i686' 'FFLAGS=-O2 -g -pipe -march=i386 -mcpu=i6
86' 'build_alias=i686-redhat-linux-gnu' 'host_alias=i686-redhat-linux-gnu' 'ta
rget_alias=i386-redhat-linux-gnu' --enable-ltdl-install=no --with-db=gdbm --wi
th-makedatprog=/usr/libexec/courier-authlib/makedatprog '--with-userdb=/etc/au
thlib/userdb' --with-mailuser=daemon --with-mailgroup=daemon --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... none
checking for an ANSI C-conforming const... yes
checking for inline... inline
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 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++... none
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 dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking which extension is used for loadable modules... .so
checking which variable specifies run-time library path... LD_LIBRARY_PATH
checking for the default library search path... /lib /usr/lib /usr/kerberos/li
b /usr/X11R6/lib /usr/lib/qt-3.1/lib /usr/local/lib /usr/local/lib/courier-aut
hlib  
checking for objdir... .libs
checking whether libtool supports -dlopen/-dlpreopen... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen in -ldl... yes
checking for dlerror... yes
checking for _ prefix in compiled symbols... no
checking whether deplibs are loaded by dlopen... yes
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking for error_t... yes
checking for argz_append... yes
checking for argz_create_sep... yes
checking for argz_insert... yes
checking for argz_next... yes
checking for argz_stringify... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for memory.h... (cached) yes
checking for stdlib.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for unistd.h... (cached) yes
checking dl.h usability... no
checking dl.h presence... no
checking for dl.h... no
checking sys/dl.h usability... no
checking sys/dl.h presence... no
checking for sys/dl.h... no
checking dld.h usability... no
checking dld.h presence... no
checking for dld.h... no
checking mach-o/dyld.h usability... no
checking mach-o/dyld.h presence... no
checking for mach-o/dyld.h... no
checking for string.h... (cached) yes
checking for strchr... yes
checking for strrchr... yes
checking for memcpy... yes
checking for memmove... yes
checking for strcmp... yes
checking for closedir... yes
checking for opendir... yes
checking for readdir... yes
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  '--host=i686-redhat-li
nux-gnu' '--build=i686-redhat-linux-gnu' '--target=i386-redhat-linux-gnu' '--p
rogram-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sb
indir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr
/include' '--libdir=/usr/lib' '--libexecdir=/usr/libexec' '--localstatedir=/va
r' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share
/info' '--with-redhat' 'CFLAGS=-O2 -g -pipe -march=i386 -mcpu=i686' 'CXXFLAGS=
-O2 -g -pipe -march=i386 -mcpu=i686' 'FFLAGS=-O2 -g -pipe -march=i386 -mcpu=i6
86' 'build_alias=i686-redhat-linux-gnu' 'host_alias=i686-redhat-linux-gnu' 'ta
rget_alias=i386-redhat-linux-gnu' --enable-ltdl-install=no --with-db=gdbm --wi
th-makedatprog=/usr/libexec/courier-authlib/makedatprog '--with-userdb=/etc/au
thlib/userdb' --with-mailuser=daemon --with-mailgroup=daemon --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 gdbmobj
configure: running /bin/sh './configure' --prefix=/usr  '--host=i686-redhat-li
nux-gnu' '--build=i686-redhat-linux-gnu' '--target=i386-redhat-linux-gnu' '--p
rogram-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sb
indir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr
/include' '--libdir=/usr/lib' '--libexecdir=/usr/libexec' '--localstatedir=/va
r' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share
/info' '--with-redhat' 'CFLAGS=-O2 -g -pipe -march=i386 -mcpu=i686' 'CXXFLAGS=
-O2 -g -pipe -march=i386 -mcpu=i686' 'FFLAGS=-O2 -g -pipe -march=i386 -mcpu=i6
86' 'build_alias=i686-redhat-linux-gnu' 'host_alias=i686-redhat-linux-gnu' 'ta
rget_alias=i386-redhat-linux-gnu' --enable-ltdl-install=no --with-db=gdbm --wi
th-makedatprog=/usr/libexec/courier-authlib/makedatprog '--with-userdb=/etc/au
thlib/userdb' --with-mailuser=daemon --with-mailgroup=daemon --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 md5
configure: running /bin/sh './configure' --prefix=/usr  '--host=i686-redhat-li
nux-gnu' '--build=i686-redhat-linux-gnu' '--target=i386-redhat-linux-gnu' '--p
rogram-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sb
indir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr
/include' '--libdir=/usr/lib' '--libexecdir=/usr/libexec' '--localstatedir=/va
r' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share
/info' '--with-redhat' 'CFLAGS=-O2 -g -pipe -march=i386 -mcpu=i686' 'CXXFLAGS=
-O2 -g -pipe -march=i386 -mcpu=i686' 'FFLAGS=-O2 -g -pipe -march=i386 -mcpu=i6
86' 'build_alias=i686-redhat-linux-gnu' 'host_alias=i686-redhat-linux-gnu' 'ta
rget_alias=i386-redhat-linux-gnu' --enable-ltdl-install=no --with-db=gdbm --wi
th-makedatprog=/usr/libexec/courier-authlib/makedatprog '--with-userdb=/etc/au
thlib/userdb' --with-mailuser=daemon --with-mailgroup=daemon --cache-file=/dev
/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gawk... (cached) gawk
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for 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 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 ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for uint32_t... no
checking for u_int_32_t... yes
checking for an ANSI C-conforming const... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
configure: configuring in sha1
configure: running /bin/sh './configure' --prefix=/usr  '--host=i686-redhat-li
nux-gnu' '--build=i686-redhat-linux-gnu' '--target=i386-redhat-linux-gnu' '--p
rogram-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sb
indir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr
/include' '--libdir=/usr/lib' '--libexecdir=/usr/libexec' '--localstatedir=/va
r' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share
/info' '--with-redhat' 'CFLAGS=-O2 -g -pipe -march=i386 -mcpu=i686' 'CXXFLAGS=
-O2 -g -pipe -march=i386 -mcpu=i686' 'FFLAGS=-O2 -g -pipe -march=i386 -mcpu=i6
86' 'build_alias=i686-redhat-linux-gnu' 'host_alias=i686-redhat-linux-gnu' 'ta
rget_alias=i386-redhat-linux-gnu' --enable-ltdl-install=no --with-db=gdbm --wi
th-makedatprog=/usr/libexec/courier-authlib/makedatprog '--with-userdb=/etc/au
thlib/userdb' --with-mailuser=daemon --with-mailgroup=daemon --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 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 sys/types.h... (cached) yes
checking for uint32_t... no
checking for u_int_32_t... yes
checking for an ANSI C-conforming const... yes
checking for ANSI C header files... (cached) yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
configure: configuring in libhmac
configure: running /bin/sh './configure' --prefix=/usr  '--host=i686-redhat-li
nux-gnu' '--build=i686-redhat-linux-gnu' '--target=i386-redhat-linux-gnu' '--p
rogram-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sb
indir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr
/include' '--libdir=/usr/lib' '--libexecdir=/usr/libexec' '--localstatedir=/va
r' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share
/info' '--with-redhat' 'CFLAGS=-O2 -g -pipe -march=i386 -mcpu=i686' 'CXXFLAGS=
-O2 -g -pipe -march=i386 -mcpu=i686' 'FFLAGS=-O2 -g -pipe -march=i386 -mcpu=i6
86' 'build_alias=i686-redhat-linux-gnu' 'host_alias=i686-redhat-linux-gnu' 'ta
rget_alias=i386-redhat-linux-gnu' --enable-ltdl-install=no --with-db=gdbm --wi
th-makedatprog=/usr/libexec/courier-authlib/makedatprog '--with-userdb=/etc/au
thlib/userdb' --with-mailuser=daemon --with-mailgroup=daemon --cache-file=/dev
/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gawk... (cached) gawk
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for 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 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 ANSI C header files... (cached) yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
configure: configuring in numlib
configure: running /bin/sh './configure' --prefix=/usr  '--host=i686-redhat-li
nux-gnu' '--build=i686-redhat-linux-gnu' '--target=i386-redhat-linux-gnu' '--p
rogram-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sb
indir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr
/include' '--libdir=/usr/lib' '--libexecdir=/usr/libexec' '--localstatedir=/va
r' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share
/info' '--with-redhat' 'CFLAGS=-O2 -g -pipe -march=i386 -mcpu=i686' 'CXXFLAGS=
-O2 -g -pipe -march=i386 -mcpu=i686' 'FFLAGS=-O2 -g -pipe -march=i386 -mcpu=i6
86' 'build_alias=i686-redhat-linux-gnu' 'host_alias=i686-redhat-linux-gnu' 'ta
rget_alias=i386-redhat-linux-gnu' --enable-ltdl-install=no --with-db=gdbm --wi
th-makedatprog=/usr/libexec/courier-authlib/makedatprog '--with-userdb=/etc/au
thlib/userdb' --with-mailuser=daemon --with-mailgroup=daemon --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 makedat
configure: running /bin/sh './configure' --prefix=/usr  '--host=i686-redhat-li
nux-gnu' '--build=i686-redhat-linux-gnu' '--target=i386-redhat-linux-gnu' '--p
rogram-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sb
indir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr
/include' '--libdir=/usr/lib' '--libexecdir=/usr/libexec' '--localstatedir=/va
r' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share
/info' '--with-redhat' 'CFLAGS=-O2 -g -pipe -march=i386 -mcpu=i686' 'CXXFLAGS=
-O2 -g -pipe -march=i386 -mcpu=i686' 'FFLAGS=-O2 -g -pipe -march=i386 -mcpu=i6
86' 'build_alias=i686-redhat-linux-gnu' 'host_alias=i686-redhat-linux-gnu' 'ta
rget_alias=i386-redhat-linux-gnu' --enable-ltdl-install=no --with-db=gdbm --wi
th-makedatprog=/usr/libexec/courier-authlib/makedatprog '--with-userdb=/etc/au
thlib/userdb' --with-mailuser=daemon --with-mailgroup=daemon --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 a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for perl5... no
checking for perl... /usr/bin/perl
checking for cat... /bin/cat
checking build system type... i686-redhat-linux-gnu
checking host system type... i686-redhat-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... 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 for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) no
checking for dlopen in -ldl... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for ANSI C header files... (cached) yes
checking for unistd.h... (cached) yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating makedat
config.status: creating config.h
config.status: executing depfiles commands
configure: configuring in userdb
configure: running /bin/sh './configure' --prefix=/usr  '--host=i686-redhat-li
nux-gnu' '--build=i686-redhat-linux-gnu' '--target=i386-redhat-linux-gnu' '--p
rogram-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sb
indir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr
/include' '--libdir=/usr/lib' '--libexecdir=/usr/libexec' '--localstatedir=/va
r' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share
/info' '--with-redhat' 'CFLAGS=-O2 -g -pipe -march=i386 -mcpu=i686' 'CXXFLAGS=
-O2 -g -pipe -march=i386 -mcpu=i686' 'FFLAGS=-O2 -g -pipe -march=i386 -mcpu=i6
86' 'build_alias=i686-redhat-linux-gnu' 'host_alias=i686-redhat-linux-gnu' 'ta
rget_alias=i386-redhat-linux-gnu' --enable-ltdl-install=no --with-db=gdbm --wi
th-makedatprog=/usr/libexec/courier-authlib/makedatprog '--with-userdb=/etc/au
thlib/userdb' --with-mailuser=daemon --with-mailgroup=daemon --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 perl5... no
checking for perl... /usr/bin/perl
checking for ANSI C header files... (cached) yes
checking for sys/stat.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking crypt.h usability... yes
checking crypt.h presence... yes
checking for crypt.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking for an ANSI C-conforming const... yes
checking for pid_t... yes
checking for uid_t in sys/types.h... yes
checking return type of signal handlers... void
checking for crypt in -lcrypt... yes
checking for crypt... yes
checking for crypt() prototype... 0
checking for isatty... yes
checking for gettimeofday... yes
checking for random source... /dev/urandom
configure: creating ./config.status
config.status: creating Makefile
config.status: creating userdb.pl
config.status: creating makeuserdb
config.status: creating pw2userdb
config.status: creating vchkpw2userdb
config.status: creating config.h
config.status: executing depfiles commands
configure: configuring in rfc822
configure: running /bin/sh './configure' --prefix=/usr  '--host=i686-redhat-li
nux-gnu' '--build=i686-redhat-linux-gnu' '--target=i386-redhat-linux-gnu' '--p
rogram-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sb
indir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr
/include' '--libdir=/usr/lib' '--libexecdir=/usr/libexec' '--localstatedir=/va
r' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share
/info' '--with-redhat' 'CFLAGS=-O2 -g -pipe -march=i386 -mcpu=i686' 'CXXFLAGS=
-O2 -g -pipe -march=i386 -mcpu=i686' 'FFLAGS=-O2 -g -pipe -march=i386 -mcpu=i6
86' 'build_alias=i686-redhat-linux-gnu' 'host_alias=i686-redhat-linux-gnu' 'ta
rget_alias=i386-redhat-linux-gnu' --enable-ltdl-install=no --with-db=gdbm --wi
th-makedatprog=/usr/libexec/courier-authlib/makedatprog '--with-userdb=/etc/au
thlib/userdb' --with-mailuser=daemon --with-mailgroup=daemon --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 random128
configure: running /bin/sh './configure' --prefix=/usr  '--host=i686-redhat-li
nux-gnu' '--build=i686-redhat-linux-gnu' '--target=i386-redhat-linux-gnu' '--p
rogram-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sb
indir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr
/include' '--libdir=/usr/lib' '--libexecdir=/usr/libexec' '--localstatedir=/va
r' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share
/info' '--with-redhat' 'CFLAGS=-O2 -g -pipe -march=i386 -mcpu=i686' 'CXXFLAGS=
-O2 -g -pipe -march=i386 -mcpu=i686' 'FFLAGS=-O2 -g -pipe -march=i386 -mcpu=i6
86' 'build_alias=i686-redhat-linux-gnu' 'host_alias=i686-redhat-linux-gnu' 'ta
rget_alias=i386-redhat-linux-gnu' --enable-ltdl-install=no --with-db=gdbm --wi
th-makedatprog=/usr/libexec/courier-authlib/makedatprog '--with-userdb=/etc/au
thlib/userdb' --with-mailuser=daemon --with-mailgroup=daemon --cache-file=/dev
/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for 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 how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for AIX... no
checking for library containing strerror... none required
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for 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 ps... /bin/ps
checking for w... /usr/bin/w
checking build system type... i686-redhat-linux-gnu
checking host system type... i686-redhat-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... 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 if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for unistd.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for pid_t... yes
checking for random source... /dev/urandom
checking for some good options for ps... -Afl
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
configure: configuring in liblock
configure: running /bin/sh './configure' --prefix=/usr  '--host=i686-redhat-li
nux-gnu' '--build=i686-redhat-linux-gnu' '--target=i386-redhat-linux-gnu' '--p
rogram-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sb
indir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr
/include' '--libdir=/usr/lib' '--libexecdir=/usr/libexec' '--localstatedir=/va
r' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share
/info' '--with-redhat' 'CFLAGS=-O2 -g -pipe -march=i386 -mcpu=i686' 'CXXFLAGS=
-O2 -g -pipe -march=i386 -mcpu=i686' 'FFLAGS=-O2 -g -pipe -march=i386 -mcpu=i6
86' 'build_alias=i686-redhat-linux-gnu' 'host_alias=i686-redhat-linux-gnu' 'ta
rget_alias=i386-redhat-linux-gnu' --enable-ltdl-install=no --with-db=gdbm --wi
th-makedatprog=/usr/libexec/courier-authlib/makedatprog '--with-userdb=/etc/au
thlib/userdb' --with-mailuser=daemon --with-mailgroup=daemon --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 liblog
configure: running /bin/sh './configure' --prefix=/usr  '--host=i686-redhat-li
nux-gnu' '--build=i686-redhat-linux-gnu' '--target=i386-redhat-linux-gnu' '--p
rogram-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sb
indir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr
/include' '--libdir=/usr/lib' '--libexecdir=/usr/libexec' '--localstatedir=/va
r' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share
/info' '--with-redhat' 'CFLAGS=-O2 -g -pipe -march=i386 -mcpu=i686' 'CXXFLAGS=
-O2 -g -pipe -march=i386 -mcpu=i686' 'FFLAGS=-O2 -g -pipe -march=i386 -mcpu=i6
86' 'build_alias=i686-redhat-linux-gnu' 'host_alias=i686-redhat-linux-gnu' 'ta
rget_alias=i386-redhat-linux-gnu' --enable-ltdl-install=no --with-db=gdbm --wi
th-makedatprog=/usr/libexec/courier-authlib/makedatprog '--with-userdb=/etc/au
thlib/userdb' --with-mailuser=daemon --with-mailgroup=daemon --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 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 an ANSI C-conforming const... yes
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for string.h... (cached) yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for uid_t in sys/types.h... yes
checking for strchr... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.23962
+ umask 022
+ cd /usr/src/redhat/BUILD
+ cd courier-authlib-0.58
+ LANG=C
+ export LANG
+ unset DISPLAY
+ /usr/bin/make
CONFIG_FILES=authlib.html CONFIG_HEADERS= /bin/sh ./config.status
config.status: creating authlib.html
config.status: executing depfiles commands
echo "#define AUTHLDAPRC ¥"/etc/authlib/authldaprc¥"" >authldaprc.h
echo "#define AUTHMYSQLRC ¥"/etc/authlib/authmysqlrc¥"" >authmysqlrc.h
echo "#define AUTHPGSQLRC ¥"/etc/authlib/authpgsqlrc¥"" >authpgsqlrc.h
echo "#define PIPE_PROGRAM ¥"/etc/authlib/authProg¥"" >authpiperc.h
echo "#define AUTHDAEMONRC ¥"/etc/authlib/authdaemonrc¥"" >authdaemonrc.h
echo "#define AUTHDAEMONVAR ¥"/var/spool/authdaemon¥"" >>authdaemonrc.h
echo "#define AUTHDAEMONPID AUTHDAEMONVAR ¥"/pid¥"" >>authdaemonrc.h
echo "#define AUTHDAEMONSOCK AUTHDAEMONVAR ¥"/socket¥"" >>authdaemonrc.h
echo "#define AUTHDAEMONLOCK AUTHDAEMONVAR ¥"/lock¥"" >>authdaemonrc.h
echo '#include "./include/config.h"' >vpopmail_config.h
echo '#define PKGVERSION "0.58"' >packageversion.h
echo '#define AUTHCHANGEPWDIR "/usr/libexec/courier-authlib"' >authchangepwdir.
h
echo '#define SBINDIR "/usr/sbin"' >sbindir.h
echo '#define PKGLIBDIR "/usr/lib/courier-authlib"' >pkglibdir.h
echo '#define PKGINCLUDEDIR "/usr/include"' >pkgincludedir.h
echo '#define MAILUSER "daemon"' >mailusergroup.h
echo '#define MAILGROUP "daemon"' >>mailusergroup.h
CONFIG_FILES=README_authlib.html CONFIG_HEADERS= /bin/sh ./config.status
config.status: creating README_authlib.html
config.status: executing depfiles commands
/usr/bin/make  all-recursive
make[1]: Entering directory `/usr/src/redhat/BUILD/courier-authlib-0.58'
Making all in libltdl
make[2]: Entering directory `/usr/src/redhat/BUILD/courier-authlib-0.58/libltd
l'
/usr/bin/make  all-am
make[3]: Entering directory `/usr/src/redhat/BUILD/courier-authlib-0.58/libltd
l'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/usr/src/redhat/BUILD/courier-authlib-0.58/libltdl
'
make[2]: Leaving directory `/usr/src/redhat/BUILD/courier-authlib-0.58/libltdl
'
Making all in gdbmobj
make[2]: Entering directory `/usr/src/redhat/BUILD/courier-authlib-0.58/gdbmob
j'
/usr/bin/make  all-am
make[3]: Entering directory `/usr/src/redhat/BUILD/courier-authlib-0.58/gdbmob
j'
Compiling gdbmobj.c
Compiling gdbmobj2.c
Compiling gdbmobj3.c
Linking libgdbmobj.la
Compiling testgdbm.C
Linking testgdbm
make[3]: Leaving directory `/usr/src/redhat/BUILD/courier-authlib-0.58/gdbmobj
'
make[2]: Leaving directory `/usr/src/redhat/BUILD/courier-authlib-0.58/gdbmobj
'
Making all in md5
make[2]: Entering directory `/usr/src/redhat/BUILD/courier-authlib-0.58/md5'
/usr/bin/make  all-am
make[3]: Entering directory `/usr/src/redhat/BUILD/courier-authlib-0.58/md5'
Compiling md5.c
Compiling md5_hash.c
Compiling redhat-crypt-md5.c
Compiling hmac.c
Linking libmd5.la
Compiling md5test.c
Linking md5test
make[3]: Leaving directory `/usr/src/redhat/BUILD/courier-authlib-0.58/md5'
make[2]: Leaving directory `/usr/src/redhat/BUILD/courier-authlib-0.58/md5'
Making all in sha1
make[2]: Entering directory `/usr/src/redhat/BUILD/courier-authlib-0.58/sha1'
/usr/bin/make  all-am
make[3]: Entering directory `/usr/src/redhat/BUILD/courier-authlib-0.58/sha1'
Compiling sha1.c
Compiling sha1_hash.c
Compiling sha256.c
Compiling sha256_hash.c
Compiling hmac.c
Linking libsha1.la
Compiling testsuite.c
Linking testsuite
make[3]: Leaving directory `/usr/src/redhat/BUILD/courier-authlib-0.58/sha1'
make[2]: Leaving directory `/usr/src/redhat/BUILD/courier-authlib-0.58/sha1'
Making all in libhmac
make[2]: Entering directory `/usr/src/redhat/BUILD/courier-authlib-0.58/libhma
c'
/usr/bin/make  all-am
make[3]: Entering directory `/usr/src/redhat/BUILD/courier-authlib-0.58/libhma
c'
Compiling hmac.c
Linking libhmac.la
Compiling md5hmactest.c
Linking md5hmactest
Compiling sha1hmactest.c
Linking sha1hmactest
make[3]: Leaving directory `/usr/src/redhat/BUILD/courier-authlib-0.58/libhmac
'
make[2]: Leaving directory `/usr/src/redhat/BUILD/courier-authlib-0.58/libhmac
'
Making all in numlib
make[2]: Entering directory `/usr/src/redhat/BUILD/courier-authlib-0.58/numlib
'
/usr/bin/make  all-am
make[3]: Entering directory `/usr/src/redhat/BUILD/courier-authlib-0.58/numlib
'
Compiling atotimet.c
Compiling atouidt.c
Compiling changeuidgid.c
Compiling strdevt.c
Compiling strgidt.c
Compiling strhdevt.c
Compiling strhinot.c
Compiling strhpidt.c
Compiling strhtimet.c
Compiling strinot.c
Compiling strofft.c
Compiling strpidt.c
Compiling strsize.c
Compiling strsizet.c
Compiling strtimet.c
Compiling struidt.c
Linking libnumlib.la
make[3]: Leaving directory `/usr/src/redhat/BUILD/courier-authlib-0.58/numlib'
make[2]: Leaving directory `/usr/src/redhat/BUILD/courier-authlib-0.58/numlib'
Making all in makedat
make[2]: Entering directory `/usr/src/redhat/BUILD/courier-authlib-0.58/makeda
t'
/usr/bin/make  all-am
make[3]: Entering directory `/usr/src/redhat/BUILD/courier-authlib-0.58/makeda
t'
Compiling makedatprog.c
Linking makedatprog
make[3]: Leaving directory `/usr/src/redhat/BUILD/courier-authlib-0.58/makedat
'
make[2]: Leaving directory `/usr/src/redhat/BUILD/courier-authlib-0.58/makedat
'
Making all in userdb
make[2]: Entering directory `/usr/src/redhat/BUILD/courier-authlib-0.58/userdb
'
/usr/bin/make  all-am
make[3]: Entering directory `/usr/src/redhat/BUILD/courier-authlib-0.58/userdb
'
Compiling userdb.c
Compiling userdb2.c
Compiling userdbmkpw.c
Linking libuserdb.la
Compiling userdbpw.c
Linking userdbpw
CONFIG_FILES=makeuserdb.8 CONFIG_HEADERS= /bin/sh ./config.status
config.status: creating makeuserdb.8
config.status: executing depfiles commands
CONFIG_FILES=userdb.8 CONFIG_HEADERS= /bin/sh ./config.status
config.status: creating userdb.8
config.status: executing depfiles commands
CONFIG_FILES=userdbpw.8 CONFIG_HEADERS= /bin/sh ./config.status
config.status: creating userdbpw.8
config.status: executing depfiles commands
touch dummy
CONFIG_FILES=makeuserdb.html CONFIG_HEADERS= /bin/sh ./config.status
config.status: creating makeuserdb.html
config.status: executing depfiles commands
CONFIG_FILES=userdb.html CONFIG_HEADERS= /bin/sh ./config.status
config.status: creating userdb.html
config.status: executing depfiles commands
CONFIG_FILES=userdbpw.html CONFIG_HEADERS= /bin/sh ./config.status
config.status: creating userdbpw.html
config.status: executing depfiles commands
make[3]: Leaving directory `/usr/src/redhat/BUILD/courier-authlib-0.58/userdb'
make[2]: Leaving directory `/usr/src/redhat/BUILD/courier-authlib-0.58/userdb'
Making all in rfc822
make[2]: Entering directory `/usr/src/redhat/BUILD/courier-authlib-0.58/rfc822
'
/usr/bin/make  all-am
make[3]: Entering directory `/usr/src/redhat/BUILD/courier-authlib-0.58/rfc822
'
Compiling encode.c
Linking libencode.la
Compiling rfc822.c
Compiling rfc822hdr.c
Compiling rfc822_getaddr.c
Compiling rfc822_getaddrs.c
Compiling rfc822_mkdate.c
Compiling rfc822_parsedt.c
Compiling rfc2047u.c
Compiling rfc2047.c
Compiling imapsubj.c
Compiling imaprefs.c
Compiling encodeautodetect.c
Linking librfc822.la
Compiling testsuite.c
Linking testsuite
Compiling reftest.c
Linking reftest
make[3]: Leaving directory `/usr/src/redhat/BUILD/courier-authlib-0.58/rfc822'
make[2]: Leaving directory `/usr/src/redhat/BUILD/courier-authlib-0.58/rfc822'
Making all in random128
make[2]: Entering directory `/usr/src/redhat/BUILD/courier-authlib-0.58/random
128'
/usr/bin/make  all-am
make[3]: Entering directory `/usr/src/redhat/BUILD/courier-authlib-0.58/random
128'
Compiling random128.c
Compiling random128alpha.c
Compiling random128binary.c
Linking librandom128.la
make[3]: Leaving directory `/usr/src/redhat/BUILD/courier-authlib-0.58/random1
28'
make[2]: Leaving directory `/usr/src/redhat/BUILD/courier-authlib-0.58/random1
28'
Making all in liblock
make[2]: Entering directory `/usr/src/redhat/BUILD/courier-authlib-0.58/libloc
k'
/usr/bin/make  all-am
make[3]: Entering directory `/usr/src/redhat/BUILD/courier-authlib-0.58/libloc
k'
Compiling lockfcntl.c
Compiling lockdaemon.c
Compiling mail.c
Linking liblock.la
Compiling lockmail.c
Linking lockmail
make[3]: Leaving directory `/usr/src/redhat/BUILD/courier-authlib-0.58/liblock
'
make[2]: Leaving directory `/usr/src/redhat/BUILD/courier-authlib-0.58/liblock
'
Making all in liblog
make[2]: Entering directory `/usr/src/redhat/BUILD/courier-authlib-0.58/liblog
'
/usr/bin/make  all-am
make[3]: Entering directory `/usr/src/redhat/BUILD/courier-authlib-0.58/liblog
'
Compiling logger.c
Linking courierlogger
make[3]: Leaving directory `/usr/src/redhat/BUILD/courier-authlib-0.58/liblog'
make[2]: Leaving directory `/usr/src/redhat/BUILD/courier-authlib-0.58/liblog'
make[2]: Entering directory `/usr/src/redhat/BUILD/courier-authlib-0.58'
Compiling authdaemon.c
Compiling authdaemonlib.c
Compiling preauthdaemon.c
Compiling authmoduser2.c
Compiling authmoduser3.c
Compiling debug.c
Compiling authoption.c
Linking libcourierauth.la
Compiling authsasl.c
Compiling authsaslcram.c
Compiling authsasllogin.c
Compiling authsaslplain.c
Compiling authsaslfrombase64.c
Compiling authsasltobase64.c
Linking libcourierauthsasl.la
Compiling authsaslclient.c
Compiling authsaslclientcram.c
Compiling authsaslclientcrammd5.c
Compiling authsaslclientcramsha1.c
Compiling authsaslclientlogin.c
Compiling authsaslclientplain.c
Linking libcourierauthsaslclient.la
Compiling authpwdenumerate.c
Compiling authsyschangepwd.c
Compiling authsyscommon.c
Compiling cramlib.c
Compiling checkpassword.c
Compiling cryptpassword.c
Compiling checkpasswordmd5.c
Compiling checkpasswordsha1.c
Linking libcourierauthcommon.la
Compiling authuserdb.c
Compiling preauthuserdb.c
Compiling preauthuserdbcommon.c
Compiling authuserdbpwd.c
Linking libauthuserdb.la
Compiling authpam.c
Compiling preauthpam.c
Linking libauthpam.la
Compiling authpgsql.c
Compiling preauthpgsql.c
Compiling authpgsqllib.c
Linking libauthpgsql.la
Compiling authldap.c
Compiling preauthldap.c
Compiling authldaplib.c
Linking libauthldap.la
Compiling authmysql.c
Compiling preauthmysql.c
Compiling authmysqllib.c
Linking libauthmysql.la
nm: my_pthread.o: no symbols
nm: my_thr_init.o: no symbols
nm: thr_mutex.o: no symbols
nm: my_port.o: no symbols
nm: strmov.o: no symbols
nm: strnlen.o: no symbols
nm: bcmp.o: no symbols
nm: bmove.o: no symbols
nm: strtoull.o: no symbols
nm: strtoll.o: no symbols
nm: viossl.o: no symbols
nm: viosslfactories.o: no symbols
Compiling authcustom.c
Compiling preauthcustom.c
Linking libauthcustom.la
Compiling authpipe.c
Compiling authpipelib.c
Linking libauthpipe.la
Compiling authinfo.c
Linking courierauthconfig
Compiling authdaemontest.c
Linking authdaemontest
Compiling authmksock.c
Linking authmksock
Compiling authdaemond.c
Linking authdaemondprog
Compiling authtest.c
Linking authtest
Compiling authenumerate.c
Linking authenumerate
Compiling authpasswd.c
Linking authpasswd
CONFIG_FILES=authlib.3 CONFIG_HEADERS= /bin/sh ./config.status
config.status: creating authlib.3
config.status: executing depfiles commands
make[2]: Leaving directory `/usr/src/redhat/BUILD/courier-authlib-0.58'
make[1]: Leaving directory `/usr/src/redhat/BUILD/courier-authlib-0.58'
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.34761
+ umask 022
+ cd /usr/src/redhat/BUILD
+ cd courier-authlib-0.58
+ LANG=C
+ export LANG
+ unset DISPLAY
+ rm -rf /var/tmp/courier-authlib-0.58-1.3ES-root
+ MAKEFLAGS=
+ /usr/bin/make -j 1 install DESTDIR=/var/tmp/courier-authlib-0.58-1.3ES-root
/usr/bin/make  install-recursive
make[1]: Entering directory `/usr/src/redhat/BUILD/courier-authlib-0.58'
Making install in libltdl
make[2]: Entering directory `/usr/src/redhat/BUILD/courier-authlib-0.58/libltd
l'
make[3]: Entering directory `/usr/src/redhat/BUILD/courier-authlib-0.58/libltd
l'
test -z "/usr/lib" || mkdir -p -- "/var/tmp/courier-authlib-0.58-1.3ES-root/us
r/lib"
test -z "/usr/include" || mkdir -p -- "/var/tmp/courier-authlib-0.58-1.3ES-roo
t/usr/include"
make[3]: Leaving directory `/usr/src/redhat/BUILD/courier-authlib-0.58/libltdl
'
make[2]: Leaving directory `/usr/src/redhat/BUILD/courier-authlib-0.58/libltdl
'
Making install in gdbmobj
make[2]: Entering directory `/usr/src/redhat/BUILD/courier-authlib-0.58/gdbmob
j'
make[3]: Entering directory `/usr/src/redhat/BUILD/courier-authlib-0.58/gdbmob
j'
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/courier-authlib-0.58/gdbmobj
'
make[2]: Leaving directory `/usr/src/redhat/BUILD/courier-authlib-0.58/gdbmobj
'
Making install in md5
make[2]: Entering directory `/usr/src/redhat/BUILD/courier-authlib-0.58/md5'
make[3]: Entering directory `/usr/src/redhat/BUILD/courier-authlib-0.58/md5'
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/courier-authlib-0.58/md5'
make[2]: Leaving directory `/usr/src/redhat/BUILD/courier-authlib-0.58/md5'
Making install in sha1
make[2]: Entering directory `/usr/src/redhat/BUILD/courier-authlib-0.58/sha1'
make[3]: Entering directory `/usr/src/redhat/BUILD/courier-authlib-0.58/sha1'
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/courier-authlib-0.58/sha1'
make[2]: Leaving directory `/usr/src/redhat/BUILD/courier-authlib-0.58/sha1'
Making install in libhmac
make[2]: Entering directory `/usr/src/redhat/BUILD/courier-authlib-0.58/libhma
c'
make[3]: Entering directory `/usr/src/redhat/BUILD/courier-authlib-0.58/libhma
c'
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/courier-authlib-0.58/libhmac
'
make[2]: Leaving directory `/usr/src/redhat/BUILD/courier-authlib-0.58/libhmac
'
Making install in numlib
make[2]: Entering directory `/usr/src/redhat/BUILD/courier-authlib-0.58/numlib
'
make[3]: Entering directory `/usr/src/redhat/BUILD/courier-authlib-0.58/numlib
'
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/courier-authlib-0.58/numlib'
make[2]: Leaving directory `/usr/src/redhat/BUILD/courier-authlib-0.58/numlib'
Making install in makedat
make[2]: Entering directory `/usr/src/redhat/BUILD/courier-authlib-0.58/makeda
t'
make[3]: Entering directory `/usr/src/redhat/BUILD/courier-authlib-0.58/makeda
t'
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/courier-authlib-0.58/makedat
'
make[2]: Leaving directory `/usr/src/redhat/BUILD/courier-authlib-0.58/makedat
'
Making install in userdb
make[2]: Entering directory `/usr/src/redhat/BUILD/courier-authlib-0.58/userdb
'
/usr/bin/make  install-am
make[3]: Entering directory `/usr/src/redhat/BUILD/courier-authlib-0.58/userdb
'
make[4]: Entering directory `/usr/src/redhat/BUILD/courier-authlib-0.58/userdb
'
make[4]: Nothing to be done for `install-exec-am'.
test -z "/usr/share/man/man8" || mkdir -p -- "/var/tmp/courier-authlib-0.58-1.
3ES-root/usr/share/man/man8"
 /usr/bin/install -c -m 644 './makeuserdb.8' '/var/tmp/courier-authlib-0.58-1.
3ES-root/usr/share/man/man8/makeuserdb.8'
 /usr/bin/install -c -m 644 './userdb.8' '/var/tmp/courier-authlib-0.58-1.3ES-
root/usr/share/man/man8/userdb.8'
 /usr/bin/install -c -m 644 './userdbpw.8' '/var/tmp/courier-authlib-0.58-1.3E
S-root/usr/share/man/man8/userdbpw.8'
make[4]: Leaving directory `/usr/src/redhat/BUILD/courier-authlib-0.58/userdb'
make[3]: Leaving directory `/usr/src/redhat/BUILD/courier-authlib-0.58/userdb'
make[2]: Leaving directory `/usr/src/redhat/BUILD/courier-authlib-0.58/userdb'
Making install in rfc822
make[2]: Entering directory `/usr/src/redhat/BUILD/courier-authlib-0.58/rfc822
'
/usr/bin/make  install-am
make[3]: Entering directory `/usr/src/redhat/BUILD/courier-authlib-0.58/rfc822
'
make[4]: Entering directory `/usr/src/redhat/BUILD/courier-authlib-0.58/rfc822
'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/usr/src/redhat/BUILD/courier-authlib-0.58/rfc822'
make[3]: Leaving directory `/usr/src/redhat/BUILD/courier-authlib-0.58/rfc822'
make[2]: Leaving directory `/usr/src/redhat/BUILD/courier-authlib-0.58/rfc822'
Making install in random128
make[2]: Entering directory `/usr/src/redhat/BUILD/courier-authlib-0.58/random
128'
make[3]: Entering directory `/usr/src/redhat/BUILD/courier-authlib-0.58/random
128'
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/courier-authlib-0.58/random1
28'
make[2]: Leaving directory `/usr/src/redhat/BUILD/courier-authlib-0.58/random1
28'
Making install in liblock
make[2]: Entering directory `/usr/src/redhat/BUILD/courier-authlib-0.58/libloc
k'
make[3]: Entering directory `/usr/src/redhat/BUILD/courier-authlib-0.58/libloc
k'
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/courier-authlib-0.58/liblock
'
make[2]: Leaving directory `/usr/src/redhat/BUILD/courier-authlib-0.58/liblock
'
Making install in liblog
make[2]: Entering directory `/usr/src/redhat/BUILD/courier-authlib-0.58/liblog
'
/usr/bin/make  install-am
make[3]: Entering directory `/usr/src/redhat/BUILD/courier-authlib-0.58/liblog
'
make[4]: Entering directory `/usr/src/redhat/BUILD/courier-authlib-0.58/liblog
'
test -z "/usr/sbin" || mkdir -p -- "/var/tmp/courier-authlib-0.58-1.3ES-root/u
sr/sbin"
  /bin/sh ./libtool --mode=install /usr/bin/install -c 'courierlogger' '/var/t
mp/courier-authlib-0.58-1.3ES-root/usr/sbin/courierlogger'
/usr/bin/install -c courierlogger /var/tmp/courier-authlib-0.58-1.3ES-root/usr
/sbin/courierlogger
test -z "/usr/share/man/man1" || mkdir -p -- "/var/tmp/courier-authlib-0.58-1.
3ES-root/usr/share/man/man1"
 /usr/bin/install -c -m 644 './courierlogger.1' '/var/tmp/courier-authlib-0.58
-1.3ES-root/usr/share/man/man1/courierlogger.1'
make[4]: Leaving directory `/usr/src/redhat/BUILD/courier-authlib-0.58/liblog'
make[3]: Leaving directory `/usr/src/redhat/BUILD/courier-authlib-0.58/liblog'
make[2]: Leaving directory `/usr/src/redhat/BUILD/courier-authlib-0.58/liblog'
make[2]: Entering directory `/usr/src/redhat/BUILD/courier-authlib-0.58'
make[3]: Entering directory `/usr/src/redhat/BUILD/courier-authlib-0.58'
test -z "/usr/bin" || mkdir -p -- "/var/tmp/courier-authlib-0.58-1.3ES-root/us
r/bin"
  /bin/sh ./libtool --mode=install /usr/bin/install -c 'courierauthconfig' '/v
ar/tmp/courier-authlib-0.58-1.3ES-root/usr/bin/courierauthconfig'
/usr/bin/install -c courierauthconfig /var/tmp/courier-authlib-0.58-1.3ES-root
/usr/bin/courierauthconfig
test -z "/usr/lib/courier-authlib" || mkdir -p -- "/var/tmp/courier-authlib-0.
58-1.3ES-root/usr/lib/courier-authlib"
 /bin/sh ./libtool --mode=install /usr/bin/install -c  'libcourierauth.la' '/v
ar/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/libcourierauth.
la'
/usr/bin/install -c .libs/libcourierauth.so.0.0.0 /var/tmp/courier-authlib-0.5
8-1.3ES-root/usr/lib/courier-authlib/libcourierauth.so.0.0.0
(cd /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib && rm -f 
libcourierauth.so.0 && ln -s libcourierauth.so.0.0.0 libcourierauth.so.0)
(cd /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib && rm -f 
libcourierauth.so && ln -s libcourierauth.so.0.0.0 libcourierauth.so)
/usr/bin/install -c .libs/libcourierauth.lai /var/tmp/courier-authlib-0.58-1.3
ES-root/usr/lib/courier-authlib/libcourierauth.la
/usr/bin/install -c .libs/libcourierauth.a /var/tmp/courier-authlib-0.58-1.3ES
-root/usr/lib/courier-authlib/libcourierauth.a
ranlib /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/libcou
rierauth.a
chmod 644 /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/lib
courierauth.a
libtool: install: warning: remember to run `libtool --finish /usr/lib/courier-
authlib'
 /bin/sh ./libtool --mode=install /usr/bin/install -c  'libcourierauthsasl.la' 
'/var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/libcourierau
thsasl.la'
libtool: install: warning: relinking `libcourierauthsasl.la'
(cd /usr/src/redhat/BUILD/courier-authlib-0.58; /bin/sh ./libtool  --quiet --t
ag=CC --mode=relink gcc -I/usr/include/mysql -g -pipe -march=i386 -mcpu=i686 -
I/usr/include -O2 -g -pipe -march=i386 -mcpu=i686 -Wall -I.. -I./.. -o libcour
ierauthsasl.la -rpath /usr/lib/courier-authlib -export-symbols-regex "^auth_sa
sl¥$" authsasl.lo authsaslcram.lo authsasllogin.lo authsaslplain.lo authsaslfr
ombase64.lo authsasltobase64.lo libcourierauth.la -inst-prefix-dir /var/tmp/co
urier-authlib-0.58-1.3ES-root)
/usr/bin/install -c .libs/libcourierauthsasl.so.0.0.0T /var/tmp/courier-authli
b-0.58-1.3ES-root/usr/lib/courier-authlib/libcourierauthsasl.so.0.0.0
(cd /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib && rm -f 
libcourierauthsasl.so.0 && ln -s libcourierauthsasl.so.0.0.0 libcourierauthsas
l.so.0)
(cd /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib && rm -f 
libcourierauthsasl.so && ln -s libcourierauthsasl.so.0.0.0 libcourierauthsasl.
so)
/usr/bin/install -c .libs/libcourierauthsasl.lai /var/tmp/courier-authlib-0.58
-1.3ES-root/usr/lib/courier-authlib/libcourierauthsasl.la
/usr/bin/install -c .libs/libcourierauthsasl.a /var/tmp/courier-authlib-0.58-1.
3ES-root/usr/lib/courier-authlib/libcourierauthsasl.a
ranlib /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/libcou
rierauthsasl.a
chmod 644 /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/lib
courierauthsasl.a
libtool: install: warning: remember to run `libtool --finish /usr/lib/courier-
authlib'
 /bin/sh ./libtool --mode=install /usr/bin/install -c  'libcourierauthsaslclie
nt.la' '/var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/libco
urierauthsaslclient.la'
libtool: install: warning: relinking `libcourierauthsaslclient.la'
(cd /usr/src/redhat/BUILD/courier-authlib-0.58; /bin/sh ./libtool  --quiet --t
ag=CC --mode=relink gcc -I/usr/include/mysql -g -pipe -march=i386 -mcpu=i686 -
I/usr/include -O2 -g -pipe -march=i386 -mcpu=i686 -Wall -I.. -I./.. -o libcour
ierauthsaslclient.la -rpath /usr/lib/courier-authlib -export-symbols-regex "^a
uth_sasl_client¥$" authsaslclient.lo authsaslclientcram.lo authsaslclientcramm
d5.lo authsaslclientcramsha1.lo authsaslclientlogin.lo authsaslclientplain.lo 
authsaslfrombase64.lo authsasltobase64.lo libcourierauth.la -inst-prefix-dir /
var/tmp/courier-authlib-0.58-1.3ES-root)
/usr/bin/install -c .libs/libcourierauthsaslclient.so.0.0.0T /var/tmp/courier-
authlib-0.58-1.3ES-root/usr/lib/courier-authlib/libcourierauthsaslclient.so.0.
0.0
(cd /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib && rm -f 
libcourierauthsaslclient.so.0 && ln -s libcourierauthsaslclient.so.0.0.0 libco
urierauthsaslclient.so.0)
(cd /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib && rm -f 
libcourierauthsaslclient.so && ln -s libcourierauthsaslclient.so.0.0.0 libcour
ierauthsaslclient.so)
/usr/bin/install -c .libs/libcourierauthsaslclient.lai /var/tmp/courier-authli
b-0.58-1.3ES-root/usr/lib/courier-authlib/libcourierauthsaslclient.la
/usr/bin/install -c .libs/libcourierauthsaslclient.a /var/tmp/courier-authlib-
0.58-1.3ES-root/usr/lib/courier-authlib/libcourierauthsaslclient.a
ranlib /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/libcou
rierauthsaslclient.a
chmod 644 /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/lib
courierauthsaslclient.a
libtool: install: warning: remember to run `libtool --finish /usr/lib/courier-
authlib'
 /bin/sh ./libtool --mode=install /usr/bin/install -c  'libcourierauthcommon.l
a' '/var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/libcourie
rauthcommon.la'
libtool: install: warning: relinking `libcourierauthcommon.la'
(cd /usr/src/redhat/BUILD/courier-authlib-0.58; /bin/sh ./libtool  --quiet --t
ag=CC --mode=relink gcc -I/usr/include/mysql -g -pipe -march=i386 -mcpu=i686 -
I/usr/include -O2 -g -pipe -march=i386 -mcpu=i686 -Wall -I.. -I./.. -o libcour
ierauthcommon.la -rpath /usr/lib/courier-authlib -Wl,-lcrypt authpwdenumerate.
lo authsaslfrombase64.lo authsasltobase64.lo authsyschangepwd.lo authsyscommon.
lo cramlib.lo checkpassword.lo cryptpassword.lo checkpasswordmd5.lo checkpassw
ordsha1.lo libcourierauth.la -inst-prefix-dir /var/tmp/courier-authlib-0.58-1.
3ES-root)
/usr/bin/install -c .libs/libcourierauthcommon.so.0.0.0T /var/tmp/courier-auth
lib-0.58-1.3ES-root/usr/lib/courier-authlib/libcourierauthcommon.so.0.0.0
(cd /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib && rm -f 
libcourierauthcommon.so.0 && ln -s libcourierauthcommon.so.0.0.0 libcourieraut
hcommon.so.0)
(cd /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib && rm -f 
libcourierauthcommon.so && ln -s libcourierauthcommon.so.0.0.0 libcourierauthc
ommon.so)
/usr/bin/install -c .libs/libcourierauthcommon.lai /var/tmp/courier-authlib-0.
58-1.3ES-root/usr/lib/courier-authlib/libcourierauthcommon.la
/usr/bin/install -c .libs/libcourierauthcommon.a /var/tmp/courier-authlib-0.58
-1.3ES-root/usr/lib/courier-authlib/libcourierauthcommon.a
ranlib /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/libcou
rierauthcommon.a
chmod 644 /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/lib
courierauthcommon.a
libtool: install: warning: remember to run `libtool --finish /usr/lib/courier-
authlib'
 /bin/sh ./libtool --mode=install /usr/bin/install -c  'libauthuserdb.la' '/va
r/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/libauthuserdb.la
'
libtool: install: warning: relinking `libauthuserdb.la'
(cd /usr/src/redhat/BUILD/courier-authlib-0.58; /bin/sh ./libtool  --quiet --t
ag=CC --mode=relink gcc -I/usr/include/mysql -g -pipe -march=i386 -mcpu=i686 -
I/usr/include -O2 -g -pipe -march=i386 -mcpu=i686 -Wall -I.. -I./.. -o libauth
userdb.la -module -rpath /usr/lib/courier-authlib -export-symbols-regex "couri
er_auth.*_init" authuserdb.lo preauthuserdb.lo preauthuserdbcommon.lo authuser
dbpwd.lo libcourierauthcommon.la userdb/libuserdb.la gdbmobj/libgdbmobj.la -lg
dbm -inst-prefix-dir /var/tmp/courier-authlib-0.58-1.3ES-root)
/usr/bin/install -c .libs/libauthuserdb.so.0.0.0T /var/tmp/courier-authlib-0.5
8-1.3ES-root/usr/lib/courier-authlib/libauthuserdb.so.0.0.0
(cd /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib && rm -f 
libauthuserdb.so.0 && ln -s libauthuserdb.so.0.0.0 libauthuserdb.so.0)
(cd /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib && rm -f 
libauthuserdb.so && ln -s libauthuserdb.so.0.0.0 libauthuserdb.so)
/usr/bin/install -c .libs/libauthuserdb.lai /var/tmp/courier-authlib-0.58-1.3E
S-root/usr/lib/courier-authlib/libauthuserdb.la
/usr/bin/install -c .libs/libauthuserdb.a /var/tmp/courier-authlib-0.58-1.3ES-
root/usr/lib/courier-authlib/libauthuserdb.a
ranlib /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/libaut
huserdb.a
chmod 644 /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/lib
authuserdb.a
libtool: install: warning: remember to run `libtool --finish /usr/lib/courier-
authlib'
 /bin/sh ./libtool --mode=install /usr/bin/install -c  'libauthpam.la' '/var/t
mp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/libauthpam.la'
libtool: install: warning: relinking `libauthpam.la'
(cd /usr/src/redhat/BUILD/courier-authlib-0.58; /bin/sh ./libtool  --quiet --t
ag=CC --mode=relink gcc -I/usr/include/mysql -g -pipe -march=i386 -mcpu=i686 -
I/usr/include -O2 -g -pipe -march=i386 -mcpu=i686 -Wall -I.. -I./.. -o libauth
pam.la -module -rpath /usr/lib/courier-authlib -export-symbols-regex "courier_
auth.*_init" -lpam -ldl authpam.lo preauthpam.lo libcourierauthcommon.la -inst
-prefix-dir /var/tmp/courier-authlib-0.58-1.3ES-root)
/usr/bin/install -c .libs/libauthpam.so.0.0.0T /var/tmp/courier-authlib-0.58-1.
3ES-root/usr/lib/courier-authlib/libauthpam.so.0.0.0(cd /var/tmp/courier-authl
ib-0.58-1.3ES-root/usr/lib/courier-authlib && rm -f libauthpam.so.0 && ln -s l
ibauthpam.so.0.0.0 libauthpam.so.0)
(cd /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib && rm -f 
libauthpam.so && ln -s libauthpam.so.0.0.0 libauthpam.so)
/usr/bin/install -c .libs/libauthpam.lai /var/tmp/courier-authlib-0.58-1.3ES-r
oot/usr/lib/courier-authlib/libauthpam.la
/usr/bin/install -c .libs/libauthpam.a /var/tmp/courier-authlib-0.58-1.3ES-roo
t/usr/lib/courier-authlib/libauthpam.a
ranlib /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/libaut
hpam.a
chmod 644 /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/lib
authpam.a
libtool: install: warning: remember to run `libtool --finish /usr/lib/courier-
authlib'
 /bin/sh ./libtool --mode=install /usr/bin/install -c  'libauthpgsql.la' '/var
/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/libauthpgsql.la'
libtool: install: warning: relinking `libauthpgsql.la'
(cd /usr/src/redhat/BUILD/courier-authlib-0.58; /bin/sh ./libtool  --quiet --t
ag=CC --mode=relink gcc -I/usr/include/mysql -g -pipe -march=i386 -mcpu=i686 -
I/usr/include -O2 -g -pipe -march=i386 -mcpu=i686 -Wall -I.. -I./.. -o libauth
pgsql.la -module -rpath /usr/lib/courier-authlib -export-symbols-regex "courie
r_auth.*_init" -L/usr/lib -lpq -lm authpgsql.lo preauthpgsql.lo authpgsqllib.l
o libcourierauthcommon.la -inst-prefix-dir /var/tmp/courier-authlib-0.58-1.3ES
-root)
/usr/bin/install -c .libs/libauthpgsql.so.0.0.0T /var/tmp/courier-authlib-0.58
-1.3ES-root/usr/lib/courier-authlib/libauthpgsql.so.0.0.0
(cd /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib && rm -f 
libauthpgsql.so.0 && ln -s libauthpgsql.so.0.0.0 libauthpgsql.so.0)
(cd /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib && rm -f 
libauthpgsql.so && ln -s libauthpgsql.so.0.0.0 libauthpgsql.so)
/usr/bin/install -c .libs/libauthpgsql.lai /var/tmp/courier-authlib-0.58-1.3ES
-root/usr/lib/courier-authlib/libauthpgsql.la
/usr/bin/install -c .libs/libauthpgsql.a /var/tmp/courier-authlib-0.58-1.3ES-r
oot/usr/lib/courier-authlib/libauthpgsql.a
ranlib /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/libaut
hpgsql.a
chmod 644 /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/lib
authpgsql.a
libtool: install: warning: remember to run `libtool --finish /usr/lib/courier-
authlib'
 /bin/sh ./libtool --mode=install /usr/bin/install -c  'libauthldap.la' '/var/
tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/libauthldap.la'
libtool: install: warning: relinking `libauthldap.la'
(cd /usr/src/redhat/BUILD/courier-authlib-0.58; /bin/sh ./libtool  --quiet --t
ag=CC --mode=relink gcc -I/usr/include/mysql -g -pipe -march=i386 -mcpu=i686 -
I/usr/include -O2 -g -pipe -march=i386 -mcpu=i686 -Wall -I.. -I./.. -o libauth
ldap.la -module -rpath /usr/lib/courier-authlib -export-symbols-regex "courier
_auth.*_init" -lldap -llber -lresolv authldap.lo preauthldap.lo authldaplib.lo 
libcourierauthcommon.la -inst-prefix-dir /var/tmp/courier-authlib-0.58-1.3ES-r
oot)
/usr/bin/install -c .libs/libauthldap.so.0.0.0T /var/tmp/courier-authlib-0.58-
1.3ES-root/usr/lib/courier-authlib/libauthldap.so.0.0.0
(cd /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib && rm -f 
libauthldap.so.0 && ln -s libauthldap.so.0.0.0 libauthldap.so.0)
(cd /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib && rm -f 
libauthldap.so && ln -s libauthldap.so.0.0.0 libauthldap.so)
/usr/bin/install -c .libs/libauthldap.lai /var/tmp/courier-authlib-0.58-1.3ES-
root/usr/lib/courier-authlib/libauthldap.la
/usr/bin/install -c .libs/libauthldap.a /var/tmp/courier-authlib-0.58-1.3ES-ro
ot/usr/lib/courier-authlib/libauthldap.a
ranlib /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/libaut
hldap.a
chmod 644 /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/lib
authldap.a
libtool: install: warning: remember to run `libtool --finish /usr/lib/courier-
authlib'
 /bin/sh ./libtool --mode=install /usr/bin/install -c  'libauthmysql.la' '/var
/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/libauthmysql.la'
libtool: install: warning: relinking `libauthmysql.la'
(cd /usr/src/redhat/BUILD/courier-authlib-0.58; /bin/sh ./libtool  --quiet --t
ag=CC --mode=relink gcc -I/usr/include/mysql -g -pipe -march=i386 -mcpu=i686 -
I/usr/include -O2 -g -pipe -march=i386 -mcpu=i686 -Wall -I.. -I./.. -o libauth
mysql.la -module -rpath /usr/lib/courier-authlib -export-symbols-regex "courie
r_auth.*_init" -L/usr/lib/mysql -lmysqlclient -lz -lcrypt -lnsl -lm -lm authmy
sql.lo preauthmysql.lo authmysqllib.lo libcourierauthcommon.la -inst-prefix-di
r /var/tmp/courier-authlib-0.58-1.3ES-root)
nm: my_pthread.o: no symbols
nm: my_thr_init.o: no symbols
nm: thr_mutex.o: no symbols
nm: my_port.o: no symbols
nm: strmov.o: no symbols
nm: strnlen.o: no symbols
nm: bcmp.o: no symbols
nm: bmove.o: no symbols
nm: strtoull.o: no symbols
nm: strtoll.o: no symbols
nm: viossl.o: no symbols
nm: viosslfactories.o: no symbols
/usr/bin/install -c .libs/libauthmysql.so.0.0.0T /var/tmp/courier-authlib-0.58
-1.3ES-root/usr/lib/courier-authlib/libauthmysql.so.0.0.0
(cd /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib && rm -f 
libauthmysql.so.0 && ln -s libauthmysql.so.0.0.0 libauthmysql.so.0)
(cd /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib && rm -f 
libauthmysql.so && ln -s libauthmysql.so.0.0.0 libauthmysql.so)
/usr/bin/install -c .libs/libauthmysql.lai /var/tmp/courier-authlib-0.58-1.3ES
-root/usr/lib/courier-authlib/libauthmysql.la
/usr/bin/install -c .libs/libauthmysql.a /var/tmp/courier-authlib-0.58-1.3ES-r
oot/usr/lib/courier-authlib/libauthmysql.a
ranlib /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/libaut
hmysql.a
chmod 644 /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/lib
authmysql.a
libtool: install: warning: remember to run `libtool --finish /usr/lib/courier-
authlib'
 /bin/sh ./libtool --mode=install /usr/bin/install -c  'libauthcustom.la' '/va
r/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/libauthcustom.la
'
libtool: install: warning: relinking `libauthcustom.la'
(cd /usr/src/redhat/BUILD/courier-authlib-0.58; /bin/sh ./libtool  --quiet --t
ag=CC --mode=relink gcc -I/usr/include/mysql -g -pipe -march=i386 -mcpu=i686 -
I/usr/include -O2 -g -pipe -march=i386 -mcpu=i686 -Wall -I.. -I./.. -o libauth
custom.la -module -rpath /usr/lib/courier-authlib -export-symbols-regex "couri
er_auth.*_init" authcustom.lo preauthcustom.lo libcourierauthcommon.la -inst-p
refix-dir /var/tmp/courier-authlib-0.58-1.3ES-root)
/usr/bin/install -c .libs/libauthcustom.so.0.0.0T /var/tmp/courier-authlib-0.5
8-1.3ES-root/usr/lib/courier-authlib/libauthcustom.so.0.0.0
(cd /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib && rm -f 
libauthcustom.so.0 && ln -s libauthcustom.so.0.0.0 libauthcustom.so.0)
(cd /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib && rm -f 
libauthcustom.so && ln -s libauthcustom.so.0.0.0 libauthcustom.so)
/usr/bin/install -c .libs/libauthcustom.lai /var/tmp/courier-authlib-0.58-1.3E
S-root/usr/lib/courier-authlib/libauthcustom.la
/usr/bin/install -c .libs/libauthcustom.a /var/tmp/courier-authlib-0.58-1.3ES-
root/usr/lib/courier-authlib/libauthcustom.a
ranlib /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/libaut
hcustom.a
chmod 644 /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/lib
authcustom.a
libtool: install: warning: remember to run `libtool --finish /usr/lib/courier-
authlib'
 /bin/sh ./libtool --mode=install /usr/bin/install -c  'libauthpipe.la' '/var/
tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/libauthpipe.la'
libtool: install: warning: relinking `libauthpipe.la'
(cd /usr/src/redhat/BUILD/courier-authlib-0.58; /bin/sh ./libtool  --quiet --t
ag=CC --mode=relink gcc -I/usr/include/mysql -g -pipe -march=i386 -mcpu=i686 -
I/usr/include -O2 -g -pipe -march=i386 -mcpu=i686 -Wall -I.. -I./.. -o libauth
pipe.la -module -rpath /usr/lib/courier-authlib -export-symbols-regex "courier
_auth.*_init" authpipe.lo authpipelib.lo libcourierauthcommon.la -inst-prefix-
dir /var/tmp/courier-authlib-0.58-1.3ES-root)
/usr/bin/install -c .libs/libauthpipe.so.0.0.0T /var/tmp/courier-authlib-0.58-
1.3ES-root/usr/lib/courier-authlib/libauthpipe.so.0.0.0
(cd /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib && rm -f 
libauthpipe.so.0 && ln -s libauthpipe.so.0.0.0 libauthpipe.so.0)
(cd /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib && rm -f 
libauthpipe.so && ln -s libauthpipe.so.0.0.0 libauthpipe.so)
/usr/bin/install -c .libs/libauthpipe.lai /var/tmp/courier-authlib-0.58-1.3ES-
root/usr/lib/courier-authlib/libauthpipe.la
/usr/bin/install -c .libs/libauthpipe.a /var/tmp/courier-authlib-0.58-1.3ES-ro
ot/usr/lib/courier-authlib/libauthpipe.a
ranlib /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/libaut
hpipe.a
chmod 644 /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/lib
authpipe.a
libtool: install: warning: remember to run `libtool --finish /usr/lib/courier-
authlib'
test -z "/usr/libexec/courier-authlib" || mkdir -p -- "/var/tmp/courier-authli
b-0.58-1.3ES-root/usr/libexec/courier-authlib"
 /usr/bin/install -c 'authsystem.passwd' '/var/tmp/courier-authlib-0.58-1.3ES-
root/usr/libexec/courier-authlib/authsystem.passwd'
test -z "/usr/sbin" || mkdir -p -- "/var/tmp/courier-authlib-0.58-1.3ES-root/u
sr/sbin"
  /bin/sh ./libtool --mode=install /usr/bin/install -c 'authtest' '/var/tmp/co
urier-authlib-0.58-1.3ES-root/usr/sbin/authtest'
libtool: install: warning: `libcourierauth.la' has not been installed in `/usr
/lib/courier-authlib'
/usr/bin/install -c .libs/authtest /var/tmp/courier-authlib-0.58-1.3ES-root/us
r/sbin/authtest
  /bin/sh ./libtool --mode=install /usr/bin/install -c 'authenumerate' '/var/t
mp/courier-authlib-0.58-1.3ES-root/usr/sbin/authenumerate'
libtool: install: warning: `libcourierauth.la' has not been installed in `/usr
/lib/courier-authlib'
/usr/bin/install -c .libs/authenumerate /var/tmp/courier-authlib-0.58-1.3ES-ro
ot/usr/sbin/authenumerate
  /bin/sh ./libtool --mode=install /usr/bin/install -c 'authpasswd' '/var/tmp/
courier-authlib-0.58-1.3ES-root/usr/sbin/authpasswd'
libtool: install: warning: `libcourierauthcommon.la' has not been installed in 
`/usr/lib/courier-authlib'
libtool: install: warning: `/usr/src/redhat/BUILD/courier-authlib-0.58/libcour
ierauth.la' has not been installed in `/usr/lib/courier-authlib'
/usr/bin/install -c .libs/authpasswd /var/tmp/courier-authlib-0.58-1.3ES-root/
usr/sbin/authpasswd
test -z "/usr/sbin" || mkdir -p -- "/var/tmp/courier-authlib-0.58-1.3ES-root/u
sr/sbin"
 /usr/bin/install -c 'authdaemond' '/var/tmp/courier-authlib-0.58-1.3ES-root/u
sr/sbin/authdaemond'
/usr/bin/make  install-exec-hook
make[4]: Entering directory `/usr/src/redhat/BUILD/courier-authlib-0.58'
/usr/src/redhat/BUILD/courier-authlib-0.58/install-sh -d /var/tmp/courier-auth
lib-0.58-1.3ES-root/usr/bin
/usr/src/redhat/BUILD/courier-authlib-0.58/install-sh -d /var/tmp/courier-auth
lib-0.58-1.3ES-root/usr/sbin
/usr/src/redhat/BUILD/courier-authlib-0.58/install-sh -d /var/tmp/courier-auth
lib-0.58-1.3ES-root/usr/libexec/courier-authlib
/bin/sh ./libtool --mode=install /usr/bin/install -c authdaemondprog /var/tmp/
courier-authlib-0.58-1.3ES-root/usr/libexec/courier-authlib/authdaemond
libtool: install: warning: `libcourierauthcommon.la' has not been installed in 
`/usr/lib/courier-authlib'
libtool: install: warning: `/usr/src/redhat/BUILD/courier-authlib-0.58/libcour
ierauth.la' has not been installed in `/usr/lib/courier-authlib'
/usr/bin/install -c .libs/authdaemondprog /var/tmp/courier-authlib-0.58-1.3ES-
root/usr/libexec/courier-authlib/authdaemond
/usr/src/redhat/BUILD/courier-authlib-0.58/install-sh -d /var/tmp/courier-auth
lib-0.58-1.3ES-root/var/spool/authdaemon
chmod 750 /var/tmp/courier-authlib-0.58-1.3ES-root/var/spool/authdaemon
chown daemon /var/tmp/courier-authlib-0.58-1.3ES-root/var/spool/authdaemon
chgrp daemon /var/tmp/courier-authlib-0.58-1.3ES-root/var/spool/authdaemon
test "libauthuserdb.la" = "" && exit 0 ;¥
         /usr/bin/install -c makedat/makedatprog ¥
                        /var/tmp/courier-authlib-0.58-1.3ES-root/usr/libexec/c
ourier-authlib/makedatprog ; ¥
        /usr/bin/install -c userdb/vchkpw2userdb ¥
                        /var/tmp/courier-authlib-0.58-1.3ES-root/usr/sbin/vchk
pw2userdb ; ¥
        /usr/bin/install -c userdb/pw2userdb ¥
                        /var/tmp/courier-authlib-0.58-1.3ES-root/usr/sbin/pw2u
serdb ; ¥
        /usr/bin/install -c userdb/makeuserdb ¥
                        /var/tmp/courier-authlib-0.58-1.3ES-root/usr/sbin/make
userdb ; ¥
        /usr/bin/install -c userdb/userdb.pl ¥
                        /var/tmp/courier-authlib-0.58-1.3ES-root/usr/sbin/user
db ; ¥
         /usr/bin/install -c userdb/userdbpw ¥
                        /var/tmp/courier-authlib-0.58-1.3ES-root/usr/sbin/user
dbpw ; ¥
        /usr/bin/install -c userdb-test-cram-md5.pl ¥
                        /var/tmp/courier-authlib-0.58-1.3ES-root/usr/sbin/user
db-test-cram-md5
make[4]: Leaving directory `/usr/src/redhat/BUILD/courier-authlib-0.58'
test -z "/usr/include" || mkdir -p -- "/var/tmp/courier-authlib-0.58-1.3ES-roo
t/usr/include"
 /usr/bin/install -c -m 644 'courier_auth_config.h' '/var/tmp/courier-authlib-
0.58-1.3ES-root/usr/include/courier_auth_config.h'
 /usr/bin/install -c -m 644 'courierauth.h' '/var/tmp/courier-authlib-0.58-1.3
ES-root/usr/include/courierauth.h'
 /usr/bin/install -c -m 644 'courierauthsasl.h' '/var/tmp/courier-authlib-0.58
-1.3ES-root/usr/include/courierauthsasl.h'
 /usr/bin/install -c -m 644 'courierauthsaslclient.h' '/var/tmp/courier-authli
b-0.58-1.3ES-root/usr/include/courierauthsaslclient.h'
 /usr/bin/install -c -m 644 'courierauthdebug.h' '/var/tmp/courier-authlib-0.5
8-1.3ES-root/usr/include/courierauthdebug.h'
test -z "/usr/share/man/man1" || mkdir -p -- "/var/tmp/courier-authlib-0.58-1.
3ES-root/usr/share/man/man1"
 /usr/bin/install -c -m 644 './authpasswd.1' '/var/tmp/courier-authlib-0.58-1.
3ES-root/usr/share/man/man1/authpasswd.1'
 /usr/bin/install -c -m 644 './authtest.1' '/var/tmp/courier-authlib-0.58-1.3E
S-root/usr/share/man/man1/authtest.1'
test -z "/usr/share/man/man3" || mkdir -p -- "/var/tmp/courier-authlib-0.58-1.
3ES-root/usr/share/man/man3"
 /usr/bin/install -c -m 644 './authlib.3' '/var/tmp/courier-authlib-0.58-1.3ES
-root/usr/share/man/man3/authlib.3'
 /usr/bin/install -c -m 644 './auth_generic.3' '/var/tmp/courier-authlib-0.58-
1.3ES-root/usr/share/man/man3/auth_generic.3'
 /usr/bin/install -c -m 644 './auth_login.3' '/var/tmp/courier-authlib-0.58-1.
3ES-root/usr/share/man/man3/auth_login.3'
 /usr/bin/install -c -m 644 './auth_getuserinfo.3' '/var/tmp/courier-authlib-0.
58-1.3ES-root/usr/share/man/man3/auth_getuserinfo.3' /usr/bin/install -c -m 64
4 './auth_enumerate.3' '/var/tmp/courier-authlib-0.58-1.3ES-root/usr/share/man
/man3/auth_enumerate.3'
 /usr/bin/install -c -m 644 './auth_passwd.3' '/var/tmp/courier-authlib-0.58-1.
3ES-root/usr/share/man/man3/auth_passwd.3'
 /usr/bin/install -c -m 644 './auth_getoption.3' '/var/tmp/courier-authlib-0.5
8-1.3ES-root/usr/share/man/man3/auth_getoption.3'
 /usr/bin/install -c -m 644 './auth_sasl.3' '/var/tmp/courier-authlib-0.58-1.3
ES-root/usr/share/man/man3/auth_sasl.3'
/usr/bin/make  install-data-hook
make[4]: Entering directory `/usr/src/redhat/BUILD/courier-authlib-0.58'
/usr/src/redhat/BUILD/courier-authlib-0.58/install-sh -d /var/tmp/courier-auth
lib-0.58-1.3ES-root`dirname /etc/authlib/authdaemonrc`
sed 's/@ALLMODULES@/authuserdb authpam authpgsql authldap authmysql authcustom 
authpipe/' <authdaemonrc >authdaemonrc.tmp
/usr/bin/install -c -m 644 -m 660 authdaemonrc.tmp /var/tmp/courier-authlib-0.
58-1.3ES-root/etc/authlib/authdaemonrc.dist
rm -f authdaemonrc.tmp
chown daemon /var/tmp/courier-authlib-0.58-1.3ES-root/etc/authlib/authdaemonrc.
dist
chgrp daemon /var/tmp/courier-authlib-0.58-1.3ES-root/etc/authlib/authdaemonrc.
dist
/usr/src/redhat/BUILD/courier-authlib-0.58/install-sh -d /var/tmp/courier-auth
lib-0.58-1.3ES-root`dirname /etc/authlib/authpgsqlrc`/usr/bin/install -c -m 64
4 -m 660 ./authpgsqlrc ¥
        /var/tmp/courier-authlib-0.58-1.3ES-root/etc/authlib/authpgsqlrc.dist
chown daemon /var/tmp/courier-authlib-0.58-1.3ES-root/etc/authlib/authpgsqlrc.
dist
chgrp daemon /var/tmp/courier-authlib-0.58-1.3ES-root/etc/authlib/authpgsqlrc.
dist
/usr/src/redhat/BUILD/courier-authlib-0.58/install-sh -d /var/tmp/courier-auth
lib-0.58-1.3ES-root`dirname /etc/authlib/authldaprc` /usr/bin/install -c -m 64
4 -m 660 ./authldaprc ¥
        /var/tmp/courier-authlib-0.58-1.3ES-root/etc/authlib/authldaprc.dist
chown daemon /var/tmp/courier-authlib-0.58-1.3ES-root/etc/authlib/authldaprc.d
ist
chgrp daemon /var/tmp/courier-authlib-0.58-1.3ES-root/etc/authlib/authldaprc.d
ist
/usr/src/redhat/BUILD/courier-authlib-0.58/install-sh -d /var/tmp/courier-auth
lib-0.58-1.3ES-root`dirname /etc/authlib/authmysqlrc`/usr/bin/install -c -m 64
4 -m 660 ./authmysqlrc ¥
        /var/tmp/courier-authlib-0.58-1.3ES-root/etc/authlib/authmysqlrc.dist
chown daemon /var/tmp/courier-authlib-0.58-1.3ES-root/etc/authlib/authmysqlrc.
dist
chgrp daemon /var/tmp/courier-authlib-0.58-1.3ES-root/etc/authlib/authmysqlrc.
dist
:
make[4]: Leaving directory `/usr/src/redhat/BUILD/courier-authlib-0.58'
make[3]: Leaving directory `/usr/src/redhat/BUILD/courier-authlib-0.58'
make[2]: Leaving directory `/usr/src/redhat/BUILD/courier-authlib-0.58'
make[1]: Leaving directory `/usr/src/redhat/BUILD/courier-authlib-0.58'
+ /bin/rm -f /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/
libauthcustom.a /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authl
ib/libauthldap.a /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-auth
lib/libauthmysql.a /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-au
thlib/libauthpam.a /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-au
thlib/libauthpgsql.a /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-
authlib/libauthpipe.a /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier
-authlib/libauthuserdb.a /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/cour
ier-authlib/libcourierauth.a /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/
courier-authlib/libcourierauthcommon.a /var/tmp/courier-authlib-0.58-1.3ES-roo
t/usr/lib/courier-authlib/libcourierauthsasl.a /var/tmp/courier-authlib-0.58-1.
3ES-root/usr/lib/courier-authlib/libcourierauthsaslclient.a
+ /usr/bin/install -m 555 sysconftool /var/tmp/courier-authlib-0.58-1.3ES-root
/usr/libexec/courier-authlib
+ /usr/bin/install -m 555 authmigrate /var/tmp/courier-authlib-0.58-1.3ES-root
/usr/libexec/courier-authlib
+ ./courierauthconfig --configfiles
+ . configtmp
++ userdb=/etc/authlib/userdb
++ authdaemonrc=/etc/authlib/authdaemonrc
++ authldaprc=/etc/authlib/authldaprc
++ authmysqlrc=/etc/authlib/authmysqlrc
++ authpgsqlrc=/etc/authlib/authpgsqlrc
++ mailuser=daemon
++ mailgroup=daemon
++ mailuid=2
++ mailgid=2
++ sbindir=/usr/sbin
+ ./authmksock /var/tmp/courier-authlib-0.58-1.3ES-root/var/spool/authdaemon/s
ocket
+ touch /var/tmp/courier-authlib-0.58-1.3ES-root/var/spool/authdaemon/pid.lock
+ touch /var/tmp/courier-authlib-0.58-1.3ES-root/var/spool/authdaemon/pid
+ /bin/chmod 777 /var/tmp/courier-authlib-0.58-1.3ES-root/var/spool/authdaemon
/socket
+ cat
+ echo '%defattr(-,daemon,daemon,-)'
+ echo '%defattr(-,daemon,daemon,-)'
+ echo '%defattr(-,daemon,daemon,-)'
+ echo '%defattr(-,daemon,daemon,-)'
+ echo '%defattr(-,daemon,daemon,-)'
+ echo '%defattr(-,daemon,daemon,-)'
++ basename /var/tmp/courier-authlib-0.58-1.3ES-root/usr/sbin/authdaemond
+ fn=authdaemond
+ echo /usr/sbin/authdaemond
++ basename /var/tmp/courier-authlib-0.58-1.3ES-root/usr/sbin/authenumerate
+ fn=authenumerate
+ echo /usr/sbin/authenumerate
++ basename /var/tmp/courier-authlib-0.58-1.3ES-root/usr/sbin/authpasswd
+ fn=authpasswd
+ echo /usr/sbin/authpasswd
++ basename /var/tmp/courier-authlib-0.58-1.3ES-root/usr/sbin/authtest
+ fn=authtest
+ echo /usr/sbin/authtest
++ basename /var/tmp/courier-authlib-0.58-1.3ES-root/usr/sbin/courierlogger
+ fn=courierlogger
+ echo /usr/sbin/courierlogger
++ basename /var/tmp/courier-authlib-0.58-1.3ES-root/usr/sbin/makeuserdb
+ fn=makeuserdb
+ echo /usr/sbin/makeuserdb
++ basename /var/tmp/courier-authlib-0.58-1.3ES-root/usr/sbin/pw2userdb
+ fn=pw2userdb
+ echo /usr/sbin/pw2userdb
++ basename /var/tmp/courier-authlib-0.58-1.3ES-root/usr/sbin/userdb
+ fn=userdb
+ echo /usr/sbin/userdb
++ basename /var/tmp/courier-authlib-0.58-1.3ES-root/usr/sbin/userdb-test-cram
-md5
+ fn=userdb-test-cram-md5
+ echo /usr/sbin/userdb-test-cram-md5
++ basename /var/tmp/courier-authlib-0.58-1.3ES-root/usr/sbin/userdbpw
+ fn=userdbpw
+ echo /usr/sbin/userdbpw
++ basename /var/tmp/courier-authlib-0.58-1.3ES-root/usr/sbin/vchkpw2userdb
+ fn=vchkpw2userdb
+ echo /usr/sbin/vchkpw2userdb
++ basename /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/l
ibauthcustom.la
+ fn=libauthcustom.la
+ echo /usr/lib/courier-authlib/libauthcustom.la
++ basename /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/l
ibauthcustom.so
+ fn=libauthcustom.so
+ echo /usr/lib/courier-authlib/libauthcustom.so
++ basename /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/l
ibauthcustom.so.0
+ fn=libauthcustom.so.0
+ echo /usr/lib/courier-authlib/libauthcustom.so.0
++ basename /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/l
ibauthcustom.so.0.0.0
+ fn=libauthcustom.so.0.0.0
+ echo /usr/lib/courier-authlib/libauthcustom.so.0.0.0
++ basename /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/l
ibauthldap.la
+ fn=libauthldap.la
+ echo /usr/lib/courier-authlib/libauthldap.la
++ basename /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/l
ibauthldap.so
+ fn=libauthldap.so
+ echo /usr/lib/courier-authlib/libauthldap.so
++ basename /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/l
ibauthldap.so.0
+ fn=libauthldap.so.0
+ echo /usr/lib/courier-authlib/libauthldap.so.0
++ basename /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/l
ibauthldap.so.0.0.0
+ fn=libauthldap.so.0.0.0
+ echo /usr/lib/courier-authlib/libauthldap.so.0.0.0
++ basename /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/l
ibauthmysql.la
+ fn=libauthmysql.la
+ echo /usr/lib/courier-authlib/libauthmysql.la
++ basename /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/l
ibauthmysql.so
+ fn=libauthmysql.so
+ echo /usr/lib/courier-authlib/libauthmysql.so
++ basename /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/l
ibauthmysql.so.0
+ fn=libauthmysql.so.0
+ echo /usr/lib/courier-authlib/libauthmysql.so.0
++ basename /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/l
ibauthmysql.so.0.0.0
+ fn=libauthmysql.so.0.0.0
+ echo /usr/lib/courier-authlib/libauthmysql.so.0.0.0
++ basename /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/l
ibauthpam.la
+ fn=libauthpam.la
+ echo /usr/lib/courier-authlib/libauthpam.la
++ basename /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/l
ibauthpam.so
+ fn=libauthpam.so
+ echo /usr/lib/courier-authlib/libauthpam.so
++ basename /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/l
ibauthpam.so.0
+ fn=libauthpam.so.0
+ echo /usr/lib/courier-authlib/libauthpam.so.0
++ basename /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/l
ibauthpam.so.0.0.0
+ fn=libauthpam.so.0.0.0
+ echo /usr/lib/courier-authlib/libauthpam.so.0.0.0
++ basename /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/l
ibauthpgsql.la
+ fn=libauthpgsql.la
+ echo /usr/lib/courier-authlib/libauthpgsql.la
++ basename /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/l
ibauthpgsql.so
+ fn=libauthpgsql.so
+ echo /usr/lib/courier-authlib/libauthpgsql.so
++ basename /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/l
ibauthpgsql.so.0
+ fn=libauthpgsql.so.0
+ echo /usr/lib/courier-authlib/libauthpgsql.so.0
++ basename /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/l
ibauthpgsql.so.0.0.0
+ fn=libauthpgsql.so.0.0.0
+ echo /usr/lib/courier-authlib/libauthpgsql.so.0.0.0
++ basename /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/l
ibauthpipe.la
+ fn=libauthpipe.la
+ echo /usr/lib/courier-authlib/libauthpipe.la
++ basename /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/l
ibauthpipe.so
+ fn=libauthpipe.so
+ echo /usr/lib/courier-authlib/libauthpipe.so
++ basename /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/l
ibauthpipe.so.0
+ fn=libauthpipe.so.0
+ echo /usr/lib/courier-authlib/libauthpipe.so.0
++ basename /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/l
ibauthpipe.so.0.0.0
+ fn=libauthpipe.so.0.0.0
+ echo /usr/lib/courier-authlib/libauthpipe.so.0.0.0
++ basename /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/l
ibauthuserdb.la
+ fn=libauthuserdb.la
+ echo /usr/lib/courier-authlib/libauthuserdb.la
++ basename /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/l
ibauthuserdb.so
+ fn=libauthuserdb.so
+ echo /usr/lib/courier-authlib/libauthuserdb.so
++ basename /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/l
ibauthuserdb.so.0
+ fn=libauthuserdb.so.0
+ echo /usr/lib/courier-authlib/libauthuserdb.so.0
++ basename /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/l
ibauthuserdb.so.0.0.0
+ fn=libauthuserdb.so.0.0.0
+ echo /usr/lib/courier-authlib/libauthuserdb.so.0.0.0
++ basename /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/l
ibcourierauth.la
+ fn=libcourierauth.la
+ echo /usr/lib/courier-authlib/libcourierauth.la
++ basename /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/l
ibcourierauth.so
+ fn=libcourierauth.so
+ echo /usr/lib/courier-authlib/libcourierauth.so
++ basename /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/l
ibcourierauth.so.0
+ fn=libcourierauth.so.0
+ echo /usr/lib/courier-authlib/libcourierauth.so.0
++ basename /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/l
ibcourierauth.so.0.0.0
+ fn=libcourierauth.so.0.0.0
+ echo /usr/lib/courier-authlib/libcourierauth.so.0.0.0
++ basename /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/l
ibcourierauthcommon.la
+ fn=libcourierauthcommon.la
+ echo /usr/lib/courier-authlib/libcourierauthcommon.la
++ basename /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/l
ibcourierauthcommon.so
+ fn=libcourierauthcommon.so
+ echo /usr/lib/courier-authlib/libcourierauthcommon.so
++ basename /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/l
ibcourierauthcommon.so.0
+ fn=libcourierauthcommon.so.0
+ echo /usr/lib/courier-authlib/libcourierauthcommon.so.0
++ basename /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/l
ibcourierauthcommon.so.0.0.0
+ fn=libcourierauthcommon.so.0.0.0
+ echo /usr/lib/courier-authlib/libcourierauthcommon.so.0.0.0
++ basename /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/l
ibcourierauthsasl.la
+ fn=libcourierauthsasl.la
+ echo /usr/lib/courier-authlib/libcourierauthsasl.la
++ basename /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/l
ibcourierauthsasl.so
+ fn=libcourierauthsasl.so
+ echo /usr/lib/courier-authlib/libcourierauthsasl.so
++ basename /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/l
ibcourierauthsasl.so.0
+ fn=libcourierauthsasl.so.0
+ echo /usr/lib/courier-authlib/libcourierauthsasl.so.0
++ basename /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/l
ibcourierauthsasl.so.0.0.0
+ fn=libcourierauthsasl.so.0.0.0
+ echo /usr/lib/courier-authlib/libcourierauthsasl.so.0.0.0
++ basename /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/l
ibcourierauthsaslclient.la
+ fn=libcourierauthsaslclient.la
+ echo /usr/lib/courier-authlib/libcourierauthsaslclient.la
++ basename /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/l
ibcourierauthsaslclient.so
+ fn=libcourierauthsaslclient.so
+ echo /usr/lib/courier-authlib/libcourierauthsaslclient.so
++ basename /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/l
ibcourierauthsaslclient.so.0
+ fn=libcourierauthsaslclient.so.0
+ echo /usr/lib/courier-authlib/libcourierauthsaslclient.so.0
++ basename /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/courier-authlib/l
ibcourierauthsaslclient.so.0.0.0
+ fn=libcourierauthsaslclient.so.0.0.0
+ echo /usr/lib/courier-authlib/libcourierauthsaslclient.so.0.0.0
+ /bin/mkdir -p /var/tmp/courier-authlib-0.58-1.3ES-root/etc/rc.d/init.d
+ /usr/bin/install -m 555 courier-authlib.sysvinit /var/tmp/courier-authlib-0.
58-1.3ES-root/etc/rc.d/init.d/courier-authlib
+ /usr/lib/rpm/find-debuginfo.sh /usr/src/redhat/BUILD/courier-authlib-0.58
extracting debug info from /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/co
urier-authlib/libcourierauth.so.0.0.0
extracting debug info from /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/co
urier-authlib/libcourierauthsasl.so.0.0.0
extracting debug info from /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/co
urier-authlib/libcourierauthsaslclient.so.0.0.0
extracting debug info from /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/co
urier-authlib/libcourierauthcommon.so.0.0.0
extracting debug info from /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/co
urier-authlib/libauthuserdb.so.0.0.0
extracting debug info from /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/co
urier-authlib/libauthpam.so.0.0.0
extracting debug info from /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/co
urier-authlib/libauthpgsql.so.0.0.0
extracting debug info from /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/co
urier-authlib/libauthldap.so.0.0.0
extracting debug info from /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/co
urier-authlib/libauthmysql.so.0.0.0
extracting debug info from /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/co
urier-authlib/libauthcustom.so.0.0.0
extracting debug info from /var/tmp/courier-authlib-0.58-1.3ES-root/usr/lib/co
urier-authlib/libauthpipe.so.0.0.0
extracting debug info from /var/tmp/courier-authlib-0.58-1.3ES-root/usr/sbin/c
ourierlogger
extracting debug info from /var/tmp/courier-authlib-0.58-1.3ES-root/usr/sbin/a
uthtest
extracting debug info from /var/tmp/courier-authlib-0.58-1.3ES-root/usr/sbin/a
uthenumerate
extracting debug info from /var/tmp/courier-authlib-0.58-1.3ES-root/usr/sbin/a
uthpasswd
extracting debug info from /var/tmp/courier-authlib-0.58-1.3ES-root/usr/sbin/u
serdbpw
extracting debug info from /var/tmp/courier-authlib-0.58-1.3ES-root/usr/bin/co
urierauthconfig
extracting debug info from /var/tmp/courier-authlib-0.58-1.3ES-root/usr/libexe
c/courier-authlib/authdaemond
extracting debug info from /var/tmp/courier-authlib-0.58-1.3ES-root/usr/libexe
c/courier-authlib/makedatprog
658 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: courier-authlib-0.58-1.3ES
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.83024
+ umask 022
+ cd /usr/src/redhat/BUILD
+ cd courier-authlib-0.58
+ DOCDIR=/var/tmp/courier-authlib-0.58-1.3ES-root/usr/share/doc/courier-authli
b-0.58
+ export DOCDIR
+ rm -rf /var/tmp/courier-authlib-0.58-1.3ES-root/usr/share/doc/courier-authli
b-0.58
+ /bin/mkdir -p /var/tmp/courier-authlib-0.58-1.3ES-root/usr/share/doc/courier
-authlib-0.58
+ cp -pr README README.authdebug.html README.authmysql.html README.authpostgre
s.html README.html README_authlib.html README.authmysql.myownquery README.ldap 
/var/tmp/courier-authlib-0.58-1.3ES-root/usr/share/doc/courier-authlib-0.58
+ cp -pr NEWS COPYING COPYING.GPL AUTHORS ChangeLog authldap.schema /var/tmp/c
ourier-authlib-0.58-1.3ES-root/usr/share/doc/courier-authlib-0.58
+ exit 0
Provides: libauthcustom.so.0 libauthpam.so.0 libcourierauth.so.0 libcourieraut
hcommon.so.0 libcourierauthsasl.so.0 libcourierauthsaslclient.so.0
Requires(interp): /bin/sh /bin/sh
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHa
vePrefix) <= 4.0-1
Requires(post): /bin/sh /sbin/chkconfig
Requires(preun): /bin/sh /sbin/chkconfig
Requires: /bin/sh /usr/bin/expect /usr/bin/perl 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) libcourieraut
h.so.0 libcourierauthcommon.so.0 libcrypt.so.1 libcrypt.so.1(GLIBC_2.0) libdl.
so.2 libltdl.so.3 libpam.so.0 perl(Getopt::Long) perl(IO::File)
Processing files: courier-authlib-devel-0.58-1.3ES
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.80083
+ umask 022
+ cd /usr/src/redhat/BUILD
+ cd courier-authlib-0.58
+ DOCDIR=/var/tmp/courier-authlib-0.58-1.3ES-root/usr/share/doc/courier-authli
b-devel-0.58
+ export DOCDIR
+ rm -rf /var/tmp/courier-authlib-0.58-1.3ES-root/usr/share/doc/courier-authli
b-devel-0.58
+ /bin/mkdir -p /var/tmp/courier-authlib-0.58-1.3ES-root/usr/share/doc/courier
-authlib-devel-0.58
+ cp -pr authlib.html auth_enumerate.html auth_generic.html auth_getoption.htm
l auth_getuserinfo.html auth_login.html auth_passwd.html auth_sasl.html /var/t
mp/courier-authlib-0.58-1.3ES-root/usr/share/doc/courier-authlib-devel-0.58
+ exit 0
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHa
vePrefix) <= 4.0-1
Requires: courier-authlib = 0:0.58-1.3ES libc.so.6 libc.so.6(GLIBC_2.0)
Processing files: courier-authlib-userdb-0.58-1.3ES
Provides: libauthuserdb.so.0
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHa
vePrefix) <= 4.0-1
Requires: /usr/bin/perl courier-authlib = 0:0.58-1.3ES libc.so.6 libc.so.6(GLI
BC_2.0) libc.so.6(GLIBC_2.1.3) libcourierauthcommon.so.0 libcrypt.so.1 libcryp
t.so.1(GLIBC_2.0) libgdbm.so.2 perl(Digest::MD5) perl(Fcntl) perl(Getopt::Long
) perl(MIME::Base64)
Processing files: courier-authlib-ldap-0.58-1.3ES
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.80083
+ umask 022
+ cd /usr/src/redhat/BUILD
+ cd courier-authlib-0.58
+ DOCDIR=/var/tmp/courier-authlib-0.58-1.3ES-root/usr/share/doc/courier-authli
b-ldap-0.58
+ export DOCDIR
+ rm -rf /var/tmp/courier-authlib-0.58-1.3ES-root/usr/share/doc/courier-authli
b-ldap-0.58
+ /bin/mkdir -p /var/tmp/courier-authlib-0.58-1.3ES-root/usr/share/doc/courier
-authlib-ldap-0.58
+ cp -pr authldap.schema /var/tmp/courier-authlib-0.58-1.3ES-root/usr/share/do
c/courier-authlib-ldap-0.58
+ exit 0
Provides: libauthldap.so.0
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHa
vePrefix) <= 4.0-1
Requires: courier-authlib = 0:0.58-1.3ES libc.so.6 libc.so.6(GLIBC_2.0) libc.s
o.6(GLIBC_2.1) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.3) libcourierauthcommo
n.so.0 liblber.so.2 libldap.so.2 libresolv.so.2
Processing files: courier-authlib-mysql-0.58-1.3ES
Provides: libauthmysql.so.0
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHa
vePrefix) <= 4.0-1
Requires: courier-authlib = 0:0.58-1.3ES libc.so.6 libc.so.6(GLIBC_2.0) libc.s
o.6(GLIBC_2.1) libc.so.6(GLIBC_2.1.2) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.
2) libc.so.6(GLIBC_2.3) libcourierauthcommon.so.0 libcrypt.so.1 libm.so.6 libn
sl.so.1 libz.so.1
Processing files: courier-authlib-pgsql-0.58-1.3ES
Provides: libauthpgsql.so.0
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHa
vePrefix) <= 4.0-1
Requires: courier-authlib = 0:0.58-1.3ES libc.so.6 libc.so.6(GLIBC_2.0) libc.s
o.6(GLIBC_2.1) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.3) libcourierauthcommo
n.so.0 libm.so.6 libpq.so.3
Processing files: courier-authlib-pipe-0.58-1.3ES
Provides: libauthpipe.so.0
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHa
vePrefix) <= 4.0-1
Requires: courier-authlib = 0:0.58-1.3ES libc.so.6 libc.so.6(GLIBC_2.0) libc.s
o.6(GLIBC_2.1.3) libcourierauthcommon.so.0
Processing files: courier-authlib-debuginfo-0.58-1.3ES
Provides: libauthcustom.so.0.0.0.debug libauthldap.so.0.0.0.debug libauthmysql.
so.0.0.0.debug libauthpam.so.0.0.0.debug libauthpgsql.so.0.0.0.debug libauthpi
pe.so.0.0.0.debug libauthuserdb.so.0.0.0.debug libcourierauth.so.0.0.0.debug l
ibcourierauthcommon.so.0.0.0.debug libcourierauthsasl.so.0.0.0.debug libcourie
rauthsaslclient.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/courier-aut
hlib-0.58-1.3ES-root
書き込み中: /usr/src/redhat/RPMS/i386/courier-authlib-0.58-1.3ES.i386.rpm
書き込み中: /usr/src/redhat/RPMS/i386/courier-authlib-devel-0.58-1.3ES.i386.rp
m
書き込み中: /usr/src/redhat/RPMS/i386/courier-authlib-userdb-0.58-1.3ES.i386.r
pm
書き込み中: /usr/src/redhat/RPMS/i386/courier-authlib-ldap-0.58-1.3ES.i386.rpm
書き込み中: /usr/src/redhat/RPMS/i386/courier-authlib-mysql-0.58-1.3ES.i386.rp
m
書き込み中: /usr/src/redhat/RPMS/i386/courier-authlib-pgsql-0.58-1.3ES.i386.rp
m
書き込み中: /usr/src/redhat/RPMS/i386/courier-authlib-pipe-0.58-1.3ES.i386.rpm
書き込み中: /usr/src/redhat/RPMS/i386/courier-authlib-debuginfo-0.58-1.3ES.i38
6.rpm
Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.23480
+ umask 022
+ cd /usr/src/redhat/BUILD
+ cd courier-authlib-0.58
+ rm -rf /var/tmp/courier-authlib-0.58-1.3ES-root
+ exit 0
[root@jupiter Download]# 
  • 問題なく終了した事が確認できた.

3.RPMのインストールと確認

  • 作成されたRPMを確認する.
[root@jupiter Download]# cd /usr/src/redhat/RPMS/i386/
[root@jupiter i386]#
[root@jupiter i386]# ls -la courier-authlib-*
-rw-r--r--  1 root  root 127522 Jul 21 12:12 courier-authlib-0.58-1.3ES.i386.rpm
-rw-r--r--  1 root  root 264210 Jul 21 12:12 courier-authlib-debuginfo-0.58-1.3ES.i386.rpm
-rw-r--r--  1 root  root  31763 Jul 21 12:12 courier-authlib-devel-0.58-1.3ES.i386.rpm
-rw-r--r--  1 root  root  16610 Jul 21 12:12 courier-authlib-ldap-0.58-1.3ES.i386.rpm
-rw-r--r--  1 root  root 570428 Jul 21 12:12 courier-authlib-mysql-0.58-1.3ES.i386.rpm
-rw-r--r--  1 root  root  12647 Jul 21 12:12 courier-authlib-pgsql-0.58-1.3ES.i386.rpm
-rw-r--r--  1 root  root   7391 Jul 21 12:12 courier-authlib-pipe-0.58-1.3ES.i386.rpm
-rw-r--r--  1 root  root  33424 Jul 21 12:12 courier-authlib-userdb-0.58-1.3ES.i386.rpm
[root@jupiter i386]#
  • インストールを行う.
[root@jupiter i386]# rpm -qa | grep courier-authlib 
courier-authlib-debuginfo-0.58-1.3ES
courier-authlib-mysql-0.58-1.3ES
courier-authlib-ldap-0.58-1.3ES
courier-authlib-userdb-0.58-1.3ES
courier-authlib-devel-0.58-1.3ES
courier-authlib-pipe-0.58-1.3ES
courier-authlib-pgsql-0.58-1.3ES
courier-authlib-0.58-1.3ES
[root@jupiter i386]# 
  • インストールの確認ができた.
  • インストールパッケージの中身を確認する.
[root@jupiter i386]# rpm -ql courier-authlib-0.58-1.3ES
/etc/authlib
/etc/authlib/authdaemonrc.dist
/etc/authlib/authldaprc.dist
/etc/authlib/authmysqlrc.dist
/etc/authlib/authpgsqlrc.dist
/etc/rc.d/init.d/courier-authlib
/usr/lib/courier-authlib
/usr/lib/courier-authlib/libauthcustom.la
/usr/lib/courier-authlib/libauthcustom.so
/usr/lib/courier-authlib/libauthcustom.so.0
/usr/lib/courier-authlib/libauthcustom.so.0.0.0
/usr/lib/courier-authlib/libauthpam.la
/usr/lib/courier-authlib/libauthpam.so
/usr/lib/courier-authlib/libauthpam.so.0
/usr/lib/courier-authlib/libauthpam.so.0.0.0
/usr/lib/courier-authlib/libcourierauth.la
/usr/lib/courier-authlib/libcourierauth.so
/usr/lib/courier-authlib/libcourierauth.so.0
/usr/lib/courier-authlib/libcourierauth.so.0.0.0
/usr/lib/courier-authlib/libcourierauthcommon.la
/usr/lib/courier-authlib/libcourierauthcommon.so
/usr/lib/courier-authlib/libcourierauthcommon.so.0
/usr/lib/courier-authlib/libcourierauthcommon.so.0.0.0
/usr/lib/courier-authlib/libcourierauthsasl.la
/usr/lib/courier-authlib/libcourierauthsasl.so
/usr/lib/courier-authlib/libcourierauthsasl.so.0
/usr/lib/courier-authlib/libcourierauthsasl.so.0.0.0
/usr/lib/courier-authlib/libcourierauthsaslclient.la
/usr/lib/courier-authlib/libcourierauthsaslclient.so
/usr/lib/courier-authlib/libcourierauthsaslclient.so.0
/usr/lib/courier-authlib/libcourierauthsaslclient.so.0.0.0
/usr/libexec/courier-authlib
/usr/libexec/courier-authlib/authdaemond
/usr/libexec/courier-authlib/authmigrate
/usr/libexec/courier-authlib/authsystem.passwd
/usr/libexec/courier-authlib/makedatprog
/usr/libexec/courier-authlib/sysconftool
/usr/sbin/authdaemond
/usr/sbin/authenumerate
/usr/sbin/authpasswd
/usr/sbin/authtest
/usr/sbin/courierlogger
/usr/share/doc/courier-authlib-0.58
/usr/share/doc/courier-authlib-0.58/AUTHORS
/usr/share/doc/courier-authlib-0.58/COPYING
/usr/share/doc/courier-authlib-0.58/COPYING.GPL
/usr/share/doc/courier-authlib-0.58/ChangeLog
/usr/share/doc/courier-authlib-0.58/NEWS
/usr/share/doc/courier-authlib-0.58/README
/usr/share/doc/courier-authlib-0.58/README.authdebug.html
/usr/share/doc/courier-authlib-0.58/README.authmysql.html
/usr/share/doc/courier-authlib-0.58/README.authmysql.myownquery
/usr/share/doc/courier-authlib-0.58/README.authpostgres.html
/usr/share/doc/courier-authlib-0.58/README.html
/usr/share/doc/courier-authlib-0.58/README.ldap
/usr/share/doc/courier-authlib-0.58/README_authlib.html
/usr/share/doc/courier-authlib-0.58/authldap.schema
/usr/share/man/man1/authpasswd.1.gz
/usr/share/man/man1/authtest.1.gz
/usr/share/man/man1/courierlogger.1.gz
/var/spool/authdaemon
[root@jupiter i386]# 
  • 必要があれば,readme等を読んで確認する.

4.起動と終了

  • デーモンプロセスとして稼働させる.
[root@jupiter i386]# /etc/rc.d/init.d/courier-authlib start 
Starting Courier authentication services: authdaemond
[root@jupiter i386]#
  • プロセスを確認する.
[root@jupiter i386]# ps -ef | grep auth
root     29844     1  0 15:01 ?        00:00:00 /usr/sbin/courierlogger -pid=/var/spool/a
uthdaemon/pid -start /usr/libexec/courier-authlib/authdaemond
root     29845 29844  0 15:01 ?        00:00:00 /usr/libexec/courier-authlib/authdaemond
root     29846 29845  0 15:01 ?        00:00:00 /usr/libexec/courier-authlib/authdaemond
root     29847 29845  0 15:01 ?        00:00:00 /usr/libexec/courier-authlib/authdaemond
root     29848 29845  0 15:01 ?        00:00:00 /usr/libexec/courier-authlib/authdaemond
root     29849 29845  0 15:01 ?        00:00:00 /usr/libexec/courier-authlib/authdaemond
root     29850 29845  0 15:01 ?        00:00:00 /usr/libexec/courier-authlib/authdaemond
root     29856  5134  0 15:01 pts/0    00:00:00 grep auth
[root@jupiter i386]#
  • 終了する.
[root@jupiter i386]# /etc/rc.d/init.d/courier-authlib stop 
Stopping Courier authentication services: authdaemond
[root@jupiter i386]#
  • 終了したことを確認する.
[root@jupiter i386]# ps -ef | grep auth
root     29945  5134  0 15:05 pts/0    00:00:00 grep auth
[root@jupiter i386]# 


広告スペース
Google