Compiling to shared libraries

Göran Höglund goran.hoglund at telemar.se
Thu May 10 06:22:47 EDT 2007


HI,
Libtool is and is not in my path, in /usr/local/bin is the libtool from 
sunfreeware, in the source directory ther is one from sasl(?).

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.57.  Invocation command line was

   $ ./configure --enable-login --enable-plain --disable-gssapi 
--with-mysql=/usr/local/mysql/lib/mysql --without-pam 
--without-saslauthd --without-pwcheck --with-dblib=berkeley 
--with-bdb-libdir=/usr/local/BerkeleyDB/lib --with-bdb-incdir 
/usr/local/BerkeleyDB/include --with-openssl=/usr/local/ssl 
--with-plugindir=/usr/local/lib/sasl2 --enable-shared

## --------- ##
## Platform. ##
## --------- ##

hostname = apollo
uname -m = sun4u
uname -r = 5.8
uname -s = SunOS
uname -v = Generic_117350-45

/usr/bin/uname -p = sparc
/bin/uname -X     = System = SunOS
Node = apollo
Release = 5.8
KernelID = Generic_117350-45
Machine = sun4u
BusType = <unknown>
Serial = <unknown>
Users = <unknown>
OEM# = 0
Origin# = 1
NumCPU = 1

/bin/arch              = sun4
/usr/bin/arch -k       = sun4u
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/bin
PATH: /usr/local/sbin
PATH: /usr/ccs/bin
PATH: /usr/local/mysql/bin
PATH: /usr/local/bin
PATH: /usr/local/sbin
PATH: /usr/ccs/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/lib/courier/bin
PATH: /usr/ucb
PATH: /sbin
PATH: /etc
PATH: /usr/openwin/bin
PATH: /usr/dt/bin
PATH: /usr/lib/courier/bin
PATH: /usr/lib/courier/sbin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1351: creating cache ./config.cache
configure:1389: checking build system type
configure:1407: result: /usr/local/BerkeleyDB/include
configure:1415: checking host system type
configure:1429: result: /usr/local/BerkeleyDB/include
configure:1437: checking target system type
configure:1451: result: /usr/local/BerkeleyDB/include
configure:1479: checking for a BSD-compatible install
configure:1533: result: /usr/local/bin/install -c
configure:1544: checking whether build environment is sane
configure:1587: result: yes
configure:1620: checking for gawk
configure:1649: result: no
configure:1620: checking for mawk
configure:1649: result: no
configure:1620: checking for nawk
configure:1636: found /usr/bin/nawk
configure:1646: result: nawk
configure:1656: checking whether make sets $(MAKE)
configure:1676: result: yes
configure:1863: checking for /usr/local/BerkeleyDB/include-gcc
configure:1892: result: no
configure:1901: checking for gcc
configure:1917: found /usr/local/bin/gcc
configure:1927: result: gcc
configure:2171: checking for C compiler version
configure:2174: gcc --version </dev/null >&5
gcc (GCC) 3.4.6
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2177: $? = 0
configure:2179: gcc -v </dev/null >&5
Reading specs from /usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6/specs
Configured with: ../configure --with-as=/usr/ccs/bin/as 
--with-ld=/usr/ccs/bin/ld --enable-shared --enable-languages=c,c++,f77
Thread model: posix
gcc version 3.4.6
configure:2182: $? = 0
configure:2184: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2187: $? = 1
configure:2211: checking for C compiler default output
configure:2214: gcc    conftest.c  >&5
configure:2217: $? = 0
configure:2263: result: a.out
configure:2268: checking whether the C compiler works
configure:2274: ./a.out
configure:2277: $? = 0
configure:2294: result: yes
configure:2301: checking whether we are cross compiling
configure:2303: result: no
configure:2306: checking for suffix of executables
configure:2308: gcc -o conftest    conftest.c  >&5
configure:2311: $? = 0
configure:2336: result:
configure:2342: checking for suffix of object files
configure:2364: gcc -c   conftest.c >&5
configure:2367: $? = 0
configure:2389: result: o
configure:2393: checking whether we are using the GNU C compiler
configure:2418: gcc -c   conftest.c >&5
configure:2421: $? = 0
configure:2424: test -s conftest.o
configure:2427: $? = 0
configure:2440: result: yes
configure:2446: checking whether gcc accepts -g
configure:2468: gcc -c -g  conftest.c >&5
configure:2471: $? = 0
configure:2474: test -s conftest.o
configure:2477: $? = 0
configure:2488: result: yes
configure:2505: checking for gcc option to accept ANSI C
configure:2566: gcc  -c -g -O2  conftest.c >&5
configure:2569: $? = 0
configure:2572: test -s conftest.o
configure:2575: $? = 0
configure:2593: result: none needed
configure:2611: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:2614: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2742: checking for style of include used by make
configure:2770: result: GNU
configure:2798: checking dependency style of gcc
configure:2860: result: gcc3
configure:2882: checking how to run the C preprocessor
configure:2918: gcc -E  conftest.c
configure:2924: $? = 0
configure:2956: gcc -E  conftest.c
configure:2957:28: ac_nonexistent.h: No such file or directory
configure:2962: $? = 1
configure: failed program was:
| #line 2947 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cyrus-sasl"
| #define VERSION "2.1.22"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3000: result: gcc -E
configure:3025: gcc -E  conftest.c
configure:3031: $? = 0
configure:3063: gcc -E  conftest.c
configure:3064:28: ac_nonexistent.h: No such file or directory
configure:3069: $? = 1
configure: failed program was:
| #line 3054 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cyrus-sasl"
| #define VERSION "2.1.22"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3115: checking for gawk
configure:3141: result: nawk
configure:3151: checking whether ln -s works
configure:3155: result: yes
configure:3162: checking whether make sets $(MAKE)
configure:3182: result: yes
configure:3203: checking for a BSD-compatible install
configure:3257: result: /usr/local/bin/install -c
configure:3270: checking for __attribute__
configure:3303: gcc -c -g -O2  conftest.c >&5
configure:3306: $? = 0
configure:3309: test -s conftest.o
configure:3312: $? = 0
configure:3331: result: yes
configure:3337: checking for runpath switch
configure:3363: gcc -o conftest -g -O2  -R /usr/lib conftest.c  >&5
configure:3366: $? = 0
configure:3369: test -s conftest
configure:3372: $? = 0
configure:3423: result: -R
configure:3512: checking for /usr/local/BerkeleyDB/include-ranlib
configure:3541: result: no
configure:3550: checking for ranlib
configure:3566: found /usr/local/bin/ranlib
configure:3577: result: ranlib
configure:3600: checking for ld used by GCC
configure:3657: result: /usr/ccs/bin/ld
configure:3666: checking if the linker (/usr/ccs/bin/ld) is GNU ld
GNU ld version 2.11.2 (with BFD 2.11.2)
configure:3678: result: yes
configure:3682: checking for BSD-compatible nm
configure:3716: result: /usr/local/bin/nm -B
configure:3898: loading cache ./config.cache
nfig:604: gcc -c -g -O2  conftest.c 1>&5
ltconfig:781: checking if gcc PIC flag -fPIC works
ltconfig:782: gcc -c -g -O2 -fPIC -DPIC  conftest.c 1>&5
ltconfig:834: checking if gcc supports -c -o file.o
ltconfig:835: gcc -c -g -O2 -o out/conftest2.o  conftest.c 1>&5
ltconfig:867: checking if gcc supports -c -o file.lo
ltconfig:868: gcc -c -g -O2 -c -o conftest.lo  conftest.c 1>&5
ltconfig:919: checking if gcc supports -fno-rtti -fno-exceptions
ltconfig:920: gcc -c -g -O2 -fno-rtti -fno-exceptions -c conftest.c 
conftest.c 1>&5
ltconfig:963: checking if gcc static flag -static works
ltconfig:964: gcc -o conftest -g -O2   -static conftest.c  1>&5
GNU ld version 2.11.2 (with BFD 2.11.2)
ltconfig:1662: checking if global_symbol_pipe works
ltconfig:1663: gcc -c -g -O2  conftest.c 1>&5
ltconfig:1666: eval "/usr/local/bin/nm -B conftest.o | sed -n -e 
's/^.*[ 	]\([ABCDGISTW]\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 
\2\3 \3/p' > conftest.nm"
ltconfig:1718: gcc -o conftest -g -O2 -fno-builtin   conftest.c 
conftstm.o 1>&5
configure:4259: checking for connect
configure:4309: gcc -o conftest -Wall -W -g -O2   conftest.c  >&5
/var/tmp//ccK2P7As.o: In function `main':
/var/tmp//ccK2P7As.o(.text+0x4): undefined reference to `connect'
/var/tmp//ccK2P7As.o(.text+0xc): undefined reference to `connect'
/var/tmp//ccK2P7As.o(.data+0x0): undefined reference to `connect'
collect2: ld returned 1 exit status
configure:4312: $? = 1
configure: failed program was:
| #line 4264 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cyrus-sasl"
| #define VERSION "2.1.22"
| #define HAVE___ATTRIBUTE__ 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char connect (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char connect ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_connect) || defined (__stub___connect)
| choke me
| #else
| char (*f) () = connect;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != connect;
|   ;
|   return 0;
| }
configure:4329: result: no
configure:4334: checking for gethostbyname in -lnsl
configure:4365: gcc -o conftest -Wall -W -g -O2   conftest.c -lnsl   >&5
configure:4368: $? = 0
configure:4371: test -s conftest
configure:4374: $? = 0
configure:4386: result: yes
configure:4392: checking for connect in -lsocket
configure:4423: gcc -o conftest -Wall -W -g -O2   conftest.c -lsocket   >&5
configure:4426: $? = 0
configure:4429: test -s conftest
configure:4432: $? = 0
configure:4444: result: yes
configure:4454: checking for res_search
configure:4504: gcc -o conftest -Wall -W -g -O2   conftest.c -lsocket 
-lnsl   >&5
/var/tmp//cc2Paw0C.o: In function `main':
/var/tmp//cc2Paw0C.o(.text+0x4): undefined reference to `res_search'
/var/tmp//cc2Paw0C.o(.text+0xc): undefined reference to `res_search'
/var/tmp//cc2Paw0C.o(.data+0x0): undefined reference to `res_search'
collect2: ld returned 1 exit status
configure:4507: $? = 1
configure: failed program was:
| #line 4459 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cyrus-sasl"
| #define VERSION "2.1.22"
| #define HAVE___ATTRIBUTE__ 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char res_search (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char res_search ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_res_search) || defined (__stub___res_search)
| choke me
| #else
| char (*f) () = res_search;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != res_search;
|   ;
|   return 0;
| }
configure:4524: result: no
configure:4559: gcc -o conftest -Wall -W -g -O2   conftest.c -lresolv 
-lsocket -lnsl   >&5
configure:4562: $? = 0
configure:4565: test -s conftest
configure:4568: $? = 0
configure:4586: checking for dn_expand
configure:4636: gcc -o conftest -Wall -W -g -O2   conftest.c -lresolv 
-lsocket -lnsl   >&5
configure:4639: $? = 0
configure:4642: test -s conftest
configure:4645: $? = 0
configure:4656: result: yes
configure:4586: checking for dns_lookup
configure:4636: gcc -o conftest -Wall -W -g -O2   conftest.c -lresolv 
-lsocket -lnsl   >&5
/var/tmp//ccIl1ch1.o: In function `main':
/var/tmp//ccIl1ch1.o(.text+0x4): undefined reference to `dns_lookup'
/var/tmp//ccIl1ch1.o(.text+0xc): undefined reference to `dns_lookup'
/var/tmp//ccIl1ch1.o(.data+0x0): undefined reference to `dns_lookup'
collect2: ld returned 1 exit status
configure:4639: $? = 1
configure: failed program was:
| #line 4591 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cyrus-sasl"
| #define VERSION "2.1.22"
| #define HAVE___ATTRIBUTE__ 1
| #define HAVE_DN_EXPAND 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char dns_lookup (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char dns_lookup ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_dns_lookup) || defined (__stub___dns_lookup)
| choke me
| #else
| char (*f) () = dns_lookup;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != dns_lookup;
|   ;
|   return 0;
| }
configure:4656: result: no
configure:4679: checking DB path to use
configure:4681: result: /etc/sasldb2
configure:4689: checking for egrep
configure:4699: result: egrep
configure:4704: checking for ANSI C header files
configure:4730: gcc -c -Wall -W -g -O2  conftest.c >&5
configure:4733: $? = 0
configure:4736: test -s conftest.o
configure:4739: $? = 0
configure:4831: gcc -o conftest -Wall -W -g -O2   conftest.c  >&5
configure: In function `main':
configure:4829: warning: implicit declaration of function `exit'
configure:4834: $? = 0
configure:4836: ./conftest
configure:4839: $? = 0
configure:4854: result: yes
configure:4878: checking for sys/types.h
configure:4895: gcc -c -Wall -W -g -O2  conftest.c >&5
configure:4898: $? = 0
configure:4901: test -s conftest.o
configure:4904: $? = 0
configure:4915: result: yes
configure:4878: checking for sys/stat.h
configure:4895: gcc -c -Wall -W -g -O2  conftest.c >&5
configure:4898: $? = 0
configure:4901: test -s conftest.o
configure:4904: $? = 0
configure:4915: result: yes
configure:4878: checking for stdlib.h
configure:4895: gcc -c -Wall -W -g -O2  conftest.c >&5
configure:4898: $? = 0
configure:4901: test -s conftest.o
configure:4904: $? = 0
configure:4915: result: yes
configure:4878: checking for string.h
configure:4895: gcc -c -Wall -W -g -O2  conftest.c >&5
configure:4898: $? = 0
configure:4901: test -s conftest.o
configure:4904: $? = 0
configure:4915: result: yes
configure:4878: checking for memory.h
configure:4895: gcc -c -Wall -W -g -O2  conftest.c >&5
configure:4898: $? = 0
configure:4901: test -s conftest.o
configure:4904: $? = 0
configure:4915: result: yes
configure:4878: checking for strings.h
configure:4895: gcc -c -Wall -W -g -O2  conftest.c >&5
configure:4898: $? = 0
configure:4901: test -s conftest.o
configure:4904: $? = 0
configure:4915: result: yes
configure:4878: checking for inttypes.h
configure:4895: gcc -c -Wall -W -g -O2  conftest.c >&5
configure:4898: $? = 0
configure:4901: test -s conftest.o
configure:4904: $? = 0
configure:4915: result: yes
configure:4878: checking for stdint.h
configure:4895: gcc -c -Wall -W -g -O2  conftest.c >&5
configure:4939:20: stdint.h: No such file or directory
configure:4898: $? = 1
configure: failed program was:
| #line 4883 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cyrus-sasl"
| #define VERSION "2.1.22"
| #define HAVE___ATTRIBUTE__ 1
| #define HAVE_DN_EXPAND 1
| #define SASL_DB_PATH "/etc/sasldb2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <stdint.h>
configure:4915: result: no
configure:4878: checking for unistd.h
configure:4895: gcc -c -Wall -W -g -O2  conftest.c >&5
configure:4898: $? = 0
configure:4901: test -s conftest.o
configure:4904: $? = 0
configure:4915: result: yes
configure:4983: checking db.h usability
configure:4996: gcc -c -Wall -W -g -O2  conftest.c >&5
configure:5041:16: db.h: No such file or directory
configure:4999: $? = 1
configure: failed program was:
| #line 4985 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cyrus-sasl"
| #define VERSION "2.1.22"
| #define HAVE___ATTRIBUTE__ 1
| #define HAVE_DN_EXPAND 1
| #define SASL_DB_PATH "/etc/sasldb2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <db.h>
configure:5015: result: no
configure:5019: checking db.h presence
configure:5030: gcc -E  conftest.c
configure:5043:16: db.h: No such file or directory
configure:5036: $? = 1
configure: failed program was:
| #line 5021 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cyrus-sasl"
| #define VERSION "2.1.22"
| #define HAVE___ATTRIBUTE__ 1
| #define HAVE_DN_EXPAND 1
| #define SASL_DB_PATH "/etc/sasldb2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <db.h>
configure:5055: result: no
configure:5091: checking for db.h
configure:5098: result: no
configure:6475: checking DB library to use
configure:6477: result: no
configure:6512: WARNING: Disabling SASL authentication database support
configure:6578: checking if Berkeley DB handle is kept open in SASLDB
configure:6580: result: no
configure:6583: checking for dlopen in -ldl
configure:6614: gcc -o conftest -Wall -W -g -O2    conftest.c -ldl   >&5
configure:6617: $? = 0
configure:6620: test -s conftest
configure:6623: $? = 0
configure:6635: result: yes
configure:6654: checking /dev/random to use
configure:6656: result: /dev/random
configure:6669: checking for nm
configure:6695: result: /usr/local/bin/nm -B
configure:6706: checking for underscore before symbols
configure:6722: result: no
configure:6794: checking for syslog
configure:6844: gcc -o conftest -Wall -W -g -O2    conftest.c  >&5
configure:6847: $? = 0
configure:6850: test -s conftest
configure:6853: $? = 0
configure:6864: result: yes
configure:7197: checking if I should include saslauthd
configure:7199: result: no
configure:7225: checking to include Courier authdaemond support
configure:7227: result: /dev/null
configure:7342: checking if I should include pwcheck
configure:7344: result: no
configure:7382: checking if I should include the alwaystrue verifier
configure:7384: result: no
configure:7395: checking if we should enable sasl_checkapop
configure:7398: result: enabled
configure:7418: checking CRAM-MD5
configure:7421: result: enabled
configure:7444: checking for long
configure:7469: gcc -c -Wall -W -g -O2   conftest.c >&5
configure:7472: $? = 0
configure:7475: test -s conftest.o
configure:7478: $? = 0
configure:7489: result: yes
configure:7492: checking size of long
configure:7767: gcc -o conftest -Wall -W -g -O2    conftest.c  >&5
configure:7770: $? = 0
configure:7772: ./conftest
configure:7775: $? = 0
configure:7798: result: 4
configure:7805: checking what directory libraries are found in
configure:7824: result: lib
configure:7860: checking for RSAPublicEncrypt in -lrsaref
configure:7891: gcc -o conftest -Wall -W -g -O2 
-I/usr/local/ssl/include -L/usr/local/ssl/lib -R/usr/local/ssl/lib 
conftest.c -lrsaref   >&5
/usr/ccs/bin/ld: cannot find -lrsaref
collect2: ld returned 1 exit status
configure:7894: $? = 1
configure: failed program was:
| #line 7867 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cyrus-sasl"
| #define VERSION "2.1.22"
| #define HAVE___ATTRIBUTE__ 1
| #define HAVE_DN_EXPAND 1
| #define SASL_DB_PATH "/etc/sasldb2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define SASL_DEV_RANDOM "/dev/random"
| #define HAVE_SYSLOG 1
| #define HAVE_AUTHDAEMON
| #define PATH_AUTHDAEMON_SOCKET "/dev/null"
| #define DO_SASL_CHECKAPOP
| #define SIZEOF_LONG 4
| /* end confdefs.h.  */
|
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char RSAPublicEncrypt ();
| int
| main ()
| {
| RSAPublicEncrypt ();
|   ;
|   return 0;
| }
configure:7912: result: no
configure:7991: checking openssl/evp.h usability
configure:8004: gcc -c -Wall -W -g -O2   -I/usr/local/ssl/include 
conftest.c >&5
configure:8007: $? = 0
configure:8010: test -s conftest.o
configure:8013: $? = 0
configure:8023: result: yes
configure:8027: checking openssl/evp.h presence
configure:8038: gcc -E   -I/usr/local/ssl/include conftest.c
configure:8044: $? = 0
configure:8063: result: yes
configure:8099: checking for openssl/evp.h
configure:8106: result: yes
configure:8112: checking for EVP_DigestInit in -lcrypto
configure:8143: gcc -o conftest -Wall -W -g -O2 
-I/usr/local/ssl/include -L/usr/local/ssl/lib -R/usr/local/ssl/lib 
conftest.c -lcrypto   >&5
configure:8146: $? = 0
configure:8149: test -s conftest
configure:8152: $? = 0
configure:8164: result: yes
configure:8191: checking for OpenSSL
configure:8193: result: yes
configure:8214: checking for des_cbc_encrypt in -lcrypto
configure:8245: gcc -o conftest -Wall -W -g -O2 
-I/usr/local/ssl/include -L/usr/local/ssl/lib -R/usr/local/ssl/lib 
conftest.c -lcrypto   >&5
/var/tmp//ccMOLAju.o: In function `main':
/var/tmp//ccMOLAju.o(.text+0x4): undefined reference to `des_cbc_encrypt'
collect2: ld returned 1 exit status
configure:8248: $? = 1
configure: failed program was:
| #line 8221 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cyrus-sasl"
| #define VERSION "2.1.22"
| #define HAVE___ATTRIBUTE__ 1
| #define HAVE_DN_EXPAND 1
| #define SASL_DB_PATH "/etc/sasldb2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define SASL_DEV_RANDOM "/dev/random"
| #define HAVE_SYSLOG 1
| #define HAVE_AUTHDAEMON
| #define PATH_AUTHDAEMON_SOCKET "/dev/null"
| #define DO_SASL_CHECKAPOP
| #define SIZEOF_LONG 4
| #define HAVE_OPENSSL
| /* end confdefs.h.  */
|
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char des_cbc_encrypt ();
| int
| main ()
| {
| des_cbc_encrypt ();
|   ;
|   return 0;
| }
configure:8266: result: no
configure:8418: checking for DES_cbc_encrypt in -lcrypto
configure:8449: gcc -o conftest -Wall -W -g -O2 
-I/usr/local/ssl/include -L/usr/local/ssl/lib -R/usr/local/ssl/lib 
conftest.c -lcrypto   >&5
configure:8452: $? = 0
configure:8455: test -s conftest
configure:8458: $? = 0
configure:8470: result: yes
configure:8484: checking openssl/des.h usability
configure:8497: gcc -c -Wall -W -g -O2   -I/usr/local/ssl/include 
conftest.c >&5
configure:8500: $? = 0
configure:8503: test -s conftest.o
configure:8506: $? = 0
configure:8516: result: yes
configure:8520: checking openssl/des.h presence
configure:8531: gcc -E   -I/usr/local/ssl/include conftest.c
configure:8537: $? = 0
configure:8556: result: yes
configure:8592: checking for openssl/des.h
configure:8599: result: yes
configure:9114: checking DIGEST-MD5
configure:9117: result: enabled
configure:9148: checking OTP
configure:9151: result: enabled
configure:9175: checking for opiechallenge in -lopie
configure:9206: gcc -o conftest -Wall -W -g -O2 
-I/usr/local/ssl/include -L/usr/local/ssl/lib -R/usr/local/ssl/lib 
conftest.c -lopie   >&5
/usr/ccs/bin/ld: cannot find -lopie
collect2: ld returned 1 exit status
configure:9209: $? = 1
configure: failed program was:
| #line 9182 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cyrus-sasl"
| #define VERSION "2.1.22"
| #define HAVE___ATTRIBUTE__ 1
| #define HAVE_DN_EXPAND 1
| #define SASL_DB_PATH "/etc/sasldb2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define SASL_DEV_RANDOM "/dev/random"
| #define HAVE_SYSLOG 1
| #define HAVE_AUTHDAEMON
| #define PATH_AUTHDAEMON_SOCKET "/dev/null"
| #define DO_SASL_CHECKAPOP
| #define SIZEOF_LONG 4
| #define HAVE_OPENSSL
| #define WITH_SSL_DES
| #define WITH_DES
| /* end confdefs.h.  */
|
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char opiechallenge ();
| int
| main ()
| {
| opiechallenge ();
|   ;
|   return 0;
| }
configure:9227: result: no
configure:9382: checking for OPIE
configure:9384: result: no
configure:9417: checking SRP
configure:9460: result: disabled
configure:10047: checking KERBEROS_V4
configure:10067: result: disabled
configure:10072: checking for crypt
configure:10122: gcc -o conftest -Wall -W -g -O2 
-I/usr/local/ssl/include -L/usr/local/ssl/lib -R/usr/local/ssl/lib 
conftest.c  >&5
configure:10125: $? = 0
configure:10128: test -s conftest
configure:10131: $? = 0
configure:10142: result: yes
configure:11243: checking GSSAPI
configure:11398: result: disabled
configure:11454: checking PLAIN
configure:11457: result: enabled
configure:11483: checking ANONYMOUS
configure:11486: result: enabled
configure:11511: checking LOGIN
configure:11514: result: enabled
configure:11545: checking NTLM
configure:11564: result: disabled
configure:11582: checking PASSDSS
configure:11601: result: disabled
configure:11627: checking SQL
configure:11643: result: disabled
configure:11735: checking for mysql_select_db in -lmysqlclient
configure:11766: gcc -o conftest -Wall -W -g -O2 
-I/usr/local/ssl/include -I/usr/local/mysql/lib/mysql 
-L/usr/local/ssl/lib -R/usr/local/ssl/lib  -L/usr/local/mysql/lib/mysql 
  -R/usr/local/mysql/lib/mysql conftest.c -lmysqlclient   >&5
