also ich versuche cyrus sasl 2.1.23 zu kompilieren.
unter /usr/local/lib/sasl2 fehlen die .so Dateien.
vielleicht kann mir jemand einen Tip geben was ich falsch mache ?
unter /usr/local/lib/sasl2 fehlt nun die .so dateien für anonymos plain login digest.
nur cram ist vorhanden und das ich auch der einzige Mechanismus den Postfix anbietet
leo
unter /usr/local/lib/sasl2 fehlen die .so Dateien.
vielleicht kann mir jemand einen Tip geben was ich falsch mache ?
Code:
mail2# ./configure --enable-login --enable-sql --disable-opt --with-openssl=/usr/local/ssl
configure: creating cache ./config.cache
checking build system type... amd64-unknown-freebsd8.2
checking host system type... amd64-unknown-freebsd8.2
checking target system type... amd64-unknown-freebsd8.2
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
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) nawk
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__... no
checking for runpath switch... -R
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... freebsd8.2 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for objdir... .libs
creating libtool
updating cache ./config.cache
configure: loading cache ./config.cache
checking for connect... yes
checking for res_search... 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... yes
checking db.h presence... yes
checking for db.h... yes
checking ndbm.h usability... yes
checking ndbm.h presence... yes
checking for ndbm.h... yes
checking for dbm_open in -lndbm... no
checking for dbm_open... yes
checking DB library to use... ndbm
checking if Berkeley DB handle is kept open in SASLDB... no
checking for dlopen in -ldl... no
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 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 pam_start... 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 long... yes
checking size of long... 8
checking what directory libraries are found in... lib
checking for RSAPublicEncrypt in -lrsaref... no
checking openssl/evp.h usability... yes
checking openssl/evp.h presence... yes
checking for openssl/evp.h... yes
checking for EVP_DigestInit in -lcrypto... yes
checking for OpenSSL... yes
checking for des_cbc_encrypt in -lcrypto... no
checking for DES_cbc_encrypt in -lcrypto... yes
checking openssl/des.h usability... yes
checking openssl/des.h presence... yes
checking for openssl/des.h... yes
checking DIGEST-MD5... enabled
checking OTP... enabled
checking for opiechallenge in -lopie... yes
checking opie.h usability... yes
checking opie.h presence... yes
checking for opie.h... yes
checking for OPIE... yes
checking SRP... disabled
checking KERBEROS_V4... disabled
checking for crypt... no
checking for crypt in -lcrypt... yes
configure: WARNING: The system type is not recognized. If you believe that CyberSafe GSSAPI works on this platform, please update the configure script
checking gssapi.h usability... yes
checking gssapi.h presence... yes
checking for gssapi.h... yes
checking for res_search in -lresolv... no
checking for gss_unwrap in -lgssapi... no
checking for krb5int_getspecific in -lkrb5support... no
checking for gss_unwrap in -lgssapi_krb5... no
checking for csf_gss_acq_user in -lgss... no
checking for csf_gss_acq_user in -lgss... no
checking for gss_unwrap in -lgss... no
configure: WARNING: Disabling GSSAPI - no library
checking GSSAPI... disabled
checking PLAIN... enabled
checking ANONYMOUS... enabled
checking LOGIN... enabled
checking NTLM... disabled
checking PASSDSS... disabled
checking SQL... enabled
configure: WARNING: MySQL Library not found
configure: WARNING: PostgreSQL Library not found
configure: WARNING: SQLite Library not found
checking LDAPDB... 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... no
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 des.h usability... no
checking des.h presence... no
checking for des.h... no
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... no
checking malloc.h presence... no
checking for malloc.h... no
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... yes
checking for socklen_t... yes
checking for gethostname... yes
checking for getdomainname... yes
checking for getpwnam... yes
checking for getspnam... no
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-login' '--enable-sql' '--disable-opt' '--with-openssl=/usr/local/ssl' --cache-file=.././config.cache --srcdir=.
configure: loading cache .././config.cache
checking build system type... (cached) amd64-unknown-freebsd8.2
checking host system type... (cached) amd64-unknown-freebsd8.2
checking for a BSD-compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... (cached) nawk
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) nawk
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) no
checking for runpath switch... -R
checking for connect... (cached) yes
checking for res_search... (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 long... (cached) yes
checking size of long... (cached) 8
checking what directory libraries are found in... (cached) lib
checking for RSAPublicEncrypt in -lrsaref... (cached) no
checking for openssl/evp.h... (cached) yes
checking for EVP_DigestInit in -lcrypto... (cached) yes
checking for OpenSSL... yes
checking for des_cbc_encrypt in -lcrypto... (cached) no
checking for DES_cbc_encrypt in -lcrypto... (cached) yes
checking for openssl/des.h... (cached) yes
checking KERBEROS_V4... disabled
checking for crypt... (cached) no
checking for crypt in -lcrypt... (cached) yes
configure: WARNING: The system type is not recognized. If you believe that CyberSafe GSSAPI works on this platform, please update the configure script
checking for gssapi.h... (cached) yes
checking for res_search in -lresolv... (cached) no
checking for gss_unwrap in -lgssapi... (cached) no
checking for krb5int_getspecific in -lkrb5support... (cached) no
checking for gss_unwrap in -lgssapi_krb5... (cached) no
checking for csf_gss_acq_user in -lgss... no
checking for csf_gss_acq_user in -lgss... no
checking for gss_unwrap in -lgss... (cached) no
configure: WARNING: Disabling GSSAPI - no library
checking GSSAPI... disabled
checking for crypt... (cached) no
checking for crypt in -lcrypt... (cached) yes
checking for pam_start in -lpam... yes
checking for security/pam_appl.h... (cached) yes
checking for PAM support... yes
checking for inet_aton in -lresolv... (cached) no
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... no
checking crypt.h presence... no
checking for crypt.h... no
checking for fcntl.h... (cached) yes
checking krb5.h usability... yes
checking krb5.h presence... yes
checking for krb5.h... yes
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) no
checking for getuserpw... no
checking for strlcat... yes
checking for strlcpy... yes
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) yes
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.
mail2# make && make install
make all-recursive
Making all in include
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/ssl/include -Wall -W -g -O2 -MT makemd5.o -MD -MP -MF ".deps/makemd5.Tpo" -c -o makemd5.o `test -f 'makemd5.c' || echo './'`makemd5.c; then mv -f ".deps/makemd5.Tpo" ".deps/makemd5.Po"; else rm -f ".deps/makemd5.Tpo"; exit 1; fi
/bin/sh ../libtool --mode=link gcc -Wall -W -g -O2 -L/usr/local/ssl/lib -R/usr/local/ssl/lib -o makemd5 makemd5.o
mkdir .libs
gcc -Wall -W -g -O2 -L/usr/local/ssl/lib -o makemd5 makemd5.o -Wl,--rpath -Wl,/usr/local/ssl/lib -Wl,--rpath -Wl,/usr/local/ssl/lib
rm -f md5global.h
./makemd5 md5global.h
Making all in sasldb
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/local/ssl/include -Wall -W -g -O2 -MT allockey.lo -MD -MP -MF ".deps/allockey.Tpo" -c -o allockey.lo `test -f 'allockey.c' || echo './'`allockey.c; then mv -f ".deps/allockey.Tpo" ".deps/allockey.Plo"; else rm -f ".deps/allockey.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/local/ssl/include -Wall -W -g -O2 -MT allockey.lo -MD -MP -MF .deps/allockey.Tpo -c allockey.c -fPIC -DPIC -o allockey.lo
allockey.c: In function '_sasldb_putsecret':
allockey.c:191: warning: pointer targets in passing argument 6 of '_sasldb_putdata' differ in signedness
allockey.c: In function '__sasldb_internal_list':
allockey.c:197: warning: unused parameter 'rock'
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/local/ssl/include -Wall -W -g -O2 -MT db_ndbm.lo -MD -MP -MF ".deps/db_ndbm.Tpo" -c -o db_ndbm.lo `test -f 'db_ndbm.c' || echo './'`db_ndbm.c; then mv -f ".deps/db_ndbm.Tpo" ".deps/db_ndbm.Plo"; else rm -f ".deps/db_ndbm.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/local/ssl/include -Wall -W -g -O2 -MT db_ndbm.lo -MD -MP -MF .deps/db_ndbm.Tpo -c db_ndbm.c -fPIC -DPIC -o db_ndbm.lo
/bin/sh ../libtool --mode=link gcc -Wall -W -g -O2 -L/usr/local/ssl/lib -R/usr/local/ssl/lib -o libsasldb.la allockey.lo db_ndbm.lo
mkdir .libs
ar cru .libs/libsasldb.al allockey.lo db_ndbm.lo
ranlib .libs/libsasldb.al
creating libsasldb.la
(cd .libs && rm -f libsasldb.la && ln -s ../libsasldb.la libsasldb.la)
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/local/ssl/include -Wall -W -g -O2 -MT db_ndbm.o -MD -MP -MF ".deps/db_ndbm.Tpo" -c -o db_ndbm.o `test -f 'db_ndbm.c' || echo './'`db_ndbm.c; then mv -f ".deps/db_ndbm.Tpo" ".deps/db_ndbm.Po"; else rm -f ".deps/db_ndbm.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/local/ssl/include -Wall -W -g -O2 -MT allockey.o -MD -MP -MF ".deps/allockey.Tpo" -c -o allockey.o `test -f 'allockey.c' || echo './'`allockey.c; then mv -f ".deps/allockey.Tpo" ".deps/allockey.Po"; else rm -f ".deps/allockey.Tpo"; exit 1; fi
allockey.c: In function '_sasldb_putsecret':
allockey.c:191: warning: pointer targets in passing argument 6 of '_sasldb_putdata' differ in signedness
allockey.c: In function '__sasldb_internal_list':
allockey.c:197: warning: unused parameter 'rock'
ar cru .libs/libsasldb.a db_ndbm.o allockey.o
Making all in plugins
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -I/usr/local/ssl/include -Wall -W -g -O2 -MT sasldb.lo -MD -MP -MF ".deps/sasldb.Tpo" -c -o sasldb.lo `test -f 'sasldb.c' || echo './'`sasldb.c; then mv -f ".deps/sasldb.Tpo" ".deps/sasldb.Plo"; else rm -f ".deps/sasldb.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -I/usr/local/ssl/include -Wall -W -g -O2 -MT sasldb.lo -MD -MP -MF .deps/sasldb.Tpo -c sasldb.c -fPIC -DPIC -o sasldb.lo
sasldb.c: In function 'sasldb_auxprop_lookup':
sasldb.c:59: warning: unused parameter 'glob_context'
sasldb.c: In function 'sasldb_auxprop_store':
sasldb.c:132: warning: unused parameter 'glob_context'
sasldb.c: In function 'sasldb_auxprop_plug_init':
sasldb.c:223: warning: unused parameter 'plugname'
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -I/usr/local/ssl/include -Wall -W -g -O2 -MT sasldb_init.lo -MD -MP -MF ".deps/sasldb_init.Tpo" -c -o sasldb_init.lo `test -f 'sasldb_init.c' || echo './'`sasldb_init.c; then mv -f ".deps/sasldb_init.Tpo" ".deps/sasldb_init.Plo"; else rm -f ".deps/sasldb_init.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -I/usr/local/ssl/include -Wall -W -g -O2 -MT sasldb_init.lo -MD -MP -MF .deps/sasldb_init.Tpo -c sasldb_init.c -fPIC -DPIC -o sasldb_init.lo
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -I/usr/local/ssl/include -Wall -W -g -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 -f ".deps/plugin_common.Tpo" ".deps/plugin_common.Plo"; else rm -f ".deps/plugin_common.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -I/usr/local/ssl/include -Wall -W -g -O2 -MT plugin_common.lo -MD -MP -MF .deps/plugin_common.Tpo -c plugin_common.c -fPIC -DPIC -o plugin_common.lo
plugin_common.c: In function '_plug_free_secret':
plugin_common.c:293: warning: pointer targets in passing argument 1 of 'utils->erasebuffer' differ in signedness
/bin/sh ../libtool --mode=link gcc -Wall -W -g -O2 -module -export-dynamic -rpath /usr/lib/sasl2 -L/usr/local/ssl/lib -R/usr/local/ssl/lib -o libsasldb.la -version-info 2:23:0 sasldb.lo sasldb_init.lo plugin_common.lo ../sasldb/libsasldb.la
mkdir .libs
(cd . && ln -s sasldb.lo sasldb.o)
(cd . && ln -s sasldb_init.lo sasldb_init.o)
(cd . && ln -s plugin_common.lo plugin_common.o)
gcc -shared sasldb.lo sasldb_init.lo plugin_common.lo -Wl,--whole-archive ../sasldb/.libs/libsasldb.al -Wl,--no-whole-archive -Wl,-soname -Wl,libsasldb.so.2.23 -o .libs/libsasldb.so.2.23
creating libsasldb.la
(cd .libs && rm -f libsasldb.la && ln -s ../libsasldb.la libsasldb.la)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -I/usr/local/ssl/include -Wall -W -g -O2 -MT cram.lo -MD -MP -MF ".deps/cram.Tpo" -c -o cram.lo `test -f 'cram.c' || echo './'`cram.c; then mv -f ".deps/cram.Tpo" ".deps/cram.Plo"; else rm -f ".deps/cram.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -I/usr/local/ssl/include -Wall -W -g -O2 -MT cram.lo -MD -MP -MF .deps/cram.Tpo -c cram.c -fPIC -DPIC -o cram.lo
cram.c: In function 'crammd5_server_mech_new':
cram.c:101: warning: unused parameter 'glob_context'
cram.c:103: warning: unused parameter 'challenge'
cram.c:104: warning: unused parameter 'challen'
cram.c: In function 'crammd5_server_mech_step1':
cram.c:167: warning: unused parameter 'clientin'
cram.c:171: warning: unused parameter 'oparams'
cram.c: In function 'crammd5_server_mech_step2':
cram.c:217: warning: unused parameter 'serverout'
cram.c:218: warning: unused parameter 'serveroutlen'
cram.c: In function 'crammd5_client_mech_new':
cram.c:461: warning: unused parameter 'glob_context'
cram.c: In function 'crammd5_client_mech_step':
cram.c:589: warning: passing argument 2 of 'make_hashed' discards qualifiers from pointer target type
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -I/usr/local/ssl/include -Wall -W -g -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 -f ".deps/crammd5_init.Tpo" ".deps/crammd5_init.Plo"; else rm -f ".deps/crammd5_init.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -I/usr/local/ssl/include -Wall -W -g -O2 -MT crammd5_init.lo -MD -MP -MF .deps/crammd5_init.Tpo -c crammd5_init.c -fPIC -DPIC -o crammd5_init.lo
/bin/sh ../libtool --mode=link gcc -Wall -W -g -O2 -module -export-dynamic -rpath /usr/lib/sasl2 -L/usr/local/ssl/lib -R/usr/local/ssl/lib -o libcrammd5.la -version-info 2:23:0 cram.lo crammd5_init.lo plugin_common.lo
rm -fr .libs/libcrammd5.la .libs/libcrammd5.* .libs/libcrammd5.*
(cd . && ln -s cram.lo cram.o)
(cd . && ln -s crammd5_init.lo crammd5_init.o)
gcc -shared cram.lo crammd5_init.lo plugin_common.lo -Wl,-soname -Wl,libcrammd5.so.2.23 -o .libs/libcrammd5.so.2.23
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 -I/usr/local/ssl/include -Wall -W -g -O2 -MT digestmd5.lo -MD -MP -MF ".deps/digestmd5.Tpo" -c -o digestmd5.lo `test -f 'digestmd5.c' || echo './'`digestmd5.c; then mv -f ".deps/digestmd5.Tpo" ".deps/digestmd5.Plo"; else rm -f ".deps/digestmd5.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -I/usr/local/ssl/include -Wall -W -g -O2 -MT digestmd5.lo -MD -MP -MF .deps/digestmd5.Tpo -c digestmd5.c -fPIC -DPIC -o digestmd5.lo
digestmd5.c:279: warning: pointer targets in initialization differ in signedness
digestmd5.c: In function 'DigestCalcResponse':
digestmd5.c:366: warning: pointer targets in passing argument 2 of 'utils->MD5Update' differ in signedness
digestmd5.c: In function 'dec_3des':
digestmd5.c:842: warning: unused parameter 'digest'
digestmd5.c: In function 'dec_des':
digestmd5.c:960: warning: unused parameter 'digest'
digestmd5.c: In function 'dec_rc4':
digestmd5.c:1211: warning: unused parameter 'digest'
digestmd5.c: In function 'digestmd5_encode':
digestmd5.c:1401: warning: pointer targets in passing argument 5 of 'text->utils->hmac_md5' differ in signedness
digestmd5.c: In function 'digestmd5_decode_packet':
digestmd5.c:1497: warning: pointer targets in assignment differ in signedness
digestmd5.c: In function 'digestmd5_server_mech_new':
digestmd5.c:1797: warning: unused parameter 'challenge'
digestmd5.c:1798: warning: unused parameter 'challen'
digestmd5.c: In function 'digestmd5_server_mech_step1':
digestmd5.c:1947: warning: pointer targets in passing argument 6 of 'add_to_challenge' differ in signedness
digestmd5.c:1820: warning: unused parameter 'clientin'
digestmd5.c:1821: warning: unused parameter 'clientinlen'
digestmd5.c:1824: warning: unused parameter 'oparams'
digestmd5.c: In function 'digestmd5_server_mech_step2':
digestmd5.c:2100: warning: dereferencing type-punned pointer will break strict-aliasing rules
digestmd5.c:2117: warning: dereferencing type-punned pointer will break strict-aliasing rules
digestmd5.c:2235: warning: dereferencing type-punned pointer will break strict-aliasing rules
digestmd5.c:2235: warning: pointer targets in passing argument 2 of '_plug_strdup' differ in signedness
digestmd5.c:2238: warning: dereferencing type-punned pointer will break strict-aliasing rules
digestmd5.c:2238: warning: pointer targets in passing argument 2 of '_plug_strdup' differ in signedness
digestmd5.c:2274: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness
digestmd5.c:2286: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness
digestmd5.c:2286: warning: pointer targets in passing argument 2 of 'strcmp' differ in signedness
digestmd5.c:2351: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness
digestmd5.c:2369: warning: pointer targets in passing argument 2 of 'DigestCalcSecret' differ in signedness
digestmd5.c:2369: warning: pointer targets in passing argument 3 of 'DigestCalcSecret' differ in signedness
digestmd5.c:2514: warning: pointer targets in passing argument 2 of 'text->cipher_init' differ in signedness
digestmd5.c:2514: warning: pointer targets in passing argument 3 of 'text->cipher_init' differ in signedness
digestmd5.c: In function 'make_client_response':
digestmd5.c:3010: warning: pointer targets in passing argument 3 of 'calculate_response' differ in signedness
digestmd5.c:3010: warning: pointer targets in passing argument 11 of 'calculate_response' differ in signedness
digestmd5.c:3034: warning: pointer targets in passing argument 6 of 'add_to_challenge' differ in signedness
digestmd5.c:3145: warning: pointer targets in passing argument 2 of 'text->cipher_init' differ in signedness
digestmd5.c:3145: warning: pointer targets in passing argument 3 of 'text->cipher_init' differ in signedness
digestmd5.c: In function 'parse_server_challenge':
digestmd5.c:3229: warning: dereferencing type-punned pointer will break strict-aliasing rules
digestmd5.c: In function 'digestmd5_client_mech_step1':
digestmd5.c:3732: warning: dereferencing type-punned pointer will break strict-aliasing rules
digestmd5.c:3732: warning: pointer targets in passing argument 2 of '_plug_strdup' differ in signedness
digestmd5.c:3735: warning: dereferencing type-punned pointer will break strict-aliasing rules
digestmd5.c:3735: warning: pointer targets in passing argument 2 of '_plug_strdup' differ in signedness
digestmd5.c:3703: warning: unused parameter 'serverin'
digestmd5.c:3704: warning: unused parameter 'serverinlen'
digestmd5.c: In function 'digestmd5_client_mech_step3':
digestmd5.c:3838: warning: unused parameter 'prompt_need'
digestmd5.c:3839: warning: unused parameter 'clientout'
digestmd5.c:3840: warning: unused parameter 'clientoutlen'
digestmd5.c: In function 'digestmd5_client_mech_step':
digestmd5.c:4000: warning: pointer targets in assignment differ in signedness
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -I/usr/local/ssl/include -Wall -W -g -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 -f ".deps/digestmd5_init.Tpo" ".deps/digestmd5_init.Plo"; else rm -f ".deps/digestmd5_init.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -I/usr/local/ssl/include -Wall -W -g -O2 -MT digestmd5_init.lo -MD -MP -MF .deps/digestmd5_init.Tpo -c digestmd5_init.c -fPIC -DPIC -o digestmd5_init.lo
/bin/sh ../libtool --mode=link gcc -Wall -W -g -O2 -module -export-dynamic -rpath /usr/lib/sasl2 -L/usr/local/ssl/lib -R/usr/local/ssl/lib -o libdigestmd5.la -version-info 2:23:0 digestmd5.lo digestmd5_init.lo plugin_common.lo -lcrypto
rm -fr .libs/libdigestmd5.la .libs/libdigestmd5.* .libs/libdigestmd5.*
*** Warning: inter-library dependencies are not known to be supported.
*** All declared inter-library dependencies are being dropped.
*** Warning: libtool could not satisfy all declared inter-library
*** dependencies of module libdigestmd5. Therefore, libtool will create
*** a static module, that should work as long as the dlopening
*** application is linked with the -dlopen flag.
ar cru .libs/libdigestmd5.a digestmd5.lo digestmd5_init.lo plugin_common.lo
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 -I/usr/local/ssl/include -Wall -W -g -O2 -MT otp.lo -MD -MP -MF ".deps/otp.Tpo" -c -o otp.lo `test -f 'otp.c' || echo './'`otp.c; then mv -f ".deps/otp.Tpo" ".deps/otp.Plo"; else rm -f ".deps/otp.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -I/usr/local/ssl/include -Wall -W -g -O2 -MT otp.lo -MD -MP -MF .deps/otp.Tpo -c otp.c -fPIC -DPIC -o otp.lo
otp.c: In function 'otp_hash':
otp.c:127: warning: pointer targets in passing argument 2 of 'EVP_DigestFinal' differ in signedness
otp.c:127: warning: pointer targets in passing argument 3 of 'EVP_DigestFinal' differ in signedness
otp.c: In function 'generate_otp':
otp.c:166: warning: pointer targets in passing argument 4 of 'otp_hash' differ in signedness
otp.c:170: warning: pointer targets in passing argument 4 of 'otp_hash' differ in signedness
otp.c: In function 'otp_common_mech_free':
otp.c:276: warning: unused parameter 'global_context'
otp.c:277: warning: unused parameter 'utils'
otp.c: In function 'otp_server_mech_new':
otp.c:308: warning: unused parameter 'glob_context'
otp.c:310: warning: unused parameter 'challenge'
otp.c:311: warning: unused parameter 'challen'
otp.c: In function 'opie_mech_avail':
otp.c:503: warning: unused parameter 'glob_context'
otp.c:505: warning: unused parameter 'conn_context'
otp.c: In function 'otp_client_mech_new':
otp.c:1457: warning: unused parameter 'glob_context'
otp.c: In function 'otp_client_mech_step1':
otp.c:1481: warning: unused parameter 'serverin'
otp.c:1482: warning: unused parameter 'serverinlen'
otp.c: In function 'otp_client_mech_step2':
otp.c:1676: warning: pointer targets in passing argument 5 of 'generate_otp' differ in signedness
otp.c:1699: warning: pointer targets in passing argument 5 of 'generate_otp' differ in signedness
otp.c:1705: warning: pointer targets in passing argument 1 of 'bin2hex' differ in signedness
otp.c:1709: warning: pointer targets in passing argument 1 of 'bin2hex' differ in signedness
otp.c:1720: warning: pointer targets in passing argument 1 of 'bin2hex' differ in signedness
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -I/usr/local/ssl/include -Wall -W -g -O2 -MT otp_init.lo -MD -MP -MF ".deps/otp_init.Tpo" -c -o otp_init.lo `test -f 'otp_init.c' || echo './'`otp_init.c; then mv -f ".deps/otp_init.Tpo" ".deps/otp_init.Plo"; else rm -f ".deps/otp_init.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -I/usr/local/ssl/include -Wall -W -g -O2 -MT otp_init.lo -MD -MP -MF .deps/otp_init.Tpo -c otp_init.c -fPIC -DPIC -o otp_init.lo
/bin/sh ../libtool --mode=link gcc -Wall -W -g -O2 -module -export-dynamic -rpath /usr/lib/sasl2 -L/usr/local/ssl/lib -R/usr/local/ssl/lib -o libotp.la -version-info 2:23:0 otp.lo otp_init.lo plugin_common.lo -lcrypto -lopie
rm -fr .libs/libotp.la .libs/libotp.* .libs/libotp.*
*** Warning: inter-library dependencies are not known to be supported.
*** All declared inter-library dependencies are being dropped.
*** Warning: libtool could not satisfy all declared inter-library
*** dependencies of module libotp. Therefore, libtool will create
*** a static module, that should work as long as the dlopening
*** application is linked with the -dlopen flag.
ar cru .libs/libotp.a otp.lo otp_init.lo plugin_common.lo
ranlib .libs/libotp.a
creating libotp.la
(cd .libs && rm -f libotp.la && ln -s ../libotp.la libotp.la)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -I/usr/local/ssl/include -Wall -W -g -O2 -MT plain.lo -MD -MP -MF ".deps/plain.Tpo" -c -o plain.lo `test -f 'plain.c' || echo './'`plain.c; then mv -f ".deps/plain.Tpo" ".deps/plain.Plo"; else rm -f ".deps/plain.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -I/usr/local/ssl/include -Wall -W -g -O2 -MT plain.lo -MD -MP -MF .deps/plain.Tpo -c plain.c -fPIC -DPIC -o plain.lo
plain.c: In function 'plain_server_mech_new':
plain.c:64: warning: unused parameter 'glob_context'
plain.c:66: warning: unused parameter 'challenge'
plain.c:67: warning: unused parameter 'challen'
plain.c: In function 'plain_server_mech_step':
plain.c:81: warning: unused parameter 'conn_context'
plain.c: In function 'plain_client_mech_new':
plain.c:238: warning: unused parameter 'glob_context'
plain.c: In function 'plain_client_mech_step':
plain.c:260: warning: unused parameter 'serverin'
plain.c:261: warning: unused parameter 'serverinlen'
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -I/usr/local/ssl/include -Wall -W -g -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 -f ".deps/plain_init.Tpo" ".deps/plain_init.Plo"; else rm -f ".deps/plain_init.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -I/usr/local/ssl/include -Wall -W -g -O2 -MT plain_init.lo -MD -MP -MF .deps/plain_init.Tpo -c plain_init.c -fPIC -DPIC -o plain_init.lo
/bin/sh ../libtool --mode=link gcc -Wall -W -g -O2 -module -export-dynamic -rpath /usr/lib/sasl2 -L/usr/local/ssl/lib -R/usr/local/ssl/lib -o libplain.la -version-info 2:23:0 plain.lo plain_init.lo plugin_common.lo -lcrypt
rm -fr .libs/libplain.la .libs/libplain.* .libs/libplain.*
*** Warning: inter-library dependencies are not known to be supported.
*** All declared inter-library dependencies are being dropped.
*** Warning: libtool could not satisfy all declared inter-library
*** dependencies of module libplain. Therefore, libtool will create
*** a static module, that should work as long as the dlopening
*** application is linked with the -dlopen flag.
ar cru .libs/libplain.a plain.lo plain_init.lo plugin_common.lo
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 -I/usr/local/ssl/include -Wall -W -g -O2 -MT anonymous.lo -MD -MP -MF ".deps/anonymous.Tpo" -c -o anonymous.lo `test -f 'anonymous.c' || echo './'`anonymous.c; then mv -f ".deps/anonymous.Tpo" ".deps/anonymous.Plo"; else rm -f ".deps/anonymous.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -I/usr/local/ssl/include -Wall -W -g -O2 -MT anonymous.lo -MD -MP -MF .deps/anonymous.Tpo -c anonymous.c -fPIC -DPIC -o anonymous.lo
anonymous.c: In function 'anonymous_server_mech_new':
anonymous.c:70: warning: unused parameter 'glob_context'
anonymous.c:72: warning: unused parameter 'challenge'
anonymous.c:73: warning: unused parameter 'challen'
anonymous.c: In function 'anonymous_server_mech_step':
anonymous.c:88: warning: unused parameter 'conn_context'
anonymous.c: In function 'anonymous_client_mech_new':
anonymous.c:200: warning: unused parameter 'glob_context'
anonymous.c: In function 'anonymous_client_mech_step':
anonymous.c:228: warning: unused parameter 'serverin'
anonymous.c: At top level:
anonymous.c:361: warning: pointer targets in initialization differ in signedness
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -I/usr/local/ssl/include -Wall -W -g -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 -f ".deps/anonymous_init.Tpo" ".deps/anonymous_init.Plo"; else rm -f ".deps/anonymous_init.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -I/usr/local/ssl/include -Wall -W -g -O2 -MT anonymous_init.lo -MD -MP -MF .deps/anonymous_init.Tpo -c anonymous_init.c -fPIC -DPIC -o anonymous_init.lo
/bin/sh ../libtool --mode=link gcc -Wall -W -g -O2 -module -export-dynamic -rpath /usr/lib/sasl2 -L/usr/local/ssl/lib -R/usr/local/ssl/lib -o libanonymous.la -version-info 2:23:0 anonymous.lo anonymous_init.lo plugin_common.lo
rm -fr .libs/libanonymous.la .libs/libanonymous.* .libs/libanonymous.*
(cd . && ln -s anonymous.lo anonymous.o)
(cd . && ln -s anonymous_init.lo anonymous_init.o)
gcc -shared anonymous.lo anonymous_init.lo plugin_common.lo -Wl,-soname -Wl,libanonymous.so.2.23 -o .libs/libanonymous.so.2.23
creating libanonymous.la
(cd .libs && rm -f libanonymous.la && ln -s ../libanonymous.la libanonymous.la)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -I/usr/local/ssl/include -Wall -W -g -O2 -MT login.lo -MD -MP -MF ".deps/login.Tpo" -c -o login.lo `test -f 'login.c' || echo './'`login.c; then mv -f ".deps/login.Tpo" ".deps/login.Plo"; else rm -f ".deps/login.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -I/usr/local/ssl/include -Wall -W -g -O2 -MT login.lo -MD -MP -MF .deps/login.Tpo -c login.c -fPIC -DPIC -o login.lo
login.c: In function 'login_server_mech_new':
login.c:68: warning: unused parameter 'glob_context'
login.c:70: warning: unused parameter 'challenge'
login.c:71: warning: unused parameter 'challen'
login.c: In function 'login_server_mech_step':
login.c:172: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness
login.c:186: warning: pointer targets in passing argument 4 of 'params->utils->checkpass' differ in signedness
login.c: In function 'login_client_mech_new':
login.c:279: warning: unused parameter 'glob_context'
login.c: In function 'login_client_mech_step':
login.c:417: warning: pointer targets in assignment differ in signedness
login.c:304: warning: unused parameter 'serverinlen'
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -I/usr/local/ssl/include -Wall -W -g -O2 -MT login_init.lo -MD -MP -MF ".deps/login_init.Tpo" -c -o login_init.lo `test -f 'login_init.c' || echo './'`login_init.c; then mv -f ".deps/login_init.Tpo" ".deps/login_init.Plo"; else rm -f ".deps/login_init.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -I/usr/local/ssl/include -Wall -W -g -O2 -MT login_init.lo -MD -MP -MF .deps/login_init.Tpo -c login_init.c -fPIC -DPIC -o login_init.lo
/bin/sh ../libtool --mode=link gcc -Wall -W -g -O2 -module -export-dynamic -rpath /usr/lib/sasl2 -L/usr/local/ssl/lib -R/usr/local/ssl/lib -o liblogin.la -version-info 2:23:0 login.lo login_init.lo plugin_common.lo -lcrypt
rm -fr .libs/liblogin.la .libs/liblogin.* .libs/liblogin.*
*** Warning: inter-library dependencies are not known to be supported.
*** All declared inter-library dependencies are being dropped.
*** Warning: libtool could not satisfy all declared inter-library
*** dependencies of module liblogin. Therefore, libtool will create
*** a static module, that should work as long as the dlopening
*** application is linked with the -dlopen flag.
ar cru .libs/liblogin.a login.lo login_init.lo plugin_common.lo
ranlib .libs/liblogin.a
creating liblogin.la
(cd .libs && rm -f liblogin.la && ln -s ../liblogin.la liblogin.la)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -I/usr/local/ssl/include -Wall -W -g -O2 -MT sql.lo -MD -MP -MF ".deps/sql.Tpo" -c -o sql.lo `test -f 'sql.c' || echo './'`sql.c; then mv -f ".deps/sql.Tpo" ".deps/sql.Plo"; else rm -f ".deps/sql.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -I/usr/local/ssl/include -Wall -W -g -O2 -MT sql.lo -MD -MP -MF .deps/sql.Tpo -c sql.c -fPIC -DPIC -o sql.lo
sql.c: In function 'sql_auxprop_plug_init':
sql.c:1077: warning: unused parameter 'plugname'
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -I/usr/local/ssl/include -Wall -W -g -O2 -MT sql_init.lo -MD -MP -MF ".deps/sql_init.Tpo" -c -o sql_init.lo `test -f 'sql_init.c' || echo './'`sql_init.c; then mv -f ".deps/sql_init.Tpo" ".deps/sql_init.Plo"; else rm -f ".deps/sql_init.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -I/usr/local/ssl/include -Wall -W -g -O2 -MT sql_init.lo -MD -MP -MF .deps/sql_init.Tpo -c sql_init.c -fPIC -DPIC -o sql_init.lo
/bin/sh ../libtool --mode=link gcc -Wall -W -g -O2 -module -export-dynamic -rpath /usr/lib/sasl2 -L/usr/local/ssl/lib -R/usr/local/ssl/lib -o libsql.la -version-info 2:23:0 sql.lo sql_init.lo plugin_common.lo
rm -fr .libs/libsql.la .libs/libsql.* .libs/libsql.*
(cd . && ln -s sql.lo sql.o)
(cd . && ln -s sql_init.lo sql_init.o)
gcc -shared sql.lo sql_init.lo plugin_common.lo -Wl,-soname -Wl,libsql.so.2.23 -o .libs/libsql.so.2.23
creating libsql.la
(cd .libs && rm -f libsql.la && ln -s ../libsql.la libsql.la)
Making all in lib
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -I../sasldb -I/usr/local/ssl/include -Wall -W -g -O2 -MT auxprop.lo -MD -MP -MF ".deps/auxprop.Tpo" -c -o auxprop.lo `test -f 'auxprop.c' || echo './'`auxprop.c; then mv -f ".deps/auxprop.Tpo" ".deps/auxprop.Plo"; else rm -f ".deps/auxprop.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -I../sasldb -I/usr/local/ssl/include -Wall -W -g -O2 -MT auxprop.lo -MD -MP -MF .deps/auxprop.Tpo -c auxprop.c -fPIC -DPIC -o auxprop.lo
auxprop.c: In function '_sasl_print_mechanism':
auxprop.c:1010: warning: implicit declaration of function 'printf'
auxprop.c:1010: warning: incompatible implicit declaration of built-in function 'printf'
auxprop.c:1017: warning: incompatible implicit declaration of built-in function 'printf'
auxprop.c:1007: warning: unused variable 'delimiter'
auxprop.c:1005: warning: unused parameter 'rock'
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -I../sasldb -I/usr/local/ssl/include -Wall -W -g -O2 -MT canonusr.lo -MD -MP -MF ".deps/canonusr.Tpo" -c -o canonusr.lo `test -f 'canonusr.c' || echo './'`canonusr.c; then mv -f ".deps/canonusr.Tpo" ".deps/canonusr.Plo"; else rm -f ".deps/canonusr.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -I../sasldb -I/usr/local/ssl/include -Wall -W -g -O2 -MT canonusr.lo -MD -MP -MF .deps/canonusr.Tpo -c canonusr.c -fPIC -DPIC -o canonusr.lo
canonusr.c: In function '_canonuser_internal':
canonusr.c:266: warning: unused parameter 'flags'
canonusr.c: In function '_cu_internal_server':
canonusr.c:324: warning: unused parameter 'glob_context'
canonusr.c: In function '_cu_internal_client':
canonusr.c:336: warning: unused parameter 'glob_context'
canonusr.c: In function 'internal_canonuser_init':
canonusr.c:361: warning: unused parameter 'utils'
canonusr.c:365: warning: unused parameter 'plugname'
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -I../sasldb -I/usr/local/ssl/include -Wall -W -g -O2 -MT checkpw.lo -MD -MP -MF ".deps/checkpw.Tpo" -c -o checkpw.lo `test -f 'checkpw.c' || echo './'`checkpw.c; then mv -f ".deps/checkpw.Tpo" ".deps/checkpw.Plo"; else rm -f ".deps/checkpw.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -I../sasldb -I/usr/local/ssl/include -Wall -W -g -O2 -MT checkpw.lo -MD -MP -MF .deps/checkpw.Tpo -c checkpw.c -fPIC -DPIC -o checkpw.lo
checkpw.c: In function 'auxprop_verify_password':
checkpw.c:134: warning: unused parameter 'service'
checkpw.c:135: warning: unused parameter 'user_realm'
checkpw.c: In function '_sasl_auxprop_verify_apop':
checkpw.c:236: warning: unused parameter 'user_realm'
checkpw.c: In function 'authdaemon_verify_password':
checkpw.c:915: warning: unused parameter 'user_realm'
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -I../sasldb -I/usr/local/ssl/include -Wall -W -g -O2 -MT client.lo -MD -MP -MF ".deps/client.Tpo" -c -o client.lo `test -f 'client.c' || echo './'`client.c; then mv -f ".deps/client.Tpo" ".deps/client.Plo"; else rm -f ".deps/client.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -I../sasldb -I/usr/local/ssl/include -Wall -W -g -O2 -MT client.lo -MD -MP -MF .deps/client.Tpo -c client.c -fPIC -DPIC -o client.lo
client.c: In function '_sasl_print_mechanism':
client.c:861: warning: unused parameter 'rock'
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -I../sasldb -I/usr/local/ssl/include -Wall -W -g -O2 -MT common.lo -MD -MP -MF ".deps/common.Tpo" -c -o common.lo `test -f 'common.c' || echo './'`common.c; then mv -f ".deps/common.Tpo" ".deps/common.Plo"; else rm -f ".deps/common.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -I../sasldb -I/usr/local/ssl/include -Wall -W -g -O2 -MT common.lo -MD -MP -MF .deps/common.Tpo -c common.c -fPIC -DPIC -o common.lo
common.c: In function 'sasl_mutex_lock':
common.c:130: warning: unused parameter 'mutex'
common.c: In function 'sasl_mutex_unlock':
common.c:135: warning: unused parameter 'mutex'
common.c: In function 'sasl_mutex_free':
common.c:140: warning: unused parameter 'mutex'
common.c: In function 'sasl_errstring':
common.c:1213: warning: unused parameter 'langlist'
common.c: In function '_sasl_getpath_simple':
common.c:1496: warning: unused parameter 'context'
common.c: In function '_sasl_getconfpath_simple':
common.c:1551: warning: unused parameter 'context'
common.c: In function '_sasl_verifyfile':
common.c:1568: warning: unused parameter 'context'
common.c:1569: warning: unused parameter 'file'
common.c:1570: warning: unused parameter 'type'
common.c: In function '_sasl_proxy_policy':
common.c:1579: warning: unused parameter 'context'
common.c:1582: warning: unused parameter 'def_realm'
common.c:1583: warning: unused parameter 'urlen'
common.c:1584: warning: unused parameter 'propctx'
common.c: In function '_sasl_get_default_unix_path':
common.c:2304: warning: unused parameter 'context'
common.c: In function 'sasl_encodev':
common.c:387: warning: 'result' may be used uninitialized in this function
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -I../sasldb -I/usr/local/ssl/include -Wall -W -g -O2 -MT config.lo -MD -MP -MF ".deps/config.Tpo" -c -o config.lo `test -f 'config.c' || echo './'`config.c; then mv -f ".deps/config.Tpo" ".deps/config.Plo"; else rm -f ".deps/config.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -I../sasldb -I/usr/local/ssl/include -Wall -W -g -O2 -MT config.lo -MD -MP -MF .deps/config.Tpo -c config.c -fPIC -DPIC -o config.lo
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -I../sasldb -I/usr/local/ssl/include -Wall -W -g -O2 -MT external.lo -MD -MP -MF ".deps/external.Tpo" -c -o external.lo `test -f 'external.c' || echo './'`external.c; then mv -f ".deps/external.Tpo" ".deps/external.Plo"; else rm -f ".deps/external.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -I../sasldb -I/usr/local/ssl/include -Wall -W -g -O2 -MT external.lo -MD -MP -MF .deps/external.Tpo -c external.c -fPIC -DPIC -o external.lo
external.c: In function 'external_server_mech_new':
external.c:65: warning: unused parameter 'glob_context'
external.c:67: warning: unused parameter 'challenge'
external.c:68: warning: unused parameter 'challen'
external.c: In function 'external_server_mech_step':
external.c:86: warning: unused parameter 'conn_context'
external.c: In function 'external_server_mech_avail':
external.c:159: warning: unused parameter 'glob_context'
external.c:161: warning: unused parameter 'conn_context'
external.c: In function 'external_client_mech_new':
external.c:222: warning: unused parameter 'glob_context'
external.c: In function 'external_client_mech_step':
external.c:250: warning: unused parameter 'serverin'
external.c: In function 'external_client_mech_dispose':
external.c:354: warning: unused parameter 'utils'
external.c: At top level:
external.c:379: warning: pointer targets in initialization differ in signedness
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -I../sasldb -I/usr/local/ssl/include -Wall -W -g -O2 -MT md5.lo -MD -MP -MF ".deps/md5.Tpo" -c -o md5.lo `test -f 'md5.c' || echo './'`md5.c; then mv -f ".deps/md5.Tpo" ".deps/md5.Plo"; else rm -f ".deps/md5.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -I../sasldb -I/usr/local/ssl/include -Wall -W -g -O2 -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.c -fPIC -DPIC -o md5.lo
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -I../sasldb -I/usr/local/ssl/include -Wall -W -g -O2 -MT saslutil.lo -MD -MP -MF ".deps/saslutil.Tpo" -c -o saslutil.lo `test -f 'saslutil.c' || echo './'`saslutil.c; then mv -f ".deps/saslutil.Tpo" ".deps/saslutil.Plo"; else rm -f ".deps/saslutil.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -I../sasldb -I/usr/local/ssl/include -Wall -W -g -O2 -MT saslutil.lo -MD -MP -MF .deps/saslutil.Tpo -c saslutil.c -fPIC -DPIC -o saslutil.lo
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -I../sasldb -I/usr/local/ssl/include -Wall -W -g -O2 -MT server.lo -MD -MP -MF ".deps/server.Tpo" -c -o server.lo `test -f 'server.c' || echo './'`server.c; then mv -f ".deps/server.Tpo" ".deps/server.Plo"; else rm -f ".deps/server.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -I../sasldb -I/usr/local/ssl/include -Wall -W -g -O2 -MT server.lo -MD -MP -MF .deps/server.Tpo -c server.c -fPIC -DPIC -o server.lo
server.c: In function 'sasl_setpass':
server.c:152: warning: dereferencing type-punned pointer will break strict-aliasing rules
server.c: In function 'load_config':
server.c:487: warning: passing argument 2 of '(int (*)(void *, char **))getconfpath_cb->proc' from incompatible pointer type
server.c:521: warning: field precision should have type 'int', but argument 4 has type 'size_t'
server.c: In function 'sasl_server_start':
server.c:1267: warning: dereferencing type-punned pointer will break strict-aliasing rules
server.c: In function '_sasl_server_listmech':
server.c:1500: warning: unused parameter 'user'
server.c: In function 'sasl_checkapop':
server.c:1841: warning: unused parameter 'challen'
server.c:1843: warning: unused parameter 'resplen'
server.c: In function '_sasl_print_mechanism':
server.c:1934: warning: unused parameter 'rock'
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -I../sasldb -I/usr/local/ssl/include -Wall -W -g -O2 -MT seterror.lo -MD -MP -MF ".deps/seterror.Tpo" -c -o seterror.lo `test -f 'seterror.c' || echo './'`seterror.c; then mv -f ".deps/seterror.Tpo" ".deps/seterror.Plo"; else rm -f ".deps/seterror.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -I../sasldb -I/usr/local/ssl/include -Wall -W -g -O2 -MT seterror.lo -MD -MP -MF .deps/seterror.Tpo -c seterror.c -fPIC -DPIC -o seterror.lo
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -I../sasldb -I/usr/local/ssl/include -Wall -W -g -O2 -MT dlopen.lo -MD -MP -MF ".deps/dlopen.Tpo" -c -o dlopen.lo `test -f 'dlopen.c' || echo './'`dlopen.c; then mv -f ".deps/dlopen.Tpo" ".deps/dlopen.Plo"; else rm -f ".deps/dlopen.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -I../sasldb -I/usr/local/ssl/include -Wall -W -g -O2 -MT dlopen.lo -MD -MP -MF .deps/dlopen.Tpo -c dlopen.c -fPIC -DPIC -o dlopen.lo
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -I../sasldb -I/usr/local/ssl/include -Wall -W -g -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 -f ".deps/plugin_common.Tpo" ".deps/plugin_common.Plo"; else rm -f ".deps/plugin_common.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -I../sasldb -I/usr/local/ssl/include -Wall -W -g -O2 -MT plugin_common.lo -MD -MP -MF .deps/plugin_common.Tpo -c ../plugins/plugin_common.c -fPIC -DPIC -o plugin_common.lo
../plugins/plugin_common.c: In function '_plug_free_secret':
../plugins/plugin_common.c:293: warning: pointer targets in passing argument 1 of 'utils->erasebuffer' differ in signedness
/bin/sh ../libtool --mode=link gcc -Wall -W -g -O2 -L/usr/local/ssl/lib -R/usr/local/ssl/lib -o libsasl2.la -rpath /usr/local/lib -version-info 2:23: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
mkdir .libs
(cd . && ln -s auxprop.lo auxprop.o)
(cd . && ln -s canonusr.lo canonusr.o)
(cd . && ln -s checkpw.lo checkpw.o)
(cd . && ln -s client.lo client.o)
(cd . && ln -s common.lo common.o)
(cd . && ln -s config.lo config.o)
(cd . && ln -s external.lo external.o)
(cd . && ln -s md5.lo md5.o)
(cd . && ln -s saslutil.lo saslutil.o)
(cd . && ln -s server.lo server.o)
(cd . && ln -s seterror.lo seterror.o)
(cd . && ln -s dlopen.lo dlopen.o)
(cd . && ln -s plugin_common.lo plugin_common.o)
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 -Wl,-soname -Wl,libsasl2.so.2.23 -o .libs/libsasl2.so.2.23
creating libsasl2.la
(cd .libs && rm -f libsasl2.la && ln -s ../libsasl2.la libsasl2.la)
Making all in utils
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/local/ssl/include -Wall -W -g -O2 -MT dbconverter-2.o -MD -MP -MF ".deps/dbconverter-2.Tpo" -c -o dbconverter-2.o `test -f 'dbconverter-2.c' || echo './'`dbconverter-2.c; then mv -f ".deps/dbconverter-2.Tpo" ".deps/dbconverter-2.Po"; else rm -f ".deps/dbconverter-2.Tpo"; exit 1; fi
dbconverter-2.c: In function 'good_getopt':
dbconverter-2.c:365: warning: unused parameter 'context'
dbconverter-2.c:366: warning: unused parameter 'plugin_name'
/bin/sh ../libtool --mode=link gcc -Wall -W -g -O2 -L/usr/local/ssl/lib -R/usr/local/ssl/lib -o dbconverter-2 dbconverter-2.o ../sasldb/libsasldb.la ../lib/libsasl2.la
mkdir .libs
gcc -Wall -W -g -O2 -L/usr/local/ssl/lib -o .libs/dbconverter-2 dbconverter-2.o ../sasldb/.libs/libsasldb.al ../lib/.libs/libsasl2.so.2.23 -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/ssl/lib
creating dbconverter-2
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/local/ssl/include -Wall -W -g -O2 -MT saslpasswd.o -MD -MP -MF ".deps/saslpasswd.Tpo" -c -o saslpasswd.o `test -f 'saslpasswd.c' || echo './'`saslpasswd.c; then mv -f ".deps/saslpasswd.Tpo" ".deps/saslpasswd.Po"; else rm -f ".deps/saslpasswd.Tpo"; exit 1; fi
saslpasswd.c: In function 'good_getopt':
saslpasswd.c:237: warning: unused parameter 'context'
saslpasswd.c:238: warning: unused parameter 'plugin_name'
/bin/sh ../libtool --mode=link gcc -Wall -W -g -O2 -L/usr/local/ssl/lib -R/usr/local/ssl/lib -o saslpasswd2 saslpasswd.o ../sasldb/libsasldb.la ../lib/libsasl2.la
gcc -Wall -W -g -O2 -L/usr/local/ssl/lib -o .libs/saslpasswd2 saslpasswd.o ../sasldb/.libs/libsasldb.al ../lib/.libs/libsasl2.so.2.23 -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/ssl/lib
creating saslpasswd2
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/local/ssl/include -Wall -W -g -O2 -MT sasldblistusers.o -MD -MP -MF ".deps/sasldblistusers.Tpo" -c -o sasldblistusers.o `test -f 'sasldblistusers.c' || echo './'`sasldblistusers.c; then mv -f ".deps/sasldblistusers.Tpo" ".deps/sasldblistusers.Po"; else rm -f ".deps/sasldblistusers.Tpo"; exit 1; fi
sasldblistusers.c: In function 'good_getopt':
sasldblistusers.c:70: warning: unused parameter 'context'
sasldblistusers.c:71: warning: unused parameter 'plugin_name'
/bin/sh ../libtool --mode=link gcc -Wall -W -g -O2 -L/usr/local/ssl/lib -R/usr/local/ssl/lib -o sasldblistusers2 sasldblistusers.o ../sasldb/libsasldb.la ../lib/libsasl2.la
gcc -Wall -W -g -O2 -L/usr/local/ssl/lib -o .libs/sasldblistusers2 sasldblistusers.o ../sasldb/.libs/libsasldb.al ../lib/.libs/libsasl2.so.2.23 -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/ssl/lib
creating sasldblistusers2
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I/usr/local/ssl/include -Wall -W -g -O2 -MT pluginviewer.o -MD -MP -MF ".deps/pluginviewer.Tpo" -c -o pluginviewer.o `test -f 'pluginviewer.c' || echo './'`pluginviewer.c; then mv -f ".deps/pluginviewer.Tpo" ".deps/pluginviewer.Po"; else rm -f ".deps/pluginviewer.Tpo"; exit 1; fi
pluginviewer.c: In function 'sasl_my_log':
pluginviewer.c:171: warning: unused parameter 'context'
pluginviewer.c: In function 'sasl_getopt':
pluginviewer.c:220: warning: unused parameter 'context'
pluginviewer.c:221: warning: unused parameter 'plugin_name'
pluginviewer.c: In function 'main':
pluginviewer.c:440: warning: passing argument 2 of 'getsubopt' from incompatible pointer type
pluginviewer.c:465: warning: passing argument 2 of 'getsubopt' from incompatible pointer type
pluginviewer.c:494: warning: passing argument 2 of 'getsubopt' from incompatible pointer type
pluginviewer.c:676: warning: pointer targets in passing argument 8 of 'sasl_listmech' differ in signedness
pluginviewer.c:769: warning: pointer targets in passing argument 8 of 'sasl_listmech' differ in signedness
pluginviewer.c: At top level:
pluginviewer.c:138: warning: 'ip_subopts' defined but not used
pluginviewer.c:283: warning: 'osfail' defined but not used
/bin/sh ../libtool --mode=link gcc -Wall -W -g -O2 -L/usr/local/ssl/lib -R/usr/local/ssl/lib -o pluginviewer pluginviewer.o ../lib/libsasl2.la
gcc -Wall -W -g -O2 -L/usr/local/ssl/lib -o .libs/pluginviewer pluginviewer.o ../lib/.libs/libsasl2.so.2.23 -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/ssl/lib
creating pluginviewer
Making all in doc
Making all in man
Making all in saslauthd
make all-am
if gcc -DHAVE_CONFIG_H -DSASLAUTHD_CONF_FILE_DEFAULT=\"/usr/local/etc/saslauthd.conf\" -I. -I. -I.. -I. -I. -I. -I./include -I./include -I./../include -I/usr/local/ssl/include -g -O2 -MT mechanisms.o -MD -MP -MF ".deps/mechanisms.Tpo" -c -o mechanisms.o `test -f 'mechanisms.c' || echo './'`mechanisms.c; then mv -f ".deps/mechanisms.Tpo" ".deps/mechanisms.Po"; else rm -f ".deps/mechanisms.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -DSASLAUTHD_CONF_FILE_DEFAULT=\"/usr/local/etc/saslauthd.conf\" -I. -I. -I.. -I. -I. -I. -I./include -I./include -I./../include -I/usr/local/ssl/include -g -O2 -MT auth_dce.o -MD -MP -MF ".deps/auth_dce.Tpo" -c -o auth_dce.o `test -f 'auth_dce.c' || echo './'`auth_dce.c; then mv -f ".deps/auth_dce.Tpo" ".deps/auth_dce.Po"; else rm -f ".deps/auth_dce.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -DSASLAUTHD_CONF_FILE_DEFAULT=\"/usr/local/etc/saslauthd.conf\" -I. -I. -I.. -I. -I. -I. -I./include -I./include -I./../include -I/usr/local/ssl/include -g -O2 -MT auth_getpwent.o -MD -MP -MF ".deps/auth_getpwent.Tpo" -c -o auth_getpwent.o `test -f 'auth_getpwent.c' || echo './'`auth_getpwent.c; then mv -f ".deps/auth_getpwent.Tpo" ".deps/auth_getpwent.Po"; else rm -f ".deps/auth_getpwent.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -DSASLAUTHD_CONF_FILE_DEFAULT=\"/usr/local/etc/saslauthd.conf\" -I. -I. -I.. -I. -I. -I. -I./include -I./include -I./../include -I/usr/local/ssl/include -g -O2 -MT auth_krb5.o -MD -MP -MF ".deps/auth_krb5.Tpo" -c -o auth_krb5.o `test -f 'auth_krb5.c' || echo './'`auth_krb5.c; then mv -f ".deps/auth_krb5.Tpo" ".deps/auth_krb5.Po"; else rm -f ".deps/auth_krb5.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -DSASLAUTHD_CONF_FILE_DEFAULT=\"/usr/local/etc/saslauthd.conf\" -I. -I. -I.. -I. -I. -I. -I./include -I./include -I./../include -I/usr/local/ssl/include -g -O2 -MT auth_krb4.o -MD -MP -MF ".deps/auth_krb4.Tpo" -c -o auth_krb4.o `test -f 'auth_krb4.c' || echo './'`auth_krb4.c; then mv -f ".deps/auth_krb4.Tpo" ".deps/auth_krb4.Po"; else rm -f ".deps/auth_krb4.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -DSASLAUTHD_CONF_FILE_DEFAULT=\"/usr/local/etc/saslauthd.conf\" -I. -I. -I.. -I. -I. -I. -I./include -I./include -I./../include -I/usr/local/ssl/include -g -O2 -MT auth_pam.o -MD -MP -MF ".deps/auth_pam.Tpo" -c -o auth_pam.o `test -f 'auth_pam.c' || echo './'`auth_pam.c; then mv -f ".deps/auth_pam.Tpo" ".deps/auth_pam.Po"; else rm -f ".deps/auth_pam.Tpo"; exit 1; fi
In file included from auth_pam.c:50:
../config.h:313:1: warning: "PACKAGE" redefined
In file included from mechanisms.h:35,
from auth_pam.c:46:
saslauthd.h:172:1: warning: this is the location of the previous definition
if gcc -DHAVE_CONFIG_H -DSASLAUTHD_CONF_FILE_DEFAULT=\"/usr/local/etc/saslauthd.conf\" -I. -I. -I.. -I. -I. -I. -I./include -I./include -I./../include -I/usr/local/ssl/include -g -O2 -MT auth_rimap.o -MD -MP -MF ".deps/auth_rimap.Tpo" -c -o auth_rimap.o `test -f 'auth_rimap.c' || echo './'`auth_rimap.c; then mv -f ".deps/auth_rimap.Tpo" ".deps/auth_rimap.Po"; else rm -f ".deps/auth_rimap.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -DSASLAUTHD_CONF_FILE_DEFAULT=\"/usr/local/etc/saslauthd.conf\" -I. -I. -I.. -I. -I. -I. -I./include -I./include -I./../include -I/usr/local/ssl/include -g -O2 -MT auth_httpform.o -MD -MP -MF ".deps/auth_httpform.Tpo" -c -o auth_httpform.o `test -f 'auth_httpform.c' || echo './'`auth_httpform.c; then mv -f ".deps/auth_httpform.Tpo" ".deps/auth_httpform.Po"; else rm -f ".deps/auth_httpform.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -DSASLAUTHD_CONF_FILE_DEFAULT=\"/usr/local/etc/saslauthd.conf\" -I. -I. -I.. -I. -I. -I. -I./include -I./include -I./../include -I/usr/local/ssl/include -g -O2 -MT auth_shadow.o -MD -MP -MF ".deps/auth_shadow.Tpo" -c -o auth_shadow.o `test -f 'auth_shadow.c' || echo './'`auth_shadow.c; then mv -f ".deps/auth_shadow.Tpo" ".deps/auth_shadow.Po"; else rm -f ".deps/auth_shadow.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -DSASLAUTHD_CONF_FILE_DEFAULT=\"/usr/local/etc/saslauthd.conf\" -I. -I. -I.. -I. -I. -I. -I./include -I./include -I./../include -I/usr/local/ssl/include -g -O2 -MT auth_sia.o -MD -MP -MF ".deps/auth_sia.Tpo" -c -o auth_sia.o `test -f 'auth_sia.c' || echo './'`auth_sia.c; then mv -f ".deps/auth_sia.Tpo" ".deps/auth_sia.Po"; else rm -f ".deps/auth_sia.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -DSASLAUTHD_CONF_FILE_DEFAULT=\"/usr/local/etc/saslauthd.conf\" -I. -I. -I.. -I. -I. -I. -I./include -I./include -I./../include -I/usr/local/ssl/include -g -O2 -MT auth_sasldb.o -MD -MP -MF ".deps/auth_sasldb.Tpo" -c -o auth_sasldb.o `test -f 'auth_sasldb.c' || echo './'`auth_sasldb.c; then mv -f ".deps/auth_sasldb.Tpo" ".deps/auth_sasldb.Po"; else rm -f ".deps/auth_sasldb.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -DSASLAUTHD_CONF_FILE_DEFAULT=\"/usr/local/etc/saslauthd.conf\" -I. -I. -I.. -I. -I. -I. -I./include -I./include -I./../include -I/usr/local/ssl/include -g -O2 -MT lak.o -MD -MP -MF ".deps/lak.Tpo" -c -o lak.o `test -f 'lak.c' || echo './'`lak.c; then mv -f ".deps/lak.Tpo" ".deps/lak.Po"; else rm -f ".deps/lak.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -DSASLAUTHD_CONF_FILE_DEFAULT=\"/usr/local/etc/saslauthd.conf\" -I. -I. -I.. -I. -I. -I. -I./include -I./include -I./../include -I/usr/local/ssl/include -g -O2 -MT auth_ldap.o -MD -MP -MF ".deps/auth_ldap.Tpo" -c -o auth_ldap.o `test -f 'auth_ldap.c' || echo './'`auth_ldap.c; then mv -f ".deps/auth_ldap.Tpo" ".deps/auth_ldap.Po"; else rm -f ".deps/auth_ldap.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -DSASLAUTHD_CONF_FILE_DEFAULT=\"/usr/local/etc/saslauthd.conf\" -I. -I. -I.. -I. -I. -I. -I./include -I./include -I./../include -I/usr/local/ssl/include -g -O2 -MT cache.o -MD -MP -MF ".deps/cache.Tpo" -c -o cache.o `test -f 'cache.c' || echo './'`cache.c; then mv -f ".deps/cache.Tpo" ".deps/cache.Po"; else rm -f ".deps/cache.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -DSASLAUTHD_CONF_FILE_DEFAULT=\"/usr/local/etc/saslauthd.conf\" -I. -I. -I.. -I. -I. -I. -I./include -I./include -I./../include -I/usr/local/ssl/include -g -O2 -MT cfile.o -MD -MP -MF ".deps/cfile.Tpo" -c -o cfile.o `test -f 'cfile.c' || echo './'`cfile.c; then mv -f ".deps/cfile.Tpo" ".deps/cfile.Po"; else rm -f ".deps/cfile.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -DSASLAUTHD_CONF_FILE_DEFAULT=\"/usr/local/etc/saslauthd.conf\" -I. -I. -I.. -I. -I. -I. -I./include -I./include -I./../include -I/usr/local/ssl/include -g -O2 -MT krbtf.o -MD -MP -MF ".deps/krbtf.Tpo" -c -o krbtf.o `test -f 'krbtf.c' || echo './'`krbtf.c; then mv -f ".deps/krbtf.Tpo" ".deps/krbtf.Po"; else rm -f ".deps/krbtf.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -DSASLAUTHD_CONF_FILE_DEFAULT=\"/usr/local/etc/saslauthd.conf\" -I. -I. -I.. -I. -I. -I. -I./include -I./include -I./../include -I/usr/local/ssl/include -g -O2 -MT utils.o -MD -MP -MF ".deps/utils.Tpo" -c -o utils.o `test -f 'utils.c' || echo './'`utils.c; then mv -f ".deps/utils.Tpo" ".deps/utils.Po"; else rm -f ".deps/utils.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -DSASLAUTHD_CONF_FILE_DEFAULT=\"/usr/local/etc/saslauthd.conf\" -I. -I. -I.. -I. -I. -I. -I./include -I./include -I./../include -I/usr/local/ssl/include -g -O2 -MT ipc_unix.o -MD -MP -MF ".deps/ipc_unix.Tpo" -c -o ipc_unix.o `test -f 'ipc_unix.c' || echo './'`ipc_unix.c; then mv -f ".deps/ipc_unix.Tpo" ".deps/ipc_unix.Po"; else rm -f ".deps/ipc_unix.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -DSASLAUTHD_CONF_FILE_DEFAULT=\"/usr/local/etc/saslauthd.conf\" -I. -I. -I.. -I. -I. -I. -I./include -I./include -I./../include -I/usr/local/ssl/include -g -O2 -MT ipc_doors.o -MD -MP -MF ".deps/ipc_doors.Tpo" -c -o ipc_doors.o `test -f 'ipc_doors.c' || echo './'`ipc_doors.c; then mv -f ".deps/ipc_doors.Tpo" ".deps/ipc_doors.Po"; else rm -f ".deps/ipc_doors.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -DSASLAUTHD_CONF_FILE_DEFAULT=\"/usr/local/etc/saslauthd.conf\" -I. -I. -I.. -I. -I. -I. -I./include -I./include -I./../include -I/usr/local/ssl/include -g -O2 -MT saslauthd-main.o -MD -MP -MF ".deps/saslauthd-main.Tpo" -c -o saslauthd-main.o `test -f 'saslauthd-main.c' || echo './'`saslauthd-main.c; then mv -f ".deps/saslauthd-main.Tpo" ".deps/saslauthd-main.Po"; else rm -f ".deps/saslauthd-main.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -DSASLAUTHD_CONF_FILE_DEFAULT=\"/usr/local/etc/saslauthd.conf\" -I. -I. -I.. -I. -I. -I. -I./include -I./include -I./../include -I/usr/local/ssl/include -g -O2 -MT md5.o -MD -MP -MF ".deps/md5.Tpo" -c -o md5.o `test -f 'md5.c' || echo './'`md5.c; then mv -f ".deps/md5.Tpo" ".deps/md5.Po"; else rm -f ".deps/md5.Tpo"; exit 1; fi
gcc -g -O2 -L/usr/local/ssl/lib -R/usr/local/ssl/lib -o saslauthd mechanisms.o auth_dce.o auth_getpwent.o auth_krb5.o auth_krb4.o auth_pam.o auth_rimap.o auth_httpform.o auth_shadow.o auth_sia.o auth_sasldb.o lak.o auth_ldap.o cache.o cfile.o krbtf.o utils.o ipc_unix.o ipc_doors.o saslauthd-main.o md5.o -lcrypt -lpam
if gcc -DHAVE_CONFIG_H -DSASLAUTHD_CONF_FILE_DEFAULT=\"/usr/local/etc/saslauthd.conf\" -I. -I. -I.. -I. -I. -I. -I./include -I./include -I./../include -I/usr/local/ssl/include -g -O2 -MT testsaslauthd.o -MD -MP -MF ".deps/testsaslauthd.Tpo" -c -o testsaslauthd.o `test -f 'testsaslauthd.c' || echo './'`testsaslauthd.c; then mv -f ".deps/testsaslauthd.Tpo" ".deps/testsaslauthd.Po"; else rm -f ".deps/testsaslauthd.Tpo"; exit 1; fi
gcc -g -O2 -L/usr/local/ssl/lib -R/usr/local/ssl/lib -o testsaslauthd testsaslauthd.o utils.o
Making install in include
/bin/sh ../config/mkinstalldirs
/bin/sh ../config/mkinstalldirs /usr/local/include/sasl
mkdir -p -- /usr/local/include/sasl
/usr/bin/install -c -m 644 hmac-md5.h /usr/local/include/sasl/hmac-md5.h
/usr/bin/install -c -m 644 md5.h /usr/local/include/sasl/md5.h
/usr/bin/install -c -m 644 md5global.h /usr/local/include/sasl/md5global.h
/usr/bin/install -c -m 644 sasl.h /usr/local/include/sasl/sasl.h
/usr/bin/install -c -m 644 saslplug.h /usr/local/include/sasl/saslplug.h
/usr/bin/install -c -m 644 saslutil.h /usr/local/include/sasl/saslutil.h
/usr/bin/install -c -m 644 prop.h /usr/local/include/sasl/prop.h
Making install in sasldb
ar cru .libs/libsasldb.a db_ndbm.o allockey.o
Making install in plugins
/bin/sh ../config/mkinstalldirs /usr/local/lib/sasl2
mkdir -p -- /usr/local/lib/sasl2
/bin/sh ../libtool --mode=install /usr/bin/install -c libsasldb.la /usr/local/lib/sasl2/libsasldb.la
/usr/bin/install -c .libs/libsasldb.so.2.23 /usr/local/lib/sasl2/libsasldb.so.2.23
/usr/bin/install -c .libs/libsasldb.lai /usr/local/lib/sasl2/libsasldb.la
libtool: install: warning: remember to run `libtool --finish /usr/lib/sasl2'
/bin/sh ../libtool --mode=install /usr/bin/install -c libcrammd5.la /usr/local/lib/sasl2/libcrammd5.la
/usr/bin/install -c .libs/libcrammd5.so.2.23 /usr/local/lib/sasl2/libcrammd5.so.2.23
/usr/bin/install -c .libs/libcrammd5.lai /usr/local/lib/sasl2/libcrammd5.la
libtool: install: warning: remember to run `libtool --finish /usr/lib/sasl2'
/bin/sh ../libtool --mode=install /usr/bin/install -c libdigestmd5.la /usr/local/lib/sasl2/libdigestmd5.la
/usr/bin/install -c .libs/libdigestmd5.lai /usr/local/lib/sasl2/libdigestmd5.la
/usr/bin/install -c .libs/libdigestmd5.a /usr/local/lib/sasl2/libdigestmd5.a
ranlib /usr/local/lib/sasl2/libdigestmd5.a
chmod 644 /usr/local/lib/sasl2/libdigestmd5.a
libtool: install: warning: remember to run `libtool --finish /usr/lib/sasl2'
/bin/sh ../libtool --mode=install /usr/bin/install -c libotp.la /usr/local/lib/sasl2/libotp.la
/usr/bin/install -c .libs/libotp.lai /usr/local/lib/sasl2/libotp.la
/usr/bin/install -c .libs/libotp.a /usr/local/lib/sasl2/libotp.a
ranlib /usr/local/lib/sasl2/libotp.a
chmod 644 /usr/local/lib/sasl2/libotp.a
libtool: install: warning: remember to run `libtool --finish /usr/lib/sasl2'
/bin/sh ../libtool --mode=install /usr/bin/install -c libplain.la /usr/local/lib/sasl2/libplain.la
/usr/bin/install -c .libs/libplain.lai /usr/local/lib/sasl2/libplain.la
/usr/bin/install -c .libs/libplain.a /usr/local/lib/sasl2/libplain.a
ranlib /usr/local/lib/sasl2/libplain.a
chmod 644 /usr/local/lib/sasl2/libplain.a
libtool: install: warning: remember to run `libtool --finish /usr/lib/sasl2'
/bin/sh ../libtool --mode=install /usr/bin/install -c libanonymous.la /usr/local/lib/sasl2/libanonymous.la
/usr/bin/install -c .libs/libanonymous.so.2.23 /usr/local/lib/sasl2/libanonymous.so.2.23
/usr/bin/install -c .libs/libanonymous.lai /usr/local/lib/sasl2/libanonymous.la
libtool: install: warning: remember to run `libtool --finish /usr/lib/sasl2'
/bin/sh ../libtool --mode=install /usr/bin/install -c liblogin.la /usr/local/lib/sasl2/liblogin.la
/usr/bin/install -c .libs/liblogin.lai /usr/local/lib/sasl2/liblogin.la
/usr/bin/install -c .libs/liblogin.a /usr/local/lib/sasl2/liblogin.a
ranlib /usr/local/lib/sasl2/liblogin.a
chmod 644 /usr/local/lib/sasl2/liblogin.a
libtool: install: warning: remember to run `libtool --finish /usr/lib/sasl2'
/bin/sh ../libtool --mode=install /usr/bin/install -c libsql.la /usr/local/lib/sasl2/libsql.la
/usr/bin/install -c .libs/libsql.so.2.23 /usr/local/lib/sasl2/libsql.so.2.23
/usr/bin/install -c .libs/libsql.lai /usr/local/lib/sasl2/libsql.la
libtool: install: warning: remember to run `libtool --finish /usr/lib/sasl2'
Making install in lib
/bin/sh ../config/mkinstalldirs /usr/local/lib
/bin/sh ../libtool --mode=install /usr/bin/install -c libsasl2.la /usr/local/lib/libsasl2.la
/usr/bin/install -c .libs/libsasl2.so.2.23 /usr/local/lib/libsasl2.so.2.23
/usr/bin/install -c .libs/libsasl2.lai /usr/local/lib/libsasl2.la
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make install-exec-hook
Making install in utils
/bin/sh ../config/mkinstalldirs /usr/local/lib
/bin/sh ../config/mkinstalldirs /usr/local/sbin
/bin/sh ../libtool --mode=install /usr/bin/install -c saslpasswd2 /usr/local/sbin/saslpasswd2
/usr/bin/install -c .libs/saslpasswd2 /usr/local/sbin/saslpasswd2
/bin/sh ../libtool --mode=install /usr/bin/install -c sasldblistusers2 /usr/local/sbin/sasldblistusers2
/usr/bin/install -c .libs/sasldblistusers2 /usr/local/sbin/sasldblistusers2
/bin/sh ../libtool --mode=install /usr/bin/install -c pluginviewer /usr/local/sbin/pluginviewer
/usr/bin/install -c .libs/pluginviewer /usr/local/sbin/pluginviewer
/bin/sh ../config/mkinstalldirs /usr/local/man/man8
/usr/bin/install -c -m 644 ./saslpasswd2.8 /usr/local/man/man8/saslpasswd2.8
/usr/bin/install -c -m 644 ./sasldblistusers2.8 /usr/local/man/man8/sasldblistusers2.8
/usr/bin/install -c -m 644 ./pluginviewer.8 /usr/local/man/man8/pluginviewer.8
/bin/sh ../config/mkinstalldirs /usr/local/include/sasl
Making install in doc
Making install in man
/bin/sh ../config/mkinstalldirs /usr/local/man/man3
/usr/bin/install -c -m 644 ./sasl_authorize_t.3 /usr/local/man/man3/sasl_authorize_t.3
/usr/bin/install -c -m 644 ./sasl_done.3 /usr/local/man/man3/sasl_done.3
/usr/bin/install -c -m 644 ./sasl_listmech.3 /usr/local/man/man3/sasl_listmech.3
/usr/bin/install -c -m 644 ./sasl_callbacks.3 /usr/local/man/man3/sasl_callbacks.3
/usr/bin/install -c -m 644 ./sasl_encode.3 /usr/local/man/man3/sasl_encode.3
/usr/bin/install -c -m 644 ./sasl_encodev.3 /usr/local/man/man3/sasl_encodev.3
/usr/bin/install -c -m 644 ./sasl_log_t.3 /usr/local/man/man3/sasl_log_t.3
/usr/bin/install -c -m 644 ./sasl_checkpass.3 /usr/local/man/man3/sasl_checkpass.3
/usr/bin/install -c -m 644 ./sasl_errstring.3 /usr/local/man/man3/sasl_errstring.3
/usr/bin/install -c -m 644 ./sasl_dispose.3 /usr/local/man/man3/sasl_dispose.3
/usr/bin/install -c -m 644 ./sasl_canon_user_t.3 /usr/local/man/man3/sasl_canon_user_t.3
/usr/bin/install -c -m 644 ./sasl_server_init.3 /usr/local/man/man3/sasl_server_init.3
/usr/bin/install -c -m 644 ./sasl_client_init.3 /usr/local/man/man3/sasl_client_init.3
/usr/bin/install -c -m 644 ./sasl_getopt_t.3 /usr/local/man/man3/sasl_getopt_t.3
/usr/bin/install -c -m 644 ./sasl_server_new.3 /usr/local/man/man3/sasl_server_new.3
/usr/bin/install -c -m 644 ./sasl_client_new.3 /usr/local/man/man3/sasl_client_new.3
/usr/bin/install -c -m 644 ./sasl_getpath_t.3 /usr/local/man/man3/sasl_getpath_t.3
/usr/bin/install -c -m 644 ./sasl_server_start.3 /usr/local/man/man3/sasl_server_start.3
/usr/bin/install -c -m 644 ./sasl_client_start.3 /usr/local/man/man3/sasl_client_start.3
/usr/bin/install -c -m 644 ./sasl_getprop.3 /usr/local/man/man3/sasl_getprop.3
/usr/bin/install -c -m 644 ./sasl_server_step.3 /usr/local/man/man3/sasl_server_step.3
/usr/bin/install -c -m 644 ./sasl_client_step.3 /usr/local/man/man3/sasl_client_step.3
/usr/bin/install -c -m 644 ./sasl_getsecret_t.3 /usr/local/man/man3/sasl_getsecret_t.3
/usr/bin/install -c -m 644 ./sasl_setprop.3 /usr/local/man/man3/sasl_setprop.3
/usr/bin/install -c -m 644 ./sasl_decode.3 /usr/local/man/man3/sasl_decode.3
/usr/bin/install -c -m 644 ./sasl_getsimple_t.3 /usr/local/man/man3/sasl_getsimple_t.3
/usr/bin/install -c -m 644 ./sasl.3 /usr/local/man/man3/sasl.3
/usr/bin/install -c -m 644 ./sasl_checkapop.3 /usr/local/man/man3/sasl_checkapop.3
/usr/bin/install -c -m 644 ./sasl_errors.3 /usr/local/man/man3/sasl_errors.3
/usr/bin/install -c -m 644 ./sasl_verifyfile_t.3 /usr/local/man/man3/sasl_verifyfile_t.3
/usr/bin/install -c -m 644 ./sasl_getrealm_t.3 /usr/local/man/man3/sasl_getrealm_t.3
/usr/bin/install -c -m 644 ./sasl_chalprompt_t.3 /usr/local/man/man3/sasl_chalprompt_t.3
/usr/bin/install -c -m 644 ./sasl_auxprop_request.3 /usr/local/man/man3/sasl_auxprop_request.3
/usr/bin/install -c -m 644 ./sasl_auxprop_getctx.3 /usr/local/man/man3/sasl_auxprop_getctx.3
/usr/bin/install -c -m 644 ./sasl_auxprop.3 /usr/local/man/man3/sasl_auxprop.3
/usr/bin/install -c -m 644 ./sasl_idle.3 /usr/local/man/man3/sasl_idle.3
/usr/bin/install -c -m 644 ./sasl_errdetail.3 /usr/local/man/man3/sasl_errdetail.3
/usr/bin/install -c -m 644 ./sasl_user_exists.3 /usr/local/man/man3/sasl_user_exists.3
/usr/bin/install -c -m 644 ./sasl_setpass.3 /usr/local/man/man3/sasl_setpass.3
/usr/bin/install -c -m 644 ./sasl_server_userdb_checkpass_t.3 /usr/local/man/man3/sasl_server_userdb_checkpass_t.3
/usr/bin/install -c -m 644 ./sasl_server_userdb_setpass_t.3 /usr/local/man/man3/sasl_server_userdb_setpass_t.3
/usr/bin/install -c -m 644 ./sasl_global_listmech.3 /usr/local/man/man3/sasl_global_listmech.3
/usr/bin/install -c -m 644 ./sasl_getconfpath_t.3 /usr/local/man/man3/sasl_getconfpath_t.3
Making install in saslauthd
/bin/sh ./config/mkinstalldirs /usr/local/sbin
/usr/bin/install -c saslauthd /usr/local/sbin/saslauthd
/usr/bin/install -c testsaslauthd /usr/local/sbin/testsaslauthd
/bin/sh ./config/mkinstalldirs /usr/local/man/man8
/usr/bin/install -c -m 644 ./saslauthd.8 /usr/local/man/man8/saslauthd.8
********************************************************
* WARNING:
* Plugins are being installed into /usr/local/lib/sasl2,
* but the library will look for them in /usr/lib/sasl2.
* You need to make sure that the plugins will eventually
* be in /usr/lib/sasl2 -- the easiest way is to make a
* symbolic link from /usr/lib/sasl2 to /usr/local/lib/sasl2,
* but this may not be appropriate for your site, so this
* installation procedure won't do it for you.
*
* If you don't want to do this for some reason, you can
* set the location where the library will look for plugins
* by setting the environment variable SASL_PATH to the path
* the library should use.
********************************************************
unter /usr/local/lib/sasl2 fehlt nun die .so dateien für anonymos plain login digest.
nur cram ist vorhanden und das ich auch der einzige Mechanismus den Postfix anbietet
Code:
-rwxr-xr-x 1 root wheel 708 Apr 7 16:41 libanonymous.la
-rwxr-xr-x 1 root wheel 66146 Apr 7 16:41 libanonymous.so.2.23
-rwxr-xr-x 1 root wheel 698 Apr 7 16:41 libcrammd5.la
-rwxr-xr-x 1 root wheel 74946 Apr 7 16:41 libcrammd5.so.2.23
-rw-r--r-- 1 root wheel 227324 Apr 7 16:41 libdigestmd5.a
-rwxr-xr-x 1 root wheel 670 Apr 7 16:41 libdigestmd5.la
-rw-r--r-- 1 root wheel 104804 Apr 7 16:41 liblogin.a
-rwxr-xr-x 1 root wheel 657 Apr 7 16:41 liblogin.la
-rw-r--r-- 1 root wheel 130268 Apr 7 16:41 libotp.a
-rwxr-xr-x 1 root wheel 659 Apr 7 16:41 libotp.la
-rw-r--r-- 1 root wheel 102652 Apr 7 16:41 libplain.a
-rwxr-xr-x 1 root wheel 657 Apr 7 16:41 libplain.la
-rwxr-xr-x 1 root wheel 693 Apr 7 16:41 libsasldb.la
-rwxr-xr-x 1 root wheel 90272 Apr 7 16:41 libsasldb.so.2.23
-rwxr-xr-x 1 root wheel 678 Apr 7 16:41 libsql.la
-rwxr-xr-x 1 root wheel 72507 Apr 7 16:41 libsql.so.2.23
leo