[Fedora-directory-users] FC3 - Back to cyrus-sasl

Nathan Kinder nkinder at redhat.com
Thu Sep 29 16:17:26 UTC 2005


In addition to what Rob mentioned below, your build is not finding the 
gssapi header files.  I checked on my FC3 machine, and the gssapi 
include location is /usr/include/gssapi.  You should change your 
configure line to have "--enable-gssapi=/usr/include/gssapi".

-NGK

Rob Crittenden wrote:

> This info was great, thanks.
>
> My FC3 box is offline right now but I re-made my cyrus-sasl in RHEL 3 
> and I noticed a few differences.
>
> One is when configure is checking for database support (db, ndbm, 
> etc). It is found for me, not for you.
>
> Can you try installing db4-devel-4.1.25-8.1 (or whatever the 
> equivalent is on FC3)?
>
> Another difference I saw is in pam_start in -lpam. I don't know if 
> this is anything to worry about or not.
>
> rob
>
> Jason Kullo Sam wrote:
>
>> Noriko Hosoi wrote:
>>
>>> My cyrus sasl build creates a symbolic link to the lib directory 
>>> like this.  Do you see it in your build log?
>>>
>>>> [...]
>>>> adding static plugins and dependencies
>>>> ar cru .libs/libsasl2.a ../plugins/sasldb.o ../sasldb/db_berkeley.o 
>>>> ../sasldb/allockey.o ../plugins/cram.o ../plugins/digestmd5.o 
>>>> ../plugins/gssapi.o ../plugins/plain.o ../plugins/anonymous.o
>>>> rm -f libsasl2.a
>>>> *ln -s .libs/libsasl2.a libsasl2.a*
>>>> gmake[2]: Leaving directory `/work/cyrus-sasl-2.1.20/lib'
>>>
>>>
>>>
>>>
>>> --noriko
>>>
>>> Richard Megginson wrote:
>>>
>>>> There is still no libsasl2.a.  I'm not sure what the problem is.  
>>>> Try using "make" instead of "gmake" - perhaps gmake is slightly 
>>>> different on your OS/version?
>>>>
>> ===========================
>> Answering both of these...
>> I cleaned and blew up the directory again, and started over. Even 
>> fixed a typo in the configure portion(apparently this typo allowed it 
>> to finish before). The configureation was done, but the make failed. 
>> It doesn't look like it ever even MAKES the libsasl2.a, nevermind 
>> links it...
>>
>> Here's the whole shabang in case my noobness is leaving something 
>> important out...
>> =================================================================
>> [root at genie ds]# gunzip -c cyrus-sasl-2.1.20.tar.gz | tar xf -
>> tar: Read 2048 bytes from -
>> [root at genie ds]# cd cyrus-sasl-2.1.20
>> [root at genie cyrus-sasl-2.1.20]# CFLAGS="-O2" ./configure 
>> --enable-gssapi=/usr/kerberos/include/ --enable-static --without-des 
>> --without-openssl
>> configure: creating cache ./config.cache
>> checking build system type... i686-pc-linux-gnu
>> checking host system type... i686-pc-linux-gnu
>> checking target system type... i686-pc-linux-gnu
>> checking for a BSD-compatible install... /usr/bin/install -c
>> checking whether build environment is sane... yes
>> checking for gawk... gawk
>> checking whether make sets $(MAKE)... yes
>> checking for gcc... gcc
>> checking for C compiler default output... 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 gawk... (cached) gawk
>> checking whether ln -s works... yes
>> checking whether make sets $(MAKE)... (cached) yes
>> checking for a BSD-compatible install... /usr/bin/install -c
>> checking for __attribute__... yes
>> checking for runpath switch... -Wl,-rpath,
>> checking for ranlib... ranlib
>> checking for ld used by GCC... /usr/bin/ld
>> checking if the linker (/usr/bin/ld) is GNU ld... yes
>> checking for BSD-compatible nm... /usr/bin/nm -B
>> updating cache ./config.cache
>> loading cache ./config.cache within ltconfig
>> checking for object suffix... o
>> checking for executable suffix... (cached)
>> 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 if gcc supports -c -o file.lo... yes
>> checking if gcc supports -fno-rtti -fno-exceptions ... no
>> checking if gcc static flag -static works... -static
>> checking if the linker (/usr/bin/ld) is GNU ld... yes
>> checking whether the linker (/usr/bin/ld) supports shared 
>> libraries... yes
>> checking command to parse /usr/bin/nm -B output... ok
>> checking how to hardcode library paths into programs... immediate
>> checking for /usr/bin/ld option to reload object files... -r
>> checking dynamic linker characteristics... Linux ld.so
>> checking if libtool supports shared libraries... yes
>> checking whether to build shared libraries... yes
>> checking whether to build static libraries... yes
>> checking for objdir... .libs
>> creating libtool
>> updating cache ./config.cache
>> configure: loading cache ./config.cache
>> checking for connect... yes
>> checking for res_search... no
>> checking for res_search in -lresolv... yes
>> checking for dn_expand... yes
>> checking for dns_lookup... no
>> checking DB path to use... /etc/sasldb2
>> checking for egrep... grep -E
>> checking for ANSI C header files... yes
>> checking for sys/types.h... yes
>> checking for sys/stat.h... yes
>> checking for stdlib.h... yes
>> checking for string.h... yes
>> checking for memory.h... yes
>> checking for strings.h... yes
>> checking for inttypes.h... yes
>> checking for stdint.h... yes
>> checking for unistd.h... yes
>> checking db.h usability... no
>> checking db.h presence... no
>> checking for db.h... no
>> checking ndbm.h usability... no
>> checking ndbm.h presence... no
>> checking for ndbm.h... no
>> checking gdbm.h usability... no
>> checking gdbm.h presence... no
>> checking for gdbm.h... no
>> checking DB library to use... no
>> configure: WARNING: Disabling SASL authentication database support
>> checking for dlopen in -ldl... yes
>> checking /dev/random to use... /dev/random
>> checking for nm... /usr/bin/nm -B
>> checking for underscore before symbols... no
>> checking for syslog... yes
>> checking for pam_start in -lpam... no
>> checking if I should include saslauthd... /var/state/saslauthd
>> checking to include Courier authdaemond support... /dev/null
>> checking if I should include pwcheck... no
>> checking if I should include the alwaystrue verifier... no
>> checking if we should enable sasl_checkapop... enabled
>> checking CRAM-MD5... enabled
>> checking for OpenSSL... no
>> configure: WARNING: No DES support for DIGEST-MD5
>> checking DIGEST-MD5... enabled
>> configure: WARNING: OpenSSL not found -- OTP will be disabled
>> checking OTP... disabled
>> configure: WARNING: OpenSSL not found -- SRP will be disabled
>> checking SRP... disabled
>> checking KERBEROS_V4... disabled
>> checking for crypt... no
>> checking for crypt in -lcrypt... yes
>> checking gssapi.h usability... no
>> checking gssapi.h presence... no
>> checking for gssapi.h... no
>> checking gssapi/gssapi.h usability... no
>> checking gssapi/gssapi.h presence... no
>> checking for gssapi/gssapi.h... no
>> configure: WARNING: Disabling GSSAPI - no include files found
>> checking GSSAPI... disabled
>> checking PLAIN... enabled
>> checking ANONYMOUS... enabled
>> checking LOGIN... disabled
>> configure: WARNING: OpenSSL not found -- NTLM will be disabled
>> checking NTLM... disabled
>> checking SQL... disabled
>> checking for dmalloc library... no
>> checking for sfio library... no
>> checking for getsubopt... yes
>> checking for snprintf... yes
>> checking for vsnprintf... yes
>> checking for inet_aton in -lresolv... yes
>> checking for getaddrinfo... yes
>> checking for gai_strerror... yes
>> checking for getnameinfo... yes
>> checking for an ANSI C-conforming const... yes
>> checking for inline... inline
>> checking for mode_t... yes
>> checking for pid_t... yes
>> checking return type of signal handlers... void
>> checking whether time.h and sys/time.h may both be included... yes
>> checking for ANSI C header files... (cached) yes
>> checking for dirent.h that defines DIR... yes
>> checking for library containing opendir... none required
>> checking for sys/wait.h that is POSIX.1 compatible... yes
>> checking dlfcn.h usability... yes
>> checking dlfcn.h presence... yes
>> checking for dlfcn.h... yes
>> checking fcntl.h usability... yes
>> checking fcntl.h presence... yes
>> checking for fcntl.h... yes
>> checking limits.h usability... yes
>> checking limits.h presence... yes
>> checking for limits.h... yes
>> checking malloc.h usability... yes
>> checking malloc.h presence... yes
>> checking for malloc.h... yes
>> checking paths.h usability... yes
>> checking paths.h presence... yes
>> checking for paths.h... yes
>> checking for strings.h... (cached) yes
>> checking sys/file.h usability... yes
>> checking sys/file.h presence... yes
>> checking for sys/file.h... yes
>> checking sys/time.h usability... yes
>> checking sys/time.h presence... yes
>> checking for sys/time.h... yes
>> checking syslog.h usability... yes
>> checking syslog.h presence... yes
>> checking for syslog.h... yes
>> checking for unistd.h... (cached) yes
>> checking for inttypes.h... (cached) yes
>> checking sys/uio.h usability... yes
>> checking sys/uio.h presence... yes
>> checking for sys/uio.h... yes
>> checking sys/param.h usability... yes
>> checking sys/param.h presence... yes
>> checking for sys/param.h... yes
>> checking sysexits.h usability... yes
>> checking sysexits.h presence... yes
>> checking for sysexits.h... yes
>> checking stdarg.h usability... yes
>> checking stdarg.h presence... yes
>> checking for stdarg.h... yes
>> checking varargs.h usability... no
>> checking varargs.h presence... no
>> checking for varargs.h... no
>> checking whether you have ss_family in struct sockaddr_storage... yes
>> checking whether you have sa_len in struct sockaddr... no
>> checking for socklen_t... yes
>> checking for gethostname... yes
>> checking for getdomainname... yes
>> checking for getpwnam... yes
>> checking for getspnam... yes
>> checking for gettimeofday... yes
>> checking for inet_aton... yes
>> checking for memcpy... yes
>> checking for mkdir... yes
>> checking for select... yes
>> checking for socket... yes
>> checking for strchr... yes
>> checking for strdup... yes
>> checking for strerror... yes
>> checking for strspn... yes
>> checking for strstr... yes
>> checking for strtol... yes
>> checking for jrand48... yes
>> updating cache ./config.cache
>> configure: creating ./config.status
>> config.status: creating Makefile
>> config.status: creating include/Makefile
>> config.status: creating sasldb/Makefile
>> config.status: creating plugins/Makefile
>> config.status: creating lib/Makefile
>> config.status: creating utils/Makefile
>> config.status: creating doc/Makefile
>> config.status: creating sample/Makefile
>> config.status: creating java/Makefile
>> config.status: creating java/CyrusSasl/Makefile
>> config.status: creating java/Test/Makefile
>> config.status: creating java/javax/Makefile
>> config.status: creating java/javax/security/Makefile
>> config.status: creating java/javax/security/auth/Makefile
>> config.status: creating java/javax/security/auth/callback/Makefile
>> config.status: creating pwcheck/Makefile
>> config.status: creating man/Makefile
>> config.status: creating config.h
>> config.status: executing depfiles commands
>> configure: configuring in saslauthd
>> configure: running /bin/sh './configure' --prefix=/usr/local  
>> '--enable-gssapi=/usr/kerberos/include/' '--enable-static' 
>> '--without-des' '--without-openssl' 'CFLAGS=-O2' 
>> --cache-file=.././config.cache --srcdir=.
>> configure: loading cache .././config.cache
>> checking build system type... (cached) i686-pc-linux-gnu
>> checking host system type... (cached) i686-pc-linux-gnu
>> checking for a BSD-compatible install... (cached) /usr/bin/install -c
>> checking whether build environment is sane... yes
>> checking for gawk... (cached) gawk
>> checking whether make sets $(MAKE)... (cached) yes
>> checking for gcc... (cached) gcc
>> checking for C compiler default output... 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... (cached) o
>> 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 for style of include used by make... GNU
>> checking dependency style of gcc... (cached) gcc3
>> checking how to run the C preprocessor... (cached) gcc -E
>> checking for gawk... (cached) gawk
>> checking whether make sets $(MAKE)... (cached) yes
>> checking whether ln -s works... yes
>> checking for a BSD-compatible install... /usr/bin/install -c
>> checking for __attribute__... (cached) yes
>> checking for runpath switch... -Wl,-rpath,
>> checking for connect... (cached) yes
>> checking for res_search... (cached) no
>> checking for res_search in -lresolv... (cached) yes
>> checking for dn_expand... (cached) yes
>> checking for dns_lookup... (cached) no
>> checking for egrep... (cached) grep -E
>> checking for ANSI C header files... (cached) yes
>> checking for sys/types.h... (cached) yes
>> checking for sys/stat.h... (cached) yes
>> checking for stdlib.h... (cached) yes
>> checking for string.h... (cached) yes
>> checking for memory.h... (cached) yes
>> checking for strings.h... (cached) yes
>> checking for inttypes.h... (cached) yes
>> checking for stdint.h... (cached) yes
>> checking for unistd.h... (cached) yes
>> checking for OpenSSL... no
>> checking KERBEROS_V4... disabled
>> checking for crypt... (cached) no
>> checking for crypt in -lcrypt... (cached) yes
>> checking for gssapi.h... (cached) no
>> checking for gssapi/gssapi.h... (cached) no
>> configure: WARNING: Disabling GSSAPI - no include files found
>> checking GSSAPI... disabled
>> checking for crypt... (cached) no
>> checking for crypt in -lcrypt... (cached) yes
>> checking for pam_start in -lpam... (cached) no
>> checking for PAM support... no
>> checking for inet_aton in -lresolv... (cached) yes
>> checking to include LDAP support... no
>> checking for ANSI C header files... (cached) yes
>> checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
>> checking whether time.h and sys/time.h may both be included... 
>> (cached) yes
>> checking crypt.h usability... yes
>> checking crypt.h presence... yes
>> checking for crypt.h... yes
>> checking for fcntl.h... (cached) yes
>> checking krb5.h usability... no
>> checking krb5.h presence... no
>> checking for krb5.h... no
>> checking for strings.h... (cached) yes
>> checking for syslog.h... (cached) yes
>> checking for unistd.h... (cached) yes
>> checking for sys/time.h... (cached) yes
>> checking for sys/uio.h... (cached) yes
>> checking for an ANSI C-conforming const... (cached) yes
>> checking for pid_t... (cached) yes
>> checking whether gcc implements __func__... yes
>> checking return type of signal handlers... (cached) void
>> checking for gethostname... (cached) yes
>> checking for mkdir... (cached) yes
>> checking for socket... (cached) yes
>> checking for strdup... (cached) yes
>> checking for getspnam... (cached) yes
>> checking for strlcat... no
>> checking for strlcpy... no
>> checking for getaddrinfo... (cached) yes
>> checking for getnameinfo... (cached) yes
>> checking whether you have ss_family in struct sockaddr_storage... 
>> (cached) yes
>> checking whether you have sa_len in struct sockaddr... (cached) no
>> checking for socklen_t... (cached) yes
>> updating cache .././config.cache
>> configure: creating ./config.status
>> config.status: creating Makefile
>> config.status: creating saslauthd.h
>> config.status: executing depfiles commands
>> Configuration Complete. Type 'make' to build.
>> [root at genie cyrus-sasl-2.1.20]# make
>> make  all-recursive
>> make[1]: Entering directory 
>> `/root/Desktop/dsbuild-static/ds/cyrus-sasl-2.1.20'
>> Making all in include
>> make[2]: Entering directory 
>> `/root/Desktop/dsbuild-static/ds/cyrus-sasl-2.1.20/include'
>> if gcc -DHAVE_CONFIG_H -I. -I. -I..     -Wall -W -O2 -MT makemd5.o 
>> -MD -MP -MF ".deps/makemd5.Tpo" \
>>  -c -o makemd5.o `test -f 'makemd5.c' || echo './'`makemd5.c; \
>> then mv ".deps/makemd5.Tpo" ".deps/makemd5.Po"; \
>> else rm -f ".deps/makemd5.Tpo"; exit 1; \
>> fi
>> /bin/sh ../libtool --mode=link gcc  -Wall -W -O2   -o makemd5  
>> makemd5.o  -lresolv
>> mkdir .libs
>> gcc -Wall -W -O2 -o makemd5 makemd5.o -lresolv
>> rm -f md5global.h
>> ./makemd5 md5global.h
>> make[2]: Leaving directory 
>> `/root/Desktop/dsbuild-static/ds/cyrus-sasl-2.1.20/include'
>> Making all in sasldb
>> make[2]: Entering directory 
>> `/root/Desktop/dsbuild-static/ds/cyrus-sasl-2.1.20/sasldb'
>> if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. 
>> -I../include -I../include     -Wall -W -O2 -MT allockey.lo -MD -MP 
>> -MF ".deps/allockey.Tpo" \
>>  -c -o allockey.lo `test -f 'allockey.c' || echo './'`allockey.c; \
>> then mv ".deps/allockey.Tpo" ".deps/allockey.Plo"; \
>> else rm -f ".deps/allockey.Tpo"; exit 1; \
>> fi
>> mkdir .libs
>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -Wall -W 
>> -O2 -MT allockey.lo -MD -MP -MF .deps/allockey.Tpo -c allockey.c  
>> -fPIC -DPIC -o .libs/allockey.lo
>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -Wall -W 
>> -O2 -MT allockey.lo -MD -MP -MF .deps/allockey.Tpo -c allockey.c -o 
>> allockey.o >/dev/null 2>&1
>> mv -f .libs/allockey.lo allockey.lo
>> if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. 
>> -I../include -I../include     -Wall -W -O2 -MT db_none.lo -MD -MP -MF 
>> ".deps/db_none.Tpo" \
>>  -c -o db_none.lo `test -f 'db_none.c' || echo './'`db_none.c; \
>> then mv ".deps/db_none.Tpo" ".deps/db_none.Plo"; \
>> else rm -f ".deps/db_none.Tpo"; exit 1; \
>> fi
>> rm -f .libs/db_none.lo
>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -Wall -W 
>> -O2 -MT db_none.lo -MD -MP -MF .deps/db_none.Tpo -c db_none.c  -fPIC 
>> -DPIC -o .libs/db_none.lo
>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -Wall -W 
>> -O2 -MT db_none.lo -MD -MP -MF .deps/db_none.Tpo -c db_none.c -o 
>> db_none.o  >/dev/null 2>&1
>> mv -f .libs/db_none.lo db_none.lo
>> /bin/sh ../libtool --mode=link gcc  -Wall -W -O2   -o libsasldb.la   
>> allockey.lo db_none.lo  -lresolv
>> rm -fr .libs/libsasldb.la .libs/libsasldb.* .libs/libsasldb.*
>> ar cru .libs/libsasldb.al allockey.lo db_none.lo
>> ranlib .libs/libsasldb.al
>> creating libsasldb.la
>> (cd .libs && rm -f libsasldb.la && ln -s ../libsasldb.la libsasldb.la)
>> ar cru .libs/libsasldb.a db_none.o
>> make[2]: Leaving directory 
>> `/root/Desktop/dsbuild-static/ds/cyrus-sasl-2.1.20/sasldb'
>> Making all in plugins
>> make[2]: Entering directory 
>> `/root/Desktop/dsbuild-static/ds/cyrus-sasl-2.1.20/plugins'
>> if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. 
>> -I../include -I../lib -I../sasldb -I../include    -Wall -W -O2 -MT 
>> cram.lo -MD -MP -MF ".deps/cram.Tpo" \
>>  -c -o cram.lo `test -f 'cram.c' || echo './'`cram.c; \
>> then mv ".deps/cram.Tpo" ".deps/cram.Plo"; \
>> else rm -f ".deps/cram.Tpo"; exit 1; \
>> fi
>> mkdir .libs
>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb 
>> -I../include -Wall -W -O2 -MT cram.lo -MD -MP -MF .deps/cram.Tpo -c 
>> cram.c  -fPIC -DPIC -o .libs/cram.lo
>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb 
>> -I../include -Wall -W -O2 -MT cram.lo -MD -MP -MF .deps/cram.Tpo -c 
>> cram.c -o cram.o >/dev/null 2>&1
>> mv -f .libs/cram.lo cram.lo
>> /bin/sh ./makeinit.sh
>> if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. 
>> -I../include -I../lib -I../sasldb -I../include    -Wall -W -O2 -MT 
>> crammd5_init.lo -MD -MP -MF ".deps/crammd5_init.Tpo" \
>>  -c -o crammd5_init.lo `test -f 'crammd5_init.c' || echo 
>> './'`crammd5_init.c; \
>> then mv ".deps/crammd5_init.Tpo" ".deps/crammd5_init.Plo"; \
>> else rm -f ".deps/crammd5_init.Tpo"; exit 1; \
>> fi
>> rm -f .libs/crammd5_init.lo
>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb 
>> -I../include -Wall -W -O2 -MT crammd5_init.lo -MD -MP -MF 
>> .deps/crammd5_init.Tpo -c crammd5_init.c  -fPIC -DPIC -o 
>> .libs/crammd5_init.lo
>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb 
>> -I../include -Wall -W -O2 -MT crammd5_init.lo -MD -MP -MF 
>> .deps/crammd5_init.Tpo -c crammd5_init.c -o crammd5_init.o >/dev/null 
>> 2>&1
>> mv -f .libs/crammd5_init.lo crammd5_init.lo
>> if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. 
>> -I../include -I../lib -I../sasldb -I../include    -Wall -W -O2 -MT 
>> plugin_common.lo -MD -MP -MF ".deps/plugin_common.Tpo" \
>>  -c -o plugin_common.lo `test -f 'plugin_common.c' || echo 
>> './'`plugin_common.c; \
>> then mv ".deps/plugin_common.Tpo" ".deps/plugin_common.Plo"; \
>> else rm -f ".deps/plugin_common.Tpo"; exit 1; \
>> fi
>> rm -f .libs/plugin_common.lo
>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb 
>> -I../include -Wall -W -O2 -MT plugin_common.lo -MD -MP -MF 
>> .deps/plugin_common.Tpo -c plugin_common.c  -fPIC -DPIC -o 
>> .libs/plugin_common.lo
>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb 
>> -I../include -Wall -W -O2 -MT plugin_common.lo -MD -MP -MF 
>> .deps/plugin_common.Tpo -c plugin_common.c -o plugin_common.o 
>> >/dev/null 2>&1
>> mv -f .libs/plugin_common.lo plugin_common.lo
>> /bin/sh ../libtool --mode=link gcc  -Wall -W -O2 -module 
>> -export-dynamic -rpath /usr/lib/sasl2  -o libcrammd5.la  
>> -version-info 2:20:0 cram.lo crammd5_init.lo plugin_common.lo  -lresolv
>> rm -fr .libs/libcrammd5.la .libs/libcrammd5.* .libs/libcrammd5.*
>> gcc -shared  cram.lo crammd5_init.lo plugin_common.lo  -lresolv -lc  
>> -Wl,-soname -Wl,libcrammd5.so.2 -o .libs/libcrammd5.so.2.0.20
>> (cd .libs && rm -f libcrammd5.so.2 && ln -s libcrammd5.so.2.0.20 
>> libcrammd5.so.2)
>> (cd .libs && rm -f libcrammd5.so && ln -s libcrammd5.so.2.0.20 
>> libcrammd5.so)
>> ar cru .libs/libcrammd5.a  cram.o crammd5_init.o plugin_common.o
>> ranlib .libs/libcrammd5.a
>> creating libcrammd5.la
>> (cd .libs && rm -f libcrammd5.la && ln -s ../libcrammd5.la 
>> libcrammd5.la)
>> if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. 
>> -I../include -I../lib -I../sasldb -I../include    -Wall -W -O2 -MT 
>> digestmd5.lo -MD -MP -MF ".deps/digestmd5.Tpo" \
>>  -c -o digestmd5.lo `test -f 'digestmd5.c' || echo './'`digestmd5.c; \
>> then mv ".deps/digestmd5.Tpo" ".deps/digestmd5.Plo"; \
>> else rm -f ".deps/digestmd5.Tpo"; exit 1; \
>> fi
>> rm -f .libs/digestmd5.lo
>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb 
>> -I../include -Wall -W -O2 -MT digestmd5.lo -MD -MP -MF 
>> .deps/digestmd5.Tpo -c digestmd5.c  -fPIC -DPIC -o .libs/digestmd5.lo
>> digestmd5.c: In function `digestmd5_server_mech_step2':
>> digestmd5.c:2093: warning: dereferencing type-punned pointer will 
>> break strict-aliasing rules
>> digestmd5.c:2110: warning: dereferencing type-punned pointer will 
>> break strict-aliasing rules
>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb 
>> -I../include -Wall -W -O2 -MT digestmd5.lo -MD -MP -MF 
>> .deps/digestmd5.Tpo -c digestmd5.c -o digestmd5.o >/dev/null 2>&1
>> mv -f .libs/digestmd5.lo digestmd5.lo
>> if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. 
>> -I../include -I../lib -I../sasldb -I../include    -Wall -W -O2 -MT 
>> digestmd5_init.lo -MD -MP -MF ".deps/digestmd5_init.Tpo" \
>>  -c -o digestmd5_init.lo `test -f 'digestmd5_init.c' || echo 
>> './'`digestmd5_init.c; \
>> then mv ".deps/digestmd5_init.Tpo" ".deps/digestmd5_init.Plo"; \
>> else rm -f ".deps/digestmd5_init.Tpo"; exit 1; \
>> fi
>> rm -f .libs/digestmd5_init.lo
>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb 
>> -I../include -Wall -W -O2 -MT digestmd5_init.lo -MD -MP -MF 
>> .deps/digestmd5_init.Tpo -c digestmd5_init.c  -fPIC -DPIC -o 
>> .libs/digestmd5_init.lo
>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb 
>> -I../include -Wall -W -O2 -MT digestmd5_init.lo -MD -MP -MF 
>> .deps/digestmd5_init.Tpo -c digestmd5_init.c -o digestmd5_init.o 
>>  >/dev/null 2>&1
>> mv -f .libs/digestmd5_init.lo digestmd5_init.lo
>> /bin/sh ../libtool --mode=link gcc  -Wall -W -O2 -module 
>> -export-dynamic -rpath /usr/lib/sasl2  -o libdigestmd5.la  
>> -version-info 2:20:0 digestmd5.lo digestmd5_init.lo plugin_common.lo  
>> -lresolv   -lresolv
>> rm -fr .libs/libdigestmd5.la .libs/libdigestmd5.* .libs/libdigestmd5.*
>> gcc -shared  digestmd5.lo digestmd5_init.lo plugin_common.lo  
>> -lresolv -lresolv -lc  -Wl,-soname -Wl,libdigestmd5.so.2 -o 
>> .libs/libdigestmd5.so.2.0.20
>> (cd .libs && rm -f libdigestmd5.so.2 && ln -s libdigestmd5.so.2.0.20 
>> libdigestmd5.so.2)
>> (cd .libs && rm -f libdigestmd5.so && ln -s libdigestmd5.so.2.0.20 
>> libdigestmd5.so)
>> ar cru .libs/libdigestmd5.a  digestmd5.o digestmd5_init.o 
>> plugin_common.o
>> ranlib .libs/libdigestmd5.a
>> creating libdigestmd5.la
>> (cd .libs && rm -f libdigestmd5.la && ln -s ../libdigestmd5.la 
>> libdigestmd5.la)
>> if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. 
>> -I../include -I../lib -I../sasldb -I../include    -Wall -W -O2 -MT 
>> plain.lo -MD -MP -MF ".deps/plain.Tpo" \
>>  -c -o plain.lo `test -f 'plain.c' || echo './'`plain.c; \
>> then mv ".deps/plain.Tpo" ".deps/plain.Plo"; \
>> else rm -f ".deps/plain.Tpo"; exit 1; \
>> fi
>> rm -f .libs/plain.lo
>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb 
>> -I../include -Wall -W -O2 -MT plain.lo -MD -MP -MF .deps/plain.Tpo -c 
>> plain.c  -fPIC -DPIC -o .libs/plain.lo
>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb 
>> -I../include -Wall -W -O2 -MT plain.lo -MD -MP -MF .deps/plain.Tpo -c 
>> plain.c -o plain.o >/dev/null 2>&1
>> mv -f .libs/plain.lo plain.lo
>> if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. 
>> -I../include -I../lib -I../sasldb -I../include    -Wall -W -O2 -MT 
>> plain_init.lo -MD -MP -MF ".deps/plain_init.Tpo" \
>>  -c -o plain_init.lo `test -f 'plain_init.c' || echo 
>> './'`plain_init.c; \
>> then mv ".deps/plain_init.Tpo" ".deps/plain_init.Plo"; \
>> else rm -f ".deps/plain_init.Tpo"; exit 1; \
>> fi
>> rm -f .libs/plain_init.lo
>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb 
>> -I../include -Wall -W -O2 -MT plain_init.lo -MD -MP -MF 
>> .deps/plain_init.Tpo -c plain_init.c  -fPIC -DPIC -o .libs/plain_init.lo
>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb 
>> -I../include -Wall -W -O2 -MT plain_init.lo -MD -MP -MF 
>> .deps/plain_init.Tpo -c plain_init.c -o plain_init.o >/dev/null 2>&1
>> mv -f .libs/plain_init.lo plain_init.lo
>> /bin/sh ../libtool --mode=link gcc  -Wall -W -O2 -module 
>> -export-dynamic -rpath /usr/lib/sasl2  -o libplain.la  -version-info 
>> 2:20:0 plain.lo plain_init.lo plugin_common.lo -lcrypt  -lresolv
>> rm -fr .libs/libplain.la .libs/libplain.* .libs/libplain.*
>> gcc -shared  plain.lo plain_init.lo plugin_common.lo  -lcrypt 
>> -lresolv -lc  -Wl,-soname -Wl,libplain.so.2 -o .libs/libplain.so.2.0.20
>> (cd .libs && rm -f libplain.so.2 && ln -s libplain.so.2.0.20 
>> libplain.so.2)
>> (cd .libs && rm -f libplain.so && ln -s libplain.so.2.0.20 libplain.so)
>> ar cru .libs/libplain.a  plain.o plain_init.o plugin_common.o
>> ranlib .libs/libplain.a
>> creating libplain.la
>> (cd .libs && rm -f libplain.la && ln -s ../libplain.la libplain.la)
>> if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. 
>> -I../include -I../lib -I../sasldb -I../include    -Wall -W -O2 -MT 
>> anonymous.lo -MD -MP -MF ".deps/anonymous.Tpo" \
>>  -c -o anonymous.lo `test -f 'anonymous.c' || echo './'`anonymous.c; \
>> then mv ".deps/anonymous.Tpo" ".deps/anonymous.Plo"; \
>> else rm -f ".deps/anonymous.Tpo"; exit 1; \
>> fi
>> rm -f .libs/anonymous.lo
>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb 
>> -I../include -Wall -W -O2 -MT anonymous.lo -MD -MP -MF 
>> .deps/anonymous.Tpo -c anonymous.c  -fPIC -DPIC -o .libs/anonymous.lo
>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb 
>> -I../include -Wall -W -O2 -MT anonymous.lo -MD -MP -MF 
>> .deps/anonymous.Tpo -c anonymous.c -o anonymous.o >/dev/null 2>&1
>> mv -f .libs/anonymous.lo anonymous.lo
>> if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. 
>> -I../include -I../lib -I../sasldb -I../include    -Wall -W -O2 -MT 
>> anonymous_init.lo -MD -MP -MF ".deps/anonymous_init.Tpo" \
>>  -c -o anonymous_init.lo `test -f 'anonymous_init.c' || echo 
>> './'`anonymous_init.c; \
>> then mv ".deps/anonymous_init.Tpo" ".deps/anonymous_init.Plo"; \
>> else rm -f ".deps/anonymous_init.Tpo"; exit 1; \
>> fi
>> rm -f .libs/anonymous_init.lo
>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb 
>> -I../include -Wall -W -O2 -MT anonymous_init.lo -MD -MP -MF 
>> .deps/anonymous_init.Tpo -c anonymous_init.c  -fPIC -DPIC -o 
>> .libs/anonymous_init.lo
>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb 
>> -I../include -Wall -W -O2 -MT anonymous_init.lo -MD -MP -MF 
>> .deps/anonymous_init.Tpo -c anonymous_init.c -o anonymous_init.o 
>>  >/dev/null 2>&1
>> mv -f .libs/anonymous_init.lo anonymous_init.lo
>> /bin/sh ../libtool --mode=link gcc  -Wall -W -O2 -module 
>> -export-dynamic -rpath /usr/lib/sasl2  -o libanonymous.la  
>> -version-info 2:20:0 anonymous.lo anonymous_init.lo plugin_common.lo  
>> -lresolv
>> rm -fr .libs/libanonymous.la .libs/libanonymous.* .libs/libanonymous.*
>> gcc -shared  anonymous.lo anonymous_init.lo plugin_common.lo  
>> -lresolv -lc  -Wl,-soname -Wl,libanonymous.so.2 -o 
>> .libs/libanonymous.so.2.0.20
>> (cd .libs && rm -f libanonymous.so.2 && ln -s libanonymous.so.2.0.20 
>> libanonymous.so.2)
>> (cd .libs && rm -f libanonymous.so && ln -s libanonymous.so.2.0.20 
>> libanonymous.so)
>> ar cru .libs/libanonymous.a  anonymous.o anonymous_init.o 
>> plugin_common.o
>> ranlib .libs/libanonymous.a
>> creating libanonymous.la
>> (cd .libs && rm -f libanonymous.la && ln -s ../libanonymous.la 
>> libanonymous.la)
>> make[2]: Leaving directory 
>> `/root/Desktop/dsbuild-static/ds/cyrus-sasl-2.1.20/plugins'
>> Making all in lib
>> make[2]: Entering directory 
>> `/root/Desktop/dsbuild-static/ds/cyrus-sasl-2.1.20/lib'
>> if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. 
>> -I../include -I../plugins -I../include    -Wall -W -O2 -MT auxprop.lo 
>> -MD -MP -MF ".deps/auxprop.Tpo" \
>>  -c -o auxprop.lo `test -f 'auxprop.c' || echo './'`auxprop.c; \
>> then mv ".deps/auxprop.Tpo" ".deps/auxprop.Plo"; \
>> else rm -f ".deps/auxprop.Tpo"; exit 1; \
>> fi
>> mkdir .libs
>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins 
>> -I../include -Wall -W -O2 -MT auxprop.lo -MD -MP -MF 
>> .deps/auxprop.Tpo -c auxprop.c  -fPIC -DPIC -o .libs/auxprop.lo
>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins 
>> -I../include -Wall -W -O2 -MT auxprop.lo -MD -MP -MF 
>> .deps/auxprop.Tpo -c auxprop.c -o auxprop.o >/dev/null 2>&1
>> mv -f .libs/auxprop.lo auxprop.lo
>> if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. 
>> -I../include -I../plugins -I../include    -Wall -W -O2 -MT 
>> canonusr.lo -MD -MP -MF ".deps/canonusr.Tpo" \
>>  -c -o canonusr.lo `test -f 'canonusr.c' || echo './'`canonusr.c; \
>> then mv ".deps/canonusr.Tpo" ".deps/canonusr.Plo"; \
>> else rm -f ".deps/canonusr.Tpo"; exit 1; \
>> fi
>> rm -f .libs/canonusr.lo
>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins 
>> -I../include -Wall -W -O2 -MT canonusr.lo -MD -MP -MF 
>> .deps/canonusr.Tpo -c canonusr.c  -fPIC -DPIC -o .libs/canonusr.lo
>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins 
>> -I../include -Wall -W -O2 -MT canonusr.lo -MD -MP -MF 
>> .deps/canonusr.Tpo -c canonusr.c -o canonusr.o >/dev/null 2>&1
>> mv -f .libs/canonusr.lo canonusr.lo
>> if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. 
>> -I../include -I../plugins -I../include    -Wall -W -O2 -MT checkpw.lo 
>> -MD -MP -MF ".deps/checkpw.Tpo" \
>>  -c -o checkpw.lo `test -f 'checkpw.c' || echo './'`checkpw.c; \
>> then mv ".deps/checkpw.Tpo" ".deps/checkpw.Plo"; \
>> else rm -f ".deps/checkpw.Tpo"; exit 1; \
>> fi
>> rm -f .libs/checkpw.lo
>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins 
>> -I../include -Wall -W -O2 -MT checkpw.lo -MD -MP -MF 
>> .deps/checkpw.Tpo -c checkpw.c  -fPIC -DPIC -o .libs/checkpw.lo
>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins 
>> -I../include -Wall -W -O2 -MT checkpw.lo -MD -MP -MF 
>> .deps/checkpw.Tpo -c checkpw.c -o checkpw.o >/dev/null 2>&1
>> mv -f .libs/checkpw.lo checkpw.lo
>> if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. 
>> -I../include -I../plugins -I../include    -Wall -W -O2 -MT client.lo 
>> -MD -MP -MF ".deps/client.Tpo" \
>>  -c -o client.lo `test -f 'client.c' || echo './'`client.c; \
>> then mv ".deps/client.Tpo" ".deps/client.Plo"; \
>> else rm -f ".deps/client.Tpo"; exit 1; \
>> fi
>> rm -f .libs/client.lo
>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins 
>> -I../include -Wall -W -O2 -MT client.lo -MD -MP -MF .deps/client.Tpo 
>> -c client.c  -fPIC -DPIC -o .libs/client.lo
>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins 
>> -I../include -Wall -W -O2 -MT client.lo -MD -MP -MF .deps/client.Tpo 
>> -c client.c -o client.o >/dev/null 2>&1
>> mv -f .libs/client.lo client.lo
>> if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. 
>> -I../include -I../plugins -I../include    -Wall -W -O2 -MT common.lo 
>> -MD -MP -MF ".deps/common.Tpo" \
>>  -c -o common.lo `test -f 'common.c' || echo './'`common.c; \
>> then mv ".deps/common.Tpo" ".deps/common.Plo"; \
>> else rm -f ".deps/common.Tpo"; exit 1; \
>> fi
>> rm -f .libs/common.lo
>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins 
>> -I../include -Wall -W -O2 -MT common.lo -MD -MP -MF .deps/common.Tpo 
>> -c common.c  -fPIC -DPIC -o .libs/common.lo
>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins 
>> -I../include -Wall -W -O2 -MT common.lo -MD -MP -MF .deps/common.Tpo 
>> -c common.c -o common.o >/dev/null 2>&1
>> mv -f .libs/common.lo common.lo
>> if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. 
>> -I../include -I../plugins -I../include    -Wall -W -O2 -MT config.lo 
>> -MD -MP -MF ".deps/config.Tpo" \
>>  -c -o config.lo `test -f 'config.c' || echo './'`config.c; \
>> then mv ".deps/config.Tpo" ".deps/config.Plo"; \
>> else rm -f ".deps/config.Tpo"; exit 1; \
>> fi
>> rm -f .libs/config.lo
>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins 
>> -I../include -Wall -W -O2 -MT config.lo -MD -MP -MF .deps/config.Tpo 
>> -c config.c  -fPIC -DPIC -o .libs/config.lo
>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins 
>> -I../include -Wall -W -O2 -MT config.lo -MD -MP -MF .deps/config.Tpo 
>> -c config.c -o config.o >/dev/null 2>&1
>> mv -f .libs/config.lo config.lo
>> if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. 
>> -I../include -I../plugins -I../include    -Wall -W -O2 -MT 
>> external.lo -MD -MP -MF ".deps/external.Tpo" \
>>  -c -o external.lo `test -f 'external.c' || echo './'`external.c; \
>> then mv ".deps/external.Tpo" ".deps/external.Plo"; \
>> else rm -f ".deps/external.Tpo"; exit 1; \
>> fi
>> rm -f .libs/external.lo
>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins 
>> -I../include -Wall -W -O2 -MT external.lo -MD -MP -MF 
>> .deps/external.Tpo -c external.c  -fPIC -DPIC -o .libs/external.lo
>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins 
>> -I../include -Wall -W -O2 -MT external.lo -MD -MP -MF 
>> .deps/external.Tpo -c external.c -o external.o >/dev/null 2>&1
>> mv -f .libs/external.lo external.lo
>> if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. 
>> -I../include -I../plugins -I../include    -Wall -W -O2 -MT md5.lo -MD 
>> -MP -MF ".deps/md5.Tpo" \
>>  -c -o md5.lo `test -f 'md5.c' || echo './'`md5.c; \
>> then mv ".deps/md5.Tpo" ".deps/md5.Plo"; \
>> else rm -f ".deps/md5.Tpo"; exit 1; \
>> fi
>> rm -f .libs/md5.lo
>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins 
>> -I../include -Wall -W -O2 -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c 
>> md5.c  -fPIC -DPIC -o .libs/md5.lo
>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins 
>> -I../include -Wall -W -O2 -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c 
>> md5.c -o md5.o  >/dev/null 2>&1
>> mv -f .libs/md5.lo md5.lo
>> if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. 
>> -I../include -I../plugins -I../include    -Wall -W -O2 -MT 
>> saslutil.lo -MD -MP -MF ".deps/saslutil.Tpo" \
>>  -c -o saslutil.lo `test -f 'saslutil.c' || echo './'`saslutil.c; \
>> then mv ".deps/saslutil.Tpo" ".deps/saslutil.Plo"; \
>> else rm -f ".deps/saslutil.Tpo"; exit 1; \
>> fi
>> rm -f .libs/saslutil.lo
>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins 
>> -I../include -Wall -W -O2 -MT saslutil.lo -MD -MP -MF 
>> .deps/saslutil.Tpo -c saslutil.c  -fPIC -DPIC -o .libs/saslutil.lo
>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins 
>> -I../include -Wall -W -O2 -MT saslutil.lo -MD -MP -MF 
>> .deps/saslutil.Tpo -c saslutil.c -o saslutil.o >/dev/null 2>&1
>> mv -f .libs/saslutil.lo saslutil.lo
>> if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. 
>> -I../include -I../plugins -I../include    -Wall -W -O2 -MT server.lo 
>> -MD -MP -MF ".deps/server.Tpo" \
>>  -c -o server.lo `test -f 'server.c' || echo './'`server.c; \
>> then mv ".deps/server.Tpo" ".deps/server.Plo"; \
>> else rm -f ".deps/server.Tpo"; exit 1; \
>> fi
>> rm -f .libs/server.lo
>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins 
>> -I../include -Wall -W -O2 -MT server.lo -MD -MP -MF .deps/server.Tpo 
>> -c server.c  -fPIC -DPIC -o .libs/server.lo
>> server.c: In function `sasl_setpass':
>> server.c:151: warning: dereferencing type-punned pointer will break 
>> strict-aliasing rules
>> server.c: In function `sasl_server_start':
>> server.c:1245: warning: dereferencing type-punned pointer will break 
>> strict-aliasing rules
>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins 
>> -I../include -Wall -W -O2 -MT server.lo -MD -MP -MF .deps/server.Tpo 
>> -c server.c -o server.o >/dev/null 2>&1
>> mv -f .libs/server.lo server.lo
>> if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. 
>> -I../include -I../plugins -I../include    -Wall -W -O2 -MT 
>> seterror.lo -MD -MP -MF ".deps/seterror.Tpo" \
>>  -c -o seterror.lo `test -f 'seterror.c' || echo './'`seterror.c; \
>> then mv ".deps/seterror.Tpo" ".deps/seterror.Plo"; \
>> else rm -f ".deps/seterror.Tpo"; exit 1; \
>> fi
>> rm -f .libs/seterror.lo
>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins 
>> -I../include -Wall -W -O2 -MT seterror.lo -MD -MP -MF 
>> .deps/seterror.Tpo -c seterror.c  -fPIC -DPIC -o .libs/seterror.lo
>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins 
>> -I../include -Wall -W -O2 -MT seterror.lo -MD -MP -MF 
>> .deps/seterror.Tpo -c seterror.c -o seterror.o >/dev/null 2>&1
>> mv -f .libs/seterror.lo seterror.lo
>> if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. 
>> -I../include -I../plugins -I../include    -Wall -W -O2 -MT dlopen.lo 
>> -MD -MP -MF ".deps/dlopen.Tpo" \
>>  -c -o dlopen.lo `test -f 'dlopen.c' || echo './'`dlopen.c; \
>> then mv ".deps/dlopen.Tpo" ".deps/dlopen.Plo"; \
>> else rm -f ".deps/dlopen.Tpo"; exit 1; \
>> fi
>> rm -f .libs/dlopen.lo
>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins 
>> -I../include -Wall -W -O2 -MT dlopen.lo -MD -MP -MF .deps/dlopen.Tpo 
>> -c dlopen.c  -fPIC -DPIC -o .libs/dlopen.lo
>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins 
>> -I../include -Wall -W -O2 -MT dlopen.lo -MD -MP -MF .deps/dlopen.Tpo 
>> -c dlopen.c -o dlopen.o >/dev/null 2>&1
>> mv -f .libs/dlopen.lo dlopen.lo
>> if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. 
>> -I../include -I../plugins -I../include    -Wall -W -O2 -MT 
>> plugin_common.lo -MD -MP -MF ".deps/plugin_common.Tpo" \
>>  -c -o plugin_common.lo `test -f '../plugins/plugin_common.c' || echo 
>> './'`../plugins/plugin_common.c; \
>> then mv ".deps/plugin_common.Tpo" ".deps/plugin_common.Plo"; \
>> else rm -f ".deps/plugin_common.Tpo"; exit 1; \
>> fi
>> rm -f .libs/plugin_common.lo
>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins 
>> -I../include -Wall -W -O2 -MT plugin_common.lo -MD -MP -MF 
>> .deps/plugin_common.Tpo -c ../plugins/plugin_common.c  -fPIC -DPIC -o 
>> .libs/plugin_common.lo
>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins 
>> -I../include -Wall -W -O2 -MT plugin_common.lo -MD -MP -MF 
>> .deps/plugin_common.Tpo -c ../plugins/plugin_common.c -o 
>> plugin_common.o >/dev/null 2>&1
>> mv -f .libs/plugin_common.lo plugin_common.lo
>> /bin/sh ../libtool --mode=link gcc  -Wall -W -O2   -o libsasl2.la 
>> -rpath /usr/local/lib -version-info 2:20:0 auxprop.lo canonusr.lo 
>> checkpw.lo client.lo common.lo config.lo external.lo md5.lo 
>> saslutil.lo server.lo seterror.lo dlopen.lo plugin_common.lo   -ldl 
>> -lresolv   -lresolv
>> rm -fr .libs/libsasl2.la .libs/libsasl2.* .libs/libsasl2.*
>> gcc -shared  auxprop.lo canonusr.lo checkpw.lo client.lo common.lo 
>> config.lo external.lo md5.lo saslutil.lo server.lo seterror.lo 
>> dlopen.lo plugin_common.lo  -ldl -lresolv -lresolv -lc  -Wl,-soname 
>> -Wl,libsasl2.so.2 -o .libs/libsasl2.so.2.0.20
>> (cd .libs && rm -f libsasl2.so.2 && ln -s libsasl2.so.2.0.20 
>> libsasl2.so.2)
>> (cd .libs && rm -f libsasl2.so && ln -s libsasl2.so.2.0.20 libsasl2.so)
>> ar cru .libs/libsasl2.a  auxprop.o canonusr.o checkpw.o client.o 
>> common.o config.o external.o md5.o saslutil.o server.o seterror.o 
>> dlopen.o plugin_common.o
>> ranlib .libs/libsasl2.a
>> creating libsasl2.la
>> (cd .libs && rm -f libsasl2.la && ln -s ../libsasl2.la libsasl2.la)
>> if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins 
>> -I../include    -Wall -W -O2 -MT ../plugins/sasldb.o -MD -MP -MF 
>> ".deps/../plugins/sasldb.Tpo" \
>>  -c -o ../plugins/sasldb.o `test -f '../plugins/sasldb.c' || echo 
>> './'`../plugins/sasldb.c; \
>> then mv ".deps/../plugins/sasldb.Tpo" ".deps/../plugins/sasldb.Po"; \
>> else rm -f ".deps/../plugins/sasldb.Tpo"; exit 1; \
>> fi
>> ../plugins/sasldb.c:129: fatal error: opening dependency file 
>> .deps/../plugins/sasldb.Tpo: No such file or directory
>> compilation terminated.
>> make[2]: *** [../plugins/sasldb.o] Error 1
>> make[2]: Leaving directory 
>> `/root/Desktop/dsbuild-static/ds/cyrus-sasl-2.1.20/lib'
>> make[1]: *** [all-recursive] Error 1
>> make[1]: Leaving directory 
>> `/root/Desktop/dsbuild-static/ds/cyrus-sasl-2.1.20'
>> make: *** [all] Error 2
>> [root at genie cyrus-sasl-2.1.20]#
>>
>> -- 
>> Fedora-directory-users mailing list
>> Fedora-directory-users at redhat.com
>> https://www.redhat.com/mailman/listinfo/fedora-directory-users
>
>
>------------------------------------------------------------------------
>
>--
>Fedora-directory-users mailing list
>Fedora-directory-users at redhat.com
>https://www.redhat.com/mailman/listinfo/fedora-directory-users
>  
>

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3174 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://listman.redhat.com/archives/fedora-directory-users/attachments/20050929/b2954f1e/attachment.bin>


More information about the Fedora-directory-users mailing list