configure:11769: $? = 0
configure:11772: test -s conftest
configure:11775: $? = 0
configure:11787: result: yes
configure:12106: checking LDAPDB
configure:12446: result: disabled
configure:12525: checking for dmalloc library
configure:12567: result: no
configure:12573: checking for sfio library
configure:12641: result: no
configure:12657: checking for getsubopt
configure:12707: gcc -o conftest -Wall -W -g -O2 
-I/usr/local/ssl/include -I/usr/local/mysql/lib/mysql 
-L/usr/local/ssl/lib -R/usr/local/ssl/lib  conftest.c  >&5
configure:12710: $? = 0
configure:12713: test -s conftest
configure:12716: $? = 0
configure:12727: result: yes
configure:12747: checking for snprintf
configure:12797: gcc -o conftest -Wall -W -g -O2 
-I/usr/local/ssl/include -I/usr/local/mysql/lib/mysql 
-L/usr/local/ssl/lib -R/usr/local/ssl/lib  conftest.c  >&5
configure:12805: warning: conflicting types for built-in function 'snprintf'
configure:12800: $? = 0
configure:12803: test -s conftest
configure:12806: $? = 0
configure:12817: result: yes
configure:12829: checking for vsnprintf
configure:12879: gcc -o conftest -Wall -W -g -O2 
-I/usr/local/ssl/include -I/usr/local/mysql/lib/mysql 
-L/usr/local/ssl/lib -R/usr/local/ssl/lib  conftest.c  >&5
configure:12888: warning: conflicting types for built-in function 
'vsnprintf'
configure:12882: $? = 0
configure:12885: test -s conftest
configure:12888: $? = 0
configure:12899: result: yes
configure:12920: checking for inet_aton in -lresolv
configure:12951: gcc -o conftest -Wall -W -g -O2 
-I/usr/local/ssl/include -I/usr/local/mysql/lib/mysql 
-L/usr/local/ssl/lib -R/usr/local/ssl/lib  conftest.c -lresolv   >&5
configure:12954: $? = 0
configure:12957: test -s conftest
configure:12960: $? = 0
configure:12972: result: yes
configure:12987: checking for getaddrinfo
configure:13037: gcc -o conftest -Wall -W -g -O2 
-I/usr/local/ssl/include -I/usr/local/mysql/lib/mysql 
-L/usr/local/ssl/lib -R/usr/local/ssl/lib  conftest.c -lresolv  >&5
configure:13040: $? = 0
configure:13043: test -s conftest
configure:13046: $? = 0
configure:13057: result: yes
configure:13323: checking for gai_strerror
configure:13373: gcc -o conftest -Wall -W -g -O2 
-I/usr/local/ssl/include -I/usr/local/mysql/lib/mysql 
-L/usr/local/ssl/lib -R/usr/local/ssl/lib  conftest.c -lresolv  >&5
configure:13376: $? = 0
configure:13379: test -s conftest
configure:13382: $? = 0
configure:13393: result: yes
configure:13681: checking for getnameinfo
configure:13731: gcc -o conftest -Wall -W -g -O2 
-I/usr/local/ssl/include -I/usr/local/mysql/lib/mysql 
-L/usr/local/ssl/lib -R/usr/local/ssl/lib  conftest.c -lresolv  >&5
configure:13734: $? = 0
configure:13737: test -s conftest
configure:13740: $? = 0
configure:13751: result: yes
configure:14035: checking for an ANSI C-conforming const
configure:14103: gcc -c -Wall -W -g -O2   -I/usr/local/ssl/include 
-I/usr/local/mysql/lib/mysql conftest.c >&5
configure: In function `main':
configure:14109: warning: unused variable `s'
configure:14129: warning: unused variable `foo'
configure:14090: warning: unused variable `x'
configure:14096: warning: unused variable `zero'
configure:14126: warning: 'b' might be used uninitialized in this function
configure:14108: warning: 't' might be used uninitialized in this function
configure:14106: $? = 0
configure:14109: test -s conftest.o
configure:14112: $? = 0
configure:14123: result: yes
configure:14133: checking for inline
configure:14155: gcc -c -Wall -W -g -O2   -I/usr/local/ssl/include 
-I/usr/local/mysql/lib/mysql conftest.c >&5
configure:14158: $? = 0
configure:14161: test -s conftest.o
configure:14164: $? = 0
configure:14176: result: inline
configure:14191: checking for mode_t
configure:14216: gcc -c -Wall -W -g -O2   -I/usr/local/ssl/include 
-I/usr/local/mysql/lib/mysql conftest.c >&5
configure:14219: $? = 0
configure:14222: test -s conftest.o
configure:14225: $? = 0
configure:14236: result: yes
configure:14248: checking for pid_t
configure:14273: gcc -c -Wall -W -g -O2   -I/usr/local/ssl/include 
-I/usr/local/mysql/lib/mysql conftest.c >&5
configure:14276: $? = 0
configure:14279: test -s conftest.o
configure:14282: $? = 0
configure:14293: result: yes
configure:14305: checking return type of signal handlers
configure:14337: gcc -c -Wall -W -g -O2   -I/usr/local/ssl/include 
-I/usr/local/mysql/lib/mysql conftest.c >&5
configure: In function `main':
configure:14366: warning: unused variable `i'
configure:14340: $? = 0
configure:14343: test -s conftest.o
configure:14346: $? = 0
configure:14357: result: void
configure:14366: checking whether time.h and sys/time.h may both be included
configure:14392: gcc -c -Wall -W -g -O2   -I/usr/local/ssl/include 
-I/usr/local/mysql/lib/mysql conftest.c >&5
configure:14395: $? = 0
configure:14398: test -s conftest.o
configure:14401: $? = 0
configure:14412: result: yes
configure:14422: checking for ANSI C header files
configure:14572: result: yes
configure:14590: checking for dirent.h that defines DIR
configure:14615: gcc -c -Wall -W -g -O2   -I/usr/local/ssl/include 
-I/usr/local/mysql/lib/mysql conftest.c >&5
configure:14618: $? = 0
configure:14621: test -s conftest.o
configure:14624: $? = 0
configure:14635: result: yes
configure:14648: checking for library containing opendir
configure:14679: gcc -o conftest -Wall -W -g -O2 
-I/usr/local/ssl/include -I/usr/local/mysql/lib/mysql 
-L/usr/local/ssl/lib -R/usr/local/ssl/lib  conftest.c -lresolv  >&5
configure:14682: $? = 0
configure:14685: test -s conftest
configure:14688: $? = 0
configure:14747: result: none required
configure:14863: checking for sys/wait.h that is POSIX.1 compatible
configure:14895: gcc -c -Wall -W -g -O2   -I/usr/local/ssl/include 
-I/usr/local/mysql/lib/mysql conftest.c >&5
configure:14898: $? = 0
configure:14901: test -s conftest.o
configure:14904: $? = 0
configure:14915: result: yes
configure:14955: checking des.h usability
configure:14968: gcc -c -Wall -W -g -O2   -I/usr/local/ssl/include 
-I/usr/local/mysql/lib/mysql conftest.c >&5
configure:15038:17: des.h: No such file or directory
configure:14971: $? = 1
configure: failed program was:
| #line 14957 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cyrus-sasl"
| #define VERSION "2.1.22"
| #define HAVE___ATTRIBUTE__ 1
| #define HAVE_DN_EXPAND 1
| #define SASL_DB_PATH "/etc/sasldb2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define SASL_DEV_RANDOM "/dev/random"
| #define HAVE_SYSLOG 1
| #define HAVE_AUTHDAEMON
| #define PATH_AUTHDAEMON_SOCKET "/dev/null"
| #define DO_SASL_CHECKAPOP
| #define SIZEOF_LONG 4
| #define HAVE_OPENSSL
| #define WITH_SSL_DES
| #define WITH_DES
| #define HAVE_MYSQL
| #define DO_DLOPEN
| #define PLUGINDIR "/usr/local/lib/sasl2"
| #define CONFIGDIR "/usr/local/lib/sasl2:/etc/sasl2"
| #define WITH_RC4
| #define HAVE_GETSUBOPT
| #define HAVE_SNPRINTF
| #define HAVE_VSNPRINTF
| #define HAVE_LIBRESOLV 1
| #define HAVE_GETADDRINFO
| #define HAVE_GETNAMEINFO
| #define RETSIGTYPE void
| #define TIME_WITH_SYS_TIME 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <des.h>
configure:14987: result: no
configure:14991: checking des.h presence
configure:15002: gcc -E   -I/usr/local/ssl/include 
-I/usr/local/mysql/lib/mysql conftest.c
configure:15040:17: des.h: No such file or directory
configure:15008: $? = 1
configure: failed program was:
| #line 14993 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cyrus-sasl"
| #define VERSION "2.1.22"
| #define HAVE___ATTRIBUTE__ 1
| #define HAVE_DN_EXPAND 1
| #define SASL_DB_PATH "/etc/sasldb2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define SASL_DEV_RANDOM "/dev/random"
| #define HAVE_SYSLOG 1
| #define HAVE_AUTHDAEMON
| #define PATH_AUTHDAEMON_SOCKET "/dev/null"
| #define DO_SASL_CHECKAPOP
| #define SIZEOF_LONG 4
| #define HAVE_OPENSSL
| #define WITH_SSL_DES
| #define WITH_DES
| #define HAVE_MYSQL
| #define DO_DLOPEN
| #define PLUGINDIR "/usr/local/lib/sasl2"
| #define CONFIGDIR "/usr/local/lib/sasl2:/etc/sasl2"
| #define WITH_RC4
| #define HAVE_GETSUBOPT
| #define HAVE_SNPRINTF
| #define HAVE_VSNPRINTF
| #define HAVE_LIBRESOLV 1
| #define HAVE_GETADDRINFO
| #define HAVE_GETNAMEINFO
| #define RETSIGTYPE void
| #define TIME_WITH_SYS_TIME 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| /* end confdefs.h.  */
| #include <des.h>
configure:15027: result: no
configure:15063: checking for des.h
configure:15070: result: no
configure:14955: checking dlfcn.h usability
configure:14968: gcc -c -Wall -W -g -O2   -I/usr/local/ssl/include 
-I/usr/local/mysql/lib/mysql conftest.c >&5
configure:14971: $? = 0
configure:14974: test -s conftest.o
configure:14977: $? = 0
configure:14987: result: yes
configure:14991: checking dlfcn.h presence
configure:15002: gcc -E   -I/usr/local/ssl/include 
-I/usr/local/mysql/lib/mysql conftest.c
configure:15008: $? = 0
configure:15027: result: yes
configure:15063: checking for dlfcn.h
configure:15070: result: yes
configure:14955: checking fcntl.h usability
configure:14968: gcc -c -Wall -W -g -O2   -I/usr/local/ssl/include 
-I/usr/local/mysql/lib/mysql conftest.c >&5
configure:14971: $? = 0
configure:14974: test -s conftest.o
configure:14977: $? = 0
configure:14987: result: yes
configure:14991: checking fcntl.h presence
configure:15002: gcc -E   -I/usr/local/ssl/include 
-I/usr/local/mysql/lib/mysql conftest.c
configure:15008: $? = 0
configure:15027: result: yes
configure:15063: checking for fcntl.h
configure:15070: result: yes
configure:14955: checking limits.h usability
configure:14968: gcc -c -Wall -W -g -O2   -I/usr/local/ssl/include 
-I/usr/local/mysql/lib/mysql conftest.c >&5
configure:14971: $? = 0
configure:14974: test -s conftest.o
configure:14977: $? = 0
configure:14987: result: yes
configure:14991: checking limits.h presence
configure:15002: gcc -E   -I/usr/local/ssl/include 
-I/usr/local/mysql/lib/mysql conftest.c
configure:15008: $? = 0
configure:15027: result: yes
configure:15063: checking for limits.h
configure:15070: result: yes
configure:14955: checking malloc.h usability
configure:14968: gcc -c -Wall -W -g -O2   -I/usr/local/ssl/include 
-I/usr/local/mysql/lib/mysql conftest.c >&5
configure:14971: $? = 0
configure:14974: test -s conftest.o
configure:14977: $? = 0
configure:14987: result: yes
configure:14991: checking malloc.h presence
configure:15002: gcc -E   -I/usr/local/ssl/include 
-I/usr/local/mysql/lib/mysql conftest.c
configure:15008: $? = 0
configure:15027: result: yes
configure:15063: checking for malloc.h
configure:15070: result: yes
configure:14955: checking paths.h usability
configure:14968: gcc -c -Wall -W -g -O2   -I/usr/local/ssl/include 
-I/usr/local/mysql/lib/mysql conftest.c >&5
configure:15042:19: paths.h: No such file or directory
configure:14971: $? = 1
configure: failed program was:
| #line 14957 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cyrus-sasl"
| #define VERSION "2.1.22"
| #define HAVE___ATTRIBUTE__ 1
| #define HAVE_DN_EXPAND 1
| #define SASL_DB_PATH "/etc/sasldb2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define SASL_DEV_RANDOM "/dev/random"
| #define HAVE_SYSLOG 1
| #define HAVE_AUTHDAEMON
| #define PATH_AUTHDAEMON_SOCKET "/dev/null"
| #define DO_SASL_CHECKAPOP
| #define SIZEOF_LONG 4
| #define HAVE_OPENSSL
| #define WITH_SSL_DES
| #define WITH_DES
| #define HAVE_MYSQL
| #define DO_DLOPEN
| #define PLUGINDIR "/usr/local/lib/sasl2"
| #define CONFIGDIR "/usr/local/lib/sasl2:/etc/sasl2"
| #define WITH_RC4
| #define HAVE_GETSUBOPT
| #define HAVE_SNPRINTF
| #define HAVE_VSNPRINTF
| #define HAVE_LIBRESOLV 1
| #define HAVE_GETADDRINFO
| #define HAVE_GETNAMEINFO
| #define RETSIGTYPE void
| #define TIME_WITH_SYS_TIME 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <paths.h>
configure:14987: result: no
configure:14991: checking paths.h presence
configure:15002: gcc -E   -I/usr/local/ssl/include 
-I/usr/local/mysql/lib/mysql conftest.c
configure:15044:19: paths.h: No such file or directory
configure:15008: $? = 1
configure: failed program was:
| #line 14993 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cyrus-sasl"
| #define VERSION "2.1.22"
| #define HAVE___ATTRIBUTE__ 1
| #define HAVE_DN_EXPAND 1
| #define SASL_DB_PATH "/etc/sasldb2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define SASL_DEV_RANDOM "/dev/random"
| #define HAVE_SYSLOG 1
| #define HAVE_AUTHDAEMON
| #define PATH_AUTHDAEMON_SOCKET "/dev/null"
| #define DO_SASL_CHECKAPOP
| #define SIZEOF_LONG 4
| #define HAVE_OPENSSL
| #define WITH_SSL_DES
| #define WITH_DES
| #define HAVE_MYSQL
| #define DO_DLOPEN
| #define PLUGINDIR "/usr/local/lib/sasl2"
| #define CONFIGDIR "/usr/local/lib/sasl2:/etc/sasl2"
| #define WITH_RC4
| #define HAVE_GETSUBOPT
| #define HAVE_SNPRINTF
| #define HAVE_VSNPRINTF
| #define HAVE_LIBRESOLV 1
| #define HAVE_GETADDRINFO
| #define HAVE_GETNAMEINFO
| #define RETSIGTYPE void
| #define TIME_WITH_SYS_TIME 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| /* end confdefs.h.  */
| #include <paths.h>
configure:15027: result: no
configure:15063: checking for paths.h
configure:15070: result: no
configure:14946: checking for strings.h
configure:14951: result: yes
configure:14955: checking sys/file.h usability
configure:14968: gcc -c -Wall -W -g -O2   -I/usr/local/ssl/include 
-I/usr/local/mysql/lib/mysql conftest.c >&5
configure:14971: $? = 0
configure:14974: test -s conftest.o
configure:14977: $? = 0
configure:14987: result: yes
configure:14991: checking sys/file.h presence
configure:15002: gcc -E   -I/usr/local/ssl/include 
-I/usr/local/mysql/lib/mysql conftest.c
configure:15008: $? = 0
configure:15027: result: yes
configure:15063: checking for sys/file.h
configure:15070: result: yes
configure:14955: checking sys/time.h usability
configure:14968: gcc -c -Wall -W -g -O2   -I/usr/local/ssl/include 
-I/usr/local/mysql/lib/mysql conftest.c >&5
configure:14971: $? = 0
configure:14974: test -s conftest.o
configure:14977: $? = 0
configure:14987: result: yes
configure:14991: checking sys/time.h presence
configure:15002: gcc -E   -I/usr/local/ssl/include 
-I/usr/local/mysql/lib/mysql conftest.c
configure:15008: $? = 0
configure:15027: result: yes
configure:15063: checking for sys/time.h
configure:15070: result: yes
configure:14955: checking syslog.h usability
configure:14968: gcc -c -Wall -W -g -O2   -I/usr/local/ssl/include 
-I/usr/local/mysql/lib/mysql conftest.c >&5
configure:14971: $? = 0
configure:14974: test -s conftest.o
configure:14977: $? = 0
configure:14987: result: yes
configure:14991: checking syslog.h presence
configure:15002: gcc -E   -I/usr/local/ssl/include 
-I/usr/local/mysql/lib/mysql conftest.c
configure:15008: $? = 0
configure:15027: result: yes
configure:15063: checking for syslog.h
configure:15070: result: yes
configure:14946: checking for unistd.h
configure:14951: result: yes
configure:14946: checking for inttypes.h
configure:14951: result: yes
configure:14955: checking sys/uio.h usability
configure:14968: gcc -c -Wall -W -g -O2   -I/usr/local/ssl/include 
-I/usr/local/mysql/lib/mysql conftest.c >&5
configure:14971: $? = 0
configure:14974: test -s conftest.o
configure:14977: $? = 0
configure:14987: result: yes
configure:14991: checking sys/uio.h presence
configure:15002: gcc -E   -I/usr/local/ssl/include 
-I/usr/local/mysql/lib/mysql conftest.c
configure:15008: $? = 0
configure:15027: result: yes
configure:15063: checking for sys/uio.h
configure:15070: result: yes
configure:14955: checking sys/param.h usability
configure:14968: gcc -c -Wall -W -g -O2   -I/usr/local/ssl/include 
-I/usr/local/mysql/lib/mysql conftest.c >&5
configure:14971: $? = 0
configure:14974: test -s conftest.o
configure:14977: $? = 0
configure:14987: result: yes
configure:14991: checking sys/param.h presence
configure:15002: gcc -E   -I/usr/local/ssl/include 
-I/usr/local/mysql/lib/mysql conftest.c
configure:15008: $? = 0
configure:15027: result: yes
configure:15063: checking for sys/param.h
configure:15070: result: yes
configure:14955: checking sysexits.h usability
configure:14968: gcc -c -Wall -W -g -O2   -I/usr/local/ssl/include 
-I/usr/local/mysql/lib/mysql conftest.c >&5
configure:14971: $? = 0
configure:14974: test -s conftest.o
configure:14977: $? = 0
configure:14987: result: yes
configure:14991: checking sysexits.h presence
configure:15002: gcc -E   -I/usr/local/ssl/include 
-I/usr/local/mysql/lib/mysql conftest.c
configure:15008: $? = 0
configure:15027: result: yes
configure:15063: checking for sysexits.h
configure:15070: result: yes
configure:14955: checking stdarg.h usability
configure:14968: gcc -c -Wall -W -g -O2   -I/usr/local/ssl/include 
-I/usr/local/mysql/lib/mysql conftest.c >&5
configure:14971: $? = 0
configure:14974: test -s conftest.o
configure:14977: $? = 0
configure:14987: result: yes
configure:14991: checking stdarg.h presence
configure:15002: gcc -E   -I/usr/local/ssl/include 
-I/usr/local/mysql/lib/mysql conftest.c
configure:15008: $? = 0
configure:15027: result: yes
configure:15063: checking for stdarg.h
configure:15070: result: yes
configure:14955: checking varargs.h usability
configure:14968: gcc -c -Wall -W -g -O2   -I/usr/local/ssl/include 
-I/usr/local/mysql/lib/mysql conftest.c >&5
In file included from configure:15052:
/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6/include/varargs.h:4:2: 
#error "GCC no longer implements <varargs.h>."
/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6/include/varargs.h:5:2: 
#error "Revise your code to use <stdarg.h>."
configure:14971: $? = 1
configure: failed program was:
| #line 14957 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cyrus-sasl"
| #define VERSION "2.1.22"
| #define HAVE___ATTRIBUTE__ 1
| #define HAVE_DN_EXPAND 1
| #define SASL_DB_PATH "/etc/sasldb2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define SASL_DEV_RANDOM "/dev/random"
| #define HAVE_SYSLOG 1
| #define HAVE_AUTHDAEMON
| #define PATH_AUTHDAEMON_SOCKET "/dev/null"
| #define DO_SASL_CHECKAPOP
| #define SIZEOF_LONG 4
| #define HAVE_OPENSSL
| #define WITH_SSL_DES
| #define WITH_DES
| #define HAVE_MYSQL
| #define DO_DLOPEN
| #define PLUGINDIR "/usr/local/lib/sasl2"
| #define CONFIGDIR "/usr/local/lib/sasl2:/etc/sasl2"
| #define WITH_RC4
| #define HAVE_GETSUBOPT
| #define HAVE_SNPRINTF
| #define HAVE_VSNPRINTF
| #define HAVE_LIBRESOLV 1
| #define HAVE_GETADDRINFO
| #define HAVE_GETNAMEINFO
| #define RETSIGTYPE void
| #define TIME_WITH_SYS_TIME 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_STDARG_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <varargs.h>
configure:14987: result: no
configure:14991: checking varargs.h presence
configure:15002: gcc -E   -I/usr/local/ssl/include 
-I/usr/local/mysql/lib/mysql conftest.c
In file included from configure:15054:
/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6/include/varargs.h:4:2: 
#error "GCC no longer implements <varargs.h>."
/usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6/include/varargs.h:5:2: 
#error "Revise your code to use <stdarg.h>."
configure:15008: $? = 1
configure: failed program was:
| #line 14993 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cyrus-sasl"
| #define VERSION "2.1.22"
| #define HAVE___ATTRIBUTE__ 1
| #define HAVE_DN_EXPAND 1
| #define SASL_DB_PATH "/etc/sasldb2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define SASL_DEV_RANDOM "/dev/random"
| #define HAVE_SYSLOG 1
| #define HAVE_AUTHDAEMON
| #define PATH_AUTHDAEMON_SOCKET "/dev/null"
| #define DO_SASL_CHECKAPOP
| #define SIZEOF_LONG 4
| #define HAVE_OPENSSL
| #define WITH_SSL_DES
| #define WITH_DES
| #define HAVE_MYSQL
| #define DO_DLOPEN
| #define PLUGINDIR "/usr/local/lib/sasl2"
| #define CONFIGDIR "/usr/local/lib/sasl2:/etc/sasl2"
| #define WITH_RC4
| #define HAVE_GETSUBOPT
| #define HAVE_SNPRINTF
| #define HAVE_VSNPRINTF
| #define HAVE_LIBRESOLV 1
| #define HAVE_GETADDRINFO
| #define HAVE_GETNAMEINFO
| #define RETSIGTYPE void
| #define TIME_WITH_SYS_TIME 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_STDARG_H 1
| /* end confdefs.h.  */
| #include <varargs.h>
configure:15027: result: no
configure:15063: checking for varargs.h
configure:15070: result: no
configure:15085: checking whether you have ss_family in struct 
sockaddr_storage
configure:15108: gcc -c -Wall -W -g -O2   -I/usr/local/ssl/include 
-I/usr/local/mysql/lib/mysql conftest.c >&5
configure: In function `main':
configure:15156: warning: unused variable `i'
configure:15111: $? = 0
configure:15114: test -s conftest.o
configure:15117: $? = 0
configure:15137: result: yes
configure:15140: checking whether you have sa_len in struct sockaddr
configure:15163: gcc -c -Wall -W -g -O2   -I/usr/local/ssl/include 
-I/usr/local/mysql/lib/mysql conftest.c >&5
configure: In function `main':
configure:15212: error: structure has no member named `sa_len'
configure:15212: warning: unused variable `i'
configure:15166: $? = 1
configure: failed program was:
| #line 15145 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cyrus-sasl"
| #define VERSION "2.1.22"
| #define HAVE___ATTRIBUTE__ 1
| #define HAVE_DN_EXPAND 1
| #define SASL_DB_PATH "/etc/sasldb2"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define SASL_DEV_RANDOM "/dev/random"
| #define HAVE_SYSLOG 1
| #define HAVE_AUTHDAEMON
| #define PATH_AUTHDAEMON_SOCKET "/dev/null"
| #define DO_SASL_CHECKAPOP
| #define SIZEOF_LONG 4
| #define HAVE_OPENSSL
| #define WITH_SSL_DES
| #define WITH_DES
| #define HAVE_MYSQL
| #define DO_DLOPEN
| #define PLUGINDIR "/usr/local/lib/sasl2"
| #define CONFIGDIR "/usr/local/lib/sasl2:/etc/sasl2"
| #define WITH_RC4
| #define HAVE_GETSUBOPT
| #define HAVE_SNPRINTF
| #define HAVE_VSNPRINTF
| #define HAVE_LIBRESOLV 1
| #define HAVE_GETADDRINFO
| #define HAVE_GETNAMEINFO
| #define RETSIGTYPE void
| #define TIME_WITH_SYS_TIME 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SS_FAMILY
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <sys/socket.h>
| int
| main ()
| {
| struct sockaddr sa; int i = sa.sa_len;
|   ;
|   return 0;
| }
configure:15192: result: no
configure:15195: checking for socklen_t
configure:15218: gcc -o conftest -Wall -W -g -O2 
-I/usr/local/ssl/include -I/usr/local/mysql/lib/mysql 
-L/usr/local/ssl/lib -R/usr/local/ssl/lib  conftest.c -lresolv  >&5
configure: In function `main':
configure:15267: warning: unused variable `len'
configure:15221: $? = 0
configure:15224: test -s conftest
configure:15227: $? = 0
configure:15247: result: yes
configure:15272: checking for gethostname
configure:15322: gcc -o conftest -Wall -W -g -O2 
-I/usr/local/ssl/include -I/usr/local/mysql/lib/mysql 
-L/usr/local/ssl/lib -R/usr/local/ssl/lib  conftest.c -lresolv  >&5
configure:15325: $? = 0
configure:15328: test -s conftest
configure:15331: $? = 0
configure:15342: result: yes
configure:15272: checking for getdomainname
configure:15322: gcc -o conftest -Wall -W -g -O2 
-I/usr/local/ssl/include -I/usr/local/mysql/lib/mysql 
-L/usr/local/ssl/lib -R/usr/local/ssl/lib  conftest.c -lresolv  >&5
configure:15325: $? = 0
configure:15328: test -s conftest
configure:15331: $? = 0
configure:15342: result: yes
configure:15272: checking for getpwnam
configure:15322: gcc -o conftest -Wall -W -g -O2 
-I/usr/local/ssl/include -I/usr/local/mysql/lib/mysql 
-L/usr/local/ssl/lib -R/usr/local/ssl/lib  conftest.c -lresolv  >&5
configure:15325: $? = 0
configure:15328: test -s conftest
configure:15331: $? = 0
configure:15342: result: yes
configure:15272: checking for getspnam
configure:15322: gcc -o conftest -Wall -W -g -O2 
-I/usr/local/ssl/include -I/usr/local/mysql/lib/mysql 
-L/usr/local/ssl/lib -R/usr/local/ssl/lib  conftest.c -lresolv  >&5
configure:15325: $? = 0
configure:15328: test -s conftest
configure:15331: $? = 0
configure:15342: result: yes
configure:15272: checking for gettimeofday
configure:15322: gcc -o conftest -Wall -W -g -O2 
-I/usr/local/ssl/include -I/usr/local/mysql/lib/mysql 
-L/usr/local/ssl/lib -R/usr/local/ssl/lib  conftest.c -lresolv  >&5
configure:15325: $? = 0
configure:15328: test -s conftest
configure:15331: $? = 0
configure:15342: result: yes
configure:15272: checking for inet_aton
configure:15322: gcc -o conftest -Wall -W -g -O2 
-I/usr/local/ssl/include -I/usr/local/mysql/lib/mysql 
-L/usr/local/ssl/lib -R/usr/local/ssl/lib  conftest.c -lresolv  >&5
configure:15325: $? = 0
configure:15328: test -s conftest
configure:15331: $? = 0
configure:15342: result: yes
configure:15272: checking for memcpy
configure:15322: gcc -o conftest -Wall -W -g -O2 
-I/usr/local/ssl/include -I/usr/local/mysql/lib/mysql 
-L/usr/local/ssl/lib -R/usr/local/ssl/lib  conftest.c -lresolv  >&5
configure:15362: warning: conflicting types for built-in function 'memcpy'
configure:15325: $? = 0
configure:15328: test -s conftest
configure:15331: $? = 0
configure:15342: result: yes
configure:15272: checking for mkdir
configure:15322: gcc -o conftest -Wall -W -g -O2 
-I/usr/local/ssl/include -I/usr/local/mysql/lib/mysql 
-L/usr/local/ssl/lib -R/usr/local/ssl/lib  conftest.c -lresolv  >&5
configure:15325: $? = 0
configure:15328: test -s conftest
configure:15331: $? = 0
configure:15342: result: yes
configure:15272: checking for select
configure:15322: gcc -o conftest -Wall -W -g -O2 
-I/usr/local/ssl/include -I/usr/local/mysql/lib/mysql 
-L/usr/local/ssl/lib -R/usr/local/ssl/lib  conftest.c -lresolv  >&5
configure:15325: $? = 0
configure:15328: test -s conftest
configure:15331: $? = 0
configure:15342: result: yes
configure:15272: checking for socket
configure:15322: gcc -o conftest -Wall -W -g -O2 
-I/usr/local/ssl/include -I/usr/local/mysql/lib/mysql 
-L/usr/local/ssl/lib -R/usr/local/ssl/lib  conftest.c -lresolv  >&5
configure:15325: $? = 0
configure:15328: test -s conftest
configure:15331: $? = 0
configure:15342: result: yes
configure:15272: checking for strchr
configure:15322: gcc -o conftest -Wall -W -g -O2 
-I/usr/local/ssl/include -I/usr/local/mysql/lib/mysql 
-L/usr/local/ssl/lib -R/usr/local/ssl/lib  conftest.c -lresolv  >&5
configure:15366: warning: conflicting types for built-in function 'strchr'
configure:15325: $? = 0
configure:15328: test -s conftest
configure:15331: $? = 0
configure:15342: result: yes
configure:15272: checking for strdup
configure:15322: gcc -o conftest -Wall -W -g -O2 
-I/usr/local/ssl/include -I/usr/local/mysql/lib/mysql 
-L/usr/local/ssl/lib -R/usr/local/ssl/lib  conftest.c -lresolv  >&5
configure:15367: warning: conflicting types for built-in function 'strdup'
configure:15325: $? = 0
configure:15328: test -s conftest
configure:15331: $? = 0
configure:15342: result: yes
configure:15272: checking for strerror
configure:15322: gcc -o conftest -Wall -W -g -O2 
-I/usr/local/ssl/include -I/usr/local/mysql/lib/mysql 
-L/usr/local/ssl/lib -R/usr/local/ssl/lib  conftest.c -lresolv  >&5
configure:15325: $? = 0
configure:15328: test -s conftest
configure:15331: $? = 0
configure:15342: result: yes
configure:15272: checking for strspn
configure:15322: gcc -o conftest -Wall -W -g -O2 
-I/usr/local/ssl/include -I/usr/local/mysql/lib/mysql 
-L/usr/local/ssl/lib -R/usr/local/ssl/lib  conftest.c -lresolv  >&5
configure:15369: warning: conflicting types for built-in function 'strspn'
configure:15325: $? = 0
configure:15328: test -s conftest
configure:15331: $? = 0
configure:15342: result: yes
configure:15272: checking for strstr
configure:15322: gcc -o conftest -Wall -W -g -O2 
-I/usr/local/ssl/include -I/usr/local/mysql/lib/mysql 
-L/usr/local/ssl/lib -R/usr/local/ssl/lib  conftest.c -lresolv  >&5
configure:15370: warning: conflicting types for built-in function 'strstr'
configure:15325: $? = 0
configure:15328: test -s conftest
configure:15331: $? = 0
configure:15342: result: yes
configure:15272: checking for strtol
configure:15322: gcc -o conftest -Wall -W -g -O2 
-I/usr/local/ssl/include -I/usr/local/mysql/lib/mysql 
-L/usr/local/ssl/lib -R/usr/local/ssl/lib  conftest.c -lresolv  >&5
configure:15325: $? = 0
configure:15328: test -s conftest
configure:15331: $? = 0
configure:15342: result: yes
configure:15272: checking for jrand48
configure:15322: gcc -o conftest -Wall -W -g -O2 
-I/usr/local/ssl/include -I/usr/local/mysql/lib/mysql 
-L/usr/local/ssl/lib -R/usr/local/ssl/lib  conftest.c -lresolv  >&5
configure:15325: $? = 0
configure:15328: test -s conftest
configure:15331: $? = 0
configure:15342: result: yes
configure:15558: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.57.  Invocation command line was

   CONFIG_FILES    =
   CONFIG_HEADERS  =
   CONFIG_LINKS    =
   CONFIG_COMMANDS =
   $ ./config.status

on apollo

config.status:750: creating Makefile
config.status:750: creating include/Makefile
config.status:750: creating sasldb/Makefile
config.status:750: creating plugins/Makefile
config.status:750: creating lib/Makefile
config.status:750: creating utils/Makefile
config.status:750: creating doc/Makefile
config.status:750: creating sample/Makefile
config.status:750: creating java/Makefile
config.status:750: creating java/CyrusSasl/Makefile
config.status:750: creating java/Test/Makefile
config.status:750: creating java/javax/Makefile
config.status:750: creating java/javax/security/Makefile
config.status:750: creating java/javax/security/auth/Makefile
config.status:750: creating java/javax/security/auth/callback/Makefile
config.status:750: creating pwcheck/Makefile
config.status:750: creating man/Makefile
config.status:854: creating config.h
config.status:1230: executing depfiles commands
configure:16888: configuring in saslauthd
configure:16972: running /bin/ksh './configure' --prefix=/usr/local 
'--enable-login' '--enable-plain' '--disable-gssapi' 
'--with-mysql=/usr/local/mysql/lib/mysql' '--without-pam' 
'--without-saslauthd' '--without-pwcheck' '--with-dblib=berkeley' 
'--with-bdb-libdir=/usr/local/BerkeleyDB/lib' '--with-bdb-incdir' 
'/usr/local/BerkeleyDB/include' '--with-openssl=/usr/local/ssl' 
'--with-plugindir=/usr/local/lib/sasl2' '--enable-shared' 
'build_alias=/usr/local/BerkeleyDB/include' 
'host_alias=/usr/local/BerkeleyDB/include' 
'target_alias=/usr/local/BerkeleyDB/include' 
--cache-file=.././config.cache --srcdir=.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv___attribute__=yes
ac_cv_build=/usr/local/BerkeleyDB/include
ac_cv_build_alias=/usr/local/BerkeleyDB/include
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_can_build_shared=no
ac_cv_cmu_lib_subdir=lib
ac_cv_env_CC_set=''
ac_cv_env_CC_value=''
ac_cv_env_CFLAGS_set=''
ac_cv_env_CFLAGS_value=''
ac_cv_env_CPPFLAGS_set=''
ac_cv_env_CPPFLAGS_value=''
ac_cv_env_CPP_set=''
ac_cv_env_CPP_value=''
ac_cv_env_LDFLAGS_set=''
ac_cv_env_LDFLAGS_value=''
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=/usr/local/BerkeleyDB/include
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=/usr/local/BerkeleyDB/include
ac_cv_env_target_alias_set=set
ac_cv_env_target_alias_value=/usr/local/BerkeleyDB/include
ac_cv_exeext=''
ac_cv_func_connect=no
ac_cv_func_crypt=yes
ac_cv_func_dn_expand=yes
ac_cv_func_dns_lookup=no
ac_cv_func_gai_strerror=yes
ac_cv_func_getaddrinfo=yes
ac_cv_func_getdomainname=yes
ac_cv_func_gethostname=yes
ac_cv_func_getnameinfo=yes
ac_cv_func_getpwnam=yes
ac_cv_func_getspnam=yes
ac_cv_func_getsubopt=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_inet_aton=yes
ac_cv_func_jrand48=yes
ac_cv_func_memcpy=yes
ac_cv_func_mkdir=yes
ac_cv_func_res_search=no
ac_cv_func_select=yes
ac_cv_func_snprintf=yes
ac_cv_func_socket=yes
ac_cv_func_strchr=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_strspn=yes
ac_cv_func_strstr=yes
ac_cv_func_strtol=yes
ac_cv_func_syslog=yes
ac_cv_func_vsnprintf=yes
ac_cv_header_db_h=no
ac_cv_header_des_h=no
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_malloc_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_openssl_des_h=yes
ac_cv_header_openssl_evp_h=yes
ac_cv_header_paths_h=no
ac_cv_header_stdarg_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=no
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_file_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_uio_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_sysexits_h=yes
ac_cv_header_syslog_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_header_varargs_h=no
ac_cv_host=/usr/local/BerkeleyDB/include
ac_cv_host_alias=/usr/local/BerkeleyDB/include
ac_cv_lib_crypto_DES_cbc_encrypt=yes
ac_cv_lib_crypto_EVP_DigestInit=yes
ac_cv_lib_crypto_des_cbc_encrypt=no
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_inet6_gai_strerror=no
ac_cv_lib_inet6_getaddrinfo=no
ac_cv_lib_inet6_getnameinfo=no
ac_cv_lib_mysqlclient_mysql_select_db=yes
ac_cv_lib_nsl_gethostbyname=yes
ac_cv_lib_opie_opiechallenge=no
ac_cv_lib_resolv_inet_aton=yes
ac_cv_lib_rsaref_RSAPublicEncrypt=no
ac_cv_lib_socket_connect=yes
ac_cv_lib_socket_gai_strerror=no
ac_cv_lib_socket_getaddrinfo=no
ac_cv_lib_socket_getnameinfo=no
ac_cv_objext=o
ac_cv_path_LD=/usr/ccs/bin/ld
ac_cv_path_NM='/usr/local/bin/nm -B'
ac_cv_path_install='/usr/local/bin/install -c'
ac_cv_prog_AWK=nawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_NM='/usr/local/bin/nm -B'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=''
ac_cv_prog_egrep=egrep
ac_cv_prog_gnu_ld=yes
ac_cv_prog_make_make_set=yes
ac_cv_search_opendir='none required'
ac_cv_sizeof_long=4
ac_cv_target=/usr/local/BerkeleyDB/include
ac_cv_target_alias=/usr/local/BerkeleyDB/include
ac_cv_type_long=yes
ac_cv_type_mode_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_signal=void
am_cv_CC_dependencies_compiler_type=gcc3
ipv6_cv_gai_strerror=yes
ipv6_cv_getaddrinfo=yes
ipv6_cv_getnameinfo=yes
ipv6_cv_sa_len=no
ipv6_cv_socklen_t=yes
ipv6_cv_ss_family=yes
sasl_cv_getaddrinfo=no
sasl_cv_getnameinfo=no
sasl_cv_getsubopt=no
sasl_cv_snprintf=no
sasl_cv_uscore=no

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /usr/src/cyrus-sasl-2.1.22/config/missing --run 
aclocal-1.7 -I $(top_srcdir)/cmulocal -I $(top_srcdir)/config'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /usr/src/cyrus-sasl-2.1.22/config/missing --run tar'
AUTOCONF='${SHELL} /usr/src/cyrus-sasl-2.1.22/config/missing --run autoconf'
AUTOHEADER='${SHELL} /usr/src/cyrus-sasl-2.1.22/config/missing --run 
autoheader'
AUTOMAKE='${SHELL} /usr/src/cyrus-sasl-2.1.22/config/missing --run 
automake-1.7'
AWK='nawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-Wall -W -g -O2'
CMU_LIB_SUBDIR='lib'
CPP='gcc -E'
CPPFLAGS='  -I/usr/local/ssl/include -I/usr/local/mysql/lib/mysql'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DIRS=''
DMALLOC_LIBS=''
ECHO_C='ECHO_N=''
ECHO_T=''
EGREP='egrep'
EXEEXT=''
GETADDRINFOOBJS=''
GETNAMEINFOOBJS=''
GETSUBOPT=''
GSSAPIBASE_LIBS=''
GSSAPI_LIBS=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
IPCTYPE='unix'
JAVAC='true'
JAVADOC='true'
JAVAH='true'
JAVAROOT=''
JAVA_FALSE=''
JAVA_INCLUDES=''
JAVA_TRUE='#'
LDFLAGS='-L/usr/local/ssl/lib -R/usr/local/ssl/lib '
LIBOBJS=''
LIBS='-lresolv '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIB_CRYPT=''
LIB_DES='-lcrypto'
LIB_DOOR=''
LIB_LDAP=''
LIB_MYSQL='-L/usr/local/mysql/lib/mysql  -R/usr/local/mysql/lib/mysql 
-lmysqlclient'
LIB_PGSQL=''
LIB_SOCKET='-lresolv -lsocket -lnsl '
LIB_SQLITE=''
LN_S='ln -s'
LTGETADDRINFOOBJS=''
LTGETNAMEINFOOBJS=''
LTLIBOBJS=''
LTSNPRINTFOBJS=''
MACOSX_FALSE=''
MACOSX_TRUE='#'
MAKEINFO='${SHELL} /usr/src/cyrus-sasl-2.1.22/config/missing --run makeinfo'
NM='/usr/local/bin/nm -B'
NO_SASL_DB_MANS_FALSE='#'
NO_SASL_DB_MANS_TRUE=''
NTLM_LIBS=''
OBJEXT='o'
OTP_LIBS='-lcrypto '
PACKAGE='cyrus-sasl'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PASSDSS_LIBS=''
PATH_SEPARATOR=':'
PLAIN_LIBS=''
PURECOV=''
PURIFY=''
PWCHECKMETH=''
PWCHECK_FALSE=''
PWCHECK_TRUE='#'
RANLIB='ranlib'
SAMPLE_FALSE=''
SAMPLE_TRUE='#'
SASLAUTHD_FALSE=''
SASLAUTHD_TRUE='#'
SASL_DB_BACKEND='db_none.lo'
SASL_DB_BACKEND_STATIC='db_none.o'
SASL_DB_INC=''
SASL_DB_LIB=''
SASL_DB_MANS=''
SASL_DB_UTILS=''
SASL_DL_LIB='-ldl'
SASL_KRB_LIB=''
SASL_MECHS=' libcrammd5.la libdigestmd5.la libotp.la libplain.la 
libanonymous.la liblogin.la'
SASL_STATIC_LIBS=''
SASL_STATIC_OBJS=''
SASL_STATIC_SRCS=''
SASL_UTIL_HEADERS_EXTRA=''
SASL_UTIL_LIBS_EXTRA=''
SET_MAKE=''
SFIO_INC_FLAGS=''
SFIO_LIB_FLAGS=''
SHELL='/bin/ksh'
SMTPTEST_PROGRAM=''
SNPRINTFOBJS=''
SRP_LIBS=''
STRIP=''
VERSION='2.1.22'
ac_ct_CC='gcc'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__quote=''
bindir='${exec_prefix}/bin'
build='/usr/local/BerkeleyDB/include'
build_alias='/usr/local/BerkeleyDB/include'
build_cpu='/usr/local/BerkeleyDB/include'
build_os='/usr/local/BerkeleyDB/include'
build_vendor='/usr/local/BerkeleyDB/include'
configdir='/usr/local/lib/sasl2:/etc/sasl2'
datadir='${prefix}/share'
exec_prefix='${prefix}'
host='/usr/local/BerkeleyDB/include'
host_alias='/usr/local/BerkeleyDB/include'
host_cpu='/usr/local/BerkeleyDB/include'
host_os='/usr/local/BerkeleyDB/include'
host_vendor='/usr/local/BerkeleyDB/include'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/usr/src/cyrus-sasl-2.1.22/config/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
plugindir='/usr/local/lib/sasl2'
prefix='/usr/local'
program_transform_name='s,^,/usr/local/BerkeleyDB/include-,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=' saslauthd'
sysconfdir='${prefix}/etc'
target='/usr/local/BerkeleyDB/include'
target_alias='/usr/local/BerkeleyDB/include'
target_cpu='/usr/local/BerkeleyDB/include'
target_os='/usr/local/BerkeleyDB/include'
target_vendor='/usr/local/BerkeleyDB/include'

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define CONFIGDIR "/usr/local/lib/sasl2:/etc/sasl2"
#define DO_DLOPEN
#define DO_SASL_CHECKAPOP
#define HAVE_AUTHDAEMON
#define HAVE_DIRENT_H 1
#define HAVE_DLFCN_H 1
#define HAVE_DN_EXPAND 1
#define HAVE_FCNTL_H 1
#define HAVE_GETADDRINFO
#define HAVE_GETDOMAINNAME 1
#define HAVE_GETHOSTNAME 1
#define HAVE_GETNAMEINFO
#define HAVE_GETPWNAM 1
#define HAVE_GETSPNAM 1
#define HAVE_GETSUBOPT
#define HAVE_GETTIMEOFDAY 1
#define HAVE_INET_ATON 1
#define HAVE_INTTYPES_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_JRAND48 1
#define HAVE_LIBRESOLV 1
#define HAVE_LIMITS_H 1
#define HAVE_MALLOC_H 1
#define HAVE_MEMCPY 1
#define HAVE_MEMORY_H 1
#define HAVE_MKDIR 1
#define HAVE_MYSQL
#define HAVE_OPENSSL
#define HAVE_SELECT 1
#define HAVE_SNPRINTF
#define HAVE_SOCKET 1
#define HAVE_SOCKLEN_T
#define HAVE_SS_FAMILY
#define HAVE_STDARG_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRCHR 1
#define HAVE_STRDUP 1
#define HAVE_STRERROR 1
#define HAVE_STRINGS_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRSPN 1
#define HAVE_STRSTR 1
#define HAVE_STRTOL 1
#define HAVE_STRUCT_SOCKADDR_STORAGE
#define HAVE_SYSEXITS_H 1
#define HAVE_SYSLOG 1
#define HAVE_SYSLOG_H 1
#define HAVE_SYS_FILE_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_UIO_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_VSNPRINTF
#define HAVE___ATTRIBUTE__ 1
#define PACKAGE "cyrus-sasl"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PATH_AUTHDAEMON_SOCKET "/dev/null"
#define PLUGINDIR "/usr/local/lib/sasl2"
#define RETSIGTYPE void
#define SASL_DB_PATH "/etc/sasldb2"
#define SASL_DEV_RANDOM "/dev/random"
#define SIZEOF_LONG 4
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define TIME_WITH_SYS_TIME 1
#define VERSION "2.1.22"
#define WITH_DES
#define WITH_RC4
#define WITH_SSL_DES

configure: exit 0



Guus Leeuw jr. skrev:
> Goran,
> 
> Can you send config.log please?
> Is libtool in your $PATH?
> 
> glj
> 
> On Wed, May 9, 2007 14:52, Göran Höglund wrote:
>> Well I have,
>> root at apollo:/> echo $PATH
>> /usr/local/bin:/usr/local/sbin:/usr/ccs/bin:/usr/local/mysql/bin:/usr/sbin:/us
>> r/bin:/usr/lib/courier/bin:/usr/ucb:/sbin:
>> \
>> /etc:/usr/openwin/bin:/usr/dt/bin:/usr/lib/courier/bin:/usr/lib/courier/sbin
>>
>>
>> I have also made a soft link from /usr/ccs/bin/ld to /usr/local/bin/ld
>> as mentiond below to shortcut sun's ld infavor of GNU. The output of
>> ./configure says that ld supports share libraries but not
>> libtol.
>>
>> /GH
>>
>>
>>
>> Guus Leeuw jr. skrev:
>>
>>> The more supported way would be to make sure that /usr/local/bin is
>>> mentioned first in your $PATH (as opposed to /usr/ccs). That way, you should
>>> get GNU ld first...
>>>
>>> On Wed, May 9, 2007 12:40, Göran Höglund wrote:
>>>
>>>> Hi,
>>>> I am trying to compile SASL (cyrus-sasl-2.1.22) into shared libriries on
>>>> a SUN SPARC Solaris  8 machine.
>>>>
>>>> I only get .la files in /usr/local/lib no .so's
>>>>
>>>>
>>>>
>>>> I have down loaded gcc and some otheer tools from Sunfreeware
>>>> (gcc_small-3.4.2, make-3.81, libtool-1.5, binutils-2.11.2 and
>>>> coreutils-6.4) and are using them. I had problems with SUNs
>>>> /usr/ccs/bin/ld
>>>> because the linker chooses suns dito since gcc seems to be linked with it.
>>>> My
>>>> ./configure told me that ld did not support shared libraries.
>>>> So I have linked /usr/ccs/ld to GNU ld in /usr/local/bin.
>>>>
>>>>
>>>>
>>>> My ./configure command:
>>>> ./configure --enable-login --enable-plain --disable-gssapi
>>>> --with-mysql=/usr/local/mysql/lib/mysql --without-pam
>>>> --without-saslauthd --without-pwcheck --with-dblib=berkeley
>>>> --with-bdb-libdir=/usr/local/BerkeleyDB/lib --with-bdb-incdir
>>>> /usr/local/BerkeleyDB/include --with-openssl=/usr/local/ssl
>>>> --with-plugindir=/usr/local/lib/sasl2
>>>>
>>>>
>>>>
>>>> This and make works just fine but the libs are:
>>>> /usr/local/lib/libsasl2.a and /usr/local/lib/libsasl2.la*
>>>>
>>>>
>>>>
>>>> I am excpectin a /usr/local/lib/libsasl2.so.1 or similar.
>>>>
>>>>
>>>>
>>>> My goal is to compile postfix with sasl support
>>>>
>>>>
>>>>
>>>> I am suspecting the libtool to fool me.
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>
>> --
>> Göran Höglund
>> Telemar Scandinavia AB
>> P O Box 9304
>> SE-400 97 Gothenburg, Sweden
>> Phone: +46 31 892807
>> Fax: +46 31 892801
>> www.telemar.se
>>
>>
> 
> 

-- 
Göran Höglund
Telemar Scandinavia AB
P O Box 9304
SE-400 97 Gothenburg, Sweden
Phone: +46 31 892807
Fax: +46 31 892801
www.telemar.se


More information about the Cyrus-sasl mailing list