Somebody tried to help me out but I am still having this problem.
Can anybody have a solution or suggestion?

Thanks,
Kihoon

>I compiled the latest version of openssl and berkeleydb, and
>compiled openldap and installed it to openldap-tmp.
>
>When I do the following for freeradius compilation:
>
>./configure --enable-shared=no --prefix=`pwd`/../freeradius
>--with-openssl-includes=`pwd`/../openssl-0.9.7e/include
>--with-openssl-libraries=`pwd`/../openssl-0.9.7e
>--with-rlm-ldap-include-dir=`pwd`/../openldap-tmp/includes
>--with-rlm-ldap-lib-dir=`pwd`/../openldap-tmp/lib
>--with-snmp=no
>
>But, libldap was not recognized as the following:
>
>checking for gcc option to accept ANSI C... none needed
>checking for inet_aton in -lresolv... yes
>checking for lber.h... yes
>checking for ldap.h... yes
>checking for sasl_encode in -lsasl... no
>checking for DH_new in -lcrypto... yes
>checking for SSL_new in -lssl... yes
>checking for ber_init in -llber... yes
>checking for ldap_init in -lldap... no
>configure: WARNING: silently not building rlm_ldap.
>configure: WARNING: FAILURE: rlm_ldap requires: libldap.
>
>Do you know what is wrong? I put rlm_ldap/config.log below.
>
>-kevin
>
>------------------
>rlm_ldap/config.log
>------------------
>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.59. Invocation command line was
>
>$ ./configure --prefix=/usr/home/kevin/Build/radiusd/../freeradius
>--enable-shared=no --prefix=/usr/home/kevin/Build/radiusd/../freeradius
>--with-openssl-includes=/usr/home/kevin/Build/radiusd/../openssl-0.9.7e/include
>--with-openssl-libraries=/usr/home/kevin/Build/radiusd/../openssl-0.9.7e
>--with-rlm-ldap-include-dir=/usr/home/kevin/Build/radiusd/../openldap-tmp/include
>--with-rlm-ldap-lib-dir=/usr/home/kevin/Build/radiusd/../openldap-tmp/lib
>--with-snmp=no --enable-ltdl-install --cache-file=/dev/null --srcdir=.
>
>## --------- ##
>## Platform. ##
>## --------- ##
>
>hostname = mycom
>uname -m = sun4u
>uname -r = 5.8
>uname -s = SunOS
>uname -v = Generic_108528-13
>
>/usr/bin/uname -p = sparc
>/bin/uname -X = System = SunOS
>Node = mycom
>Release = 5.8
>KernelID = Generic_108528-13
>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/j2se/bin
>PATH: /ms/bin
>PATH: .
>PATH: /usr/xpg4/bin
>PATH: /usr/bin
>PATH: /usr/local/bin
>PATH: /usr/local/ssl/bin
>PATH: /home/kevin/bin
>PATH: /usr/openwin/bin
>PATH: /usr/local/etc
>PATH: /usr/sbin
>PATH: /usr/local/sbin
>PATH: /usr/local/lib
>PATH: /usr/local/ssl
>PATH: /usr/etc
>PATH: /usr/ucb
>PATH: /opt/gnu/bin
>PATH: /usr/ccs/bin
>PATH: /home/kevin/splint-3.1.1/bin
>PATH: /usr/j2se/bin
>PATH: /ms/bin
>PATH: .
>PATH: /usr/xpg4/bin
>PATH: /usr/bin
>PATH: /usr/local/bin
>PATH: /usr/local/ssl/bin
>PATH: /home/kevin/bin
>PATH: /usr/openwin/bin
>PATH: /usr/local/etc
>PATH: /usr/sbin
>PATH: /usr/local/sbin
>PATH: /usr/local/lib
>PATH: /usr/local/ssl
>PATH: /usr/etc
>PATH: /usr/ucb
>PATH: /opt/gnu/bin
>PATH: /usr/ccs/bin
>PATH: /home/kevin/splint-3.1.1/bin
>PATH: /usr/bin
>PATH: /bin
>PATH: /usr/sbin
>PATH: /sbin
>PATH: /usr/local/bin
>PATH: /home/kevin/ant/bin
>PATH: /home/kevin/ant/bin
>
>
>## ----------- ##
>## Core tests. ##
>## ----------- ##
>
>configure:1306: checking for gcc
>configure:1322: found /usr/local/bin/gcc
>configure:1332: result: gcc
>configure:1576: checking for C compiler version
>configure:1579: gcc --version </dev/null >&5
>gcc (GCC) 3.4.1
>Copyright (C) 2004 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:1582: $? = 0
>configure:1584: gcc -v </dev/null >&5
>Reading specs from /usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.1/specs
>Configured with: ../configure --with-as=/usr/ccs/bin/as
>--with-ld=/usr/ccs/bin/ld --disable-nls
>Thread model: posix
>gcc version 3.4.1
>configure:1587: $? = 0
>configure:1589: gcc -V </dev/null >&5
>gcc: `-V' option must have argument
>configure:1592: $? = 1
>configure:1615: checking for C compiler default output file name
>configure:1618: gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS
>-DOPENSSL_NO_KRB5
>-I/usr/home/kevin/Build/radiusd/../openssl-0.9.7e/include -Wall
>-D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align
>-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
>-Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef
>conftest.c -lnsl -lresolv -lsocket -lposix4 -lpthread -lcrypto >&5
>conftest.c:12: warning: function declaration isn't a prototype
>configure:1621: $? = 0
>configure:1667: result: a.out
>configure:1672: checking whether the C compiler works
>configure:1678: ./a.out
>configure:1681: $? = 0
>configure:1698: result: yes
>configure:1705: checking whether we are cross compiling
>configure:1707: result: no
>configure:1710: checking for suffix of executables
>configure:1712: gcc -o conftest -g -O2 -D_REENTRANT
>-D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5
>-I/usr/home/kevin/Build/radiusd/../openssl-0.9.7e/include -Wall
>-D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align
>-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
>-Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef
>conftest.c -lnsl -lresolv -lsocket -lposix4 -lpthread -lcrypto >&5
>conftest.c:12: warning: function declaration isn't a prototype
>configure:1715: $? = 0
>configure:1740: result:
>configure:1746: checking for suffix of object files
>configure:1767: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS
>-DOPENSSL_NO_KRB5
>-I/usr/home/kevin/Build/radiusd/../openssl-0.9.7e/include -Wall
>-D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align
>-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
>-Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef
>conftest.c >&5
>conftest.c:12: warning: function declaration isn't a prototype
>configure:1770: $? = 0
>configure:1792: result: o
>configure:1796: checking whether we are using the GNU C compiler
>configure:1820: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS
>-DOPENSSL_NO_KRB5
>-I/usr/home/kevin/Build/radiusd/../openssl-0.9.7e/include -Wall
>-D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align
>-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
>-Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef
>conftest.c >&5
>conftest.c:12: warning: function declaration isn't a prototype
>configure:1826: $? = 0
>configure:1829: test -z || test ! -s conftest.err
>configure:1832: $? = 0
>configure:1835: test -s conftest.o
>configure:1838: $? = 0
>configure:1851: result: yes
>configure:1857: checking whether gcc accepts -g
>configure:1878: gcc -c -g conftest.c >&5
>configure:1884: $? = 0
>configure:1887: test -z || test ! -s conftest.err
>configure:1890: $? = 0
>configure:1893: test -s conftest.o
>configure:1896: $? = 0
>configure:1907: result: yes
>configure:1924: checking for gcc option to accept ANSI C
>configure:1994: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS
>-DOPENSSL_NO_KRB5
>-I/usr/home/kevin/Build/radiusd/../openssl-0.9.7e/include -Wall
>-D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align
>-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
>-Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef
>conftest.c >&5
>conftest.c:17: warning: function declaration isn't a prototype
>conftest.c:49: warning: function declaration isn't a prototype
>configure:2000: $? = 0
>configure:2003: test -z || test ! -s conftest.err
>configure:2006: $? = 0
>configure:2009: test -s conftest.o
>configure:2012: $? = 0
>configure:2030: result: none needed
>configure:2048: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS
>-DOPENSSL_NO_KRB5
>-I/usr/home/kevin/Build/radiusd/../openssl-0.9.7e/include -Wall
>-D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align
>-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
>-Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef
>conftest.c >&5
>conftest.c:2: error: parse error before "me"
>configure:2054: $? = 1
>configure: failed program was:
>| #ifndef __cplusplus
>| choke me
>| #endif
>configure:2187: checking for inet_aton in -lresolv
>configure:2217: gcc -o conftest -g -O2 -D_REENTRANT
>-D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5
>-I/usr/home/kevin/Build/radiusd/../openssl-0.9.7e/include -Wall
>-D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align
>-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
>-Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef
>conftest.c -lresolv -lnsl -lresolv -lsocket -lposix4 -lpthread -lcrypto >&5
>conftest.c:16: warning: function declaration isn't a prototype
>conftest.c:19: warning: function declaration isn't a prototype
>configure:2223: $? = 0
>configure:2226: test -z || test ! -s conftest.err
>configure:2229: $? = 0
>configure:2232: test -s conftest
>configure:2235: $? = 0
>configure:2248: result: yes
>configure:2304: checking for lber.h
>configure:2328: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS
>-DOPENSSL_NO_KRB5
>-I/usr/home/kevin/Build/radiusd/../openssl-0.9.7e/include -Wall
>-D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align
>-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
>-Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef
>conftest.c >&5
>conftest.c:11:22: lber.h: No such file or directory
>conftest.c:14: warning: function declaration isn't a prototype
>conftest.c: In function `main':
>conftest.c:15: warning: unused variable `a'
>configure:2334: $? = 1
>configure: failed program was:
>| /* confdefs.h. */
>|
>| #define PACKAGE_NAME ""
>| #define PACKAGE_TARNAME ""
>| #define PACKAGE_VERSION ""
>| #define PACKAGE_STRING ""
>| #define PACKAGE_BUGREPORT ""
>| #define HAVE_LIBRESOLV 1
>| /* end confdefs.h. */
>|
>| #include <lber.h>
>| int
>| main ()
>| {
>| int a = 1;
>| ;
>| return 0;
>| }
>configure:2406: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS
>-DOPENSSL_NO_KRB5
>-I/usr/home/kevin/Build/radiusd/../openssl-0.9.7e/include -Wall
>-D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align
>-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
>-Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef
>-I/usr/home/kevin/Build/radiusd/../openldap-tmp/include conftest.c >&5
>conftest.c:14: warning: function declaration isn't a prototype
>conftest.c: In function `main':
>conftest.c:15: warning: unused variable `a'
>configure:2412: $? = 0
>configure:2415: test -z || test ! -s conftest.err
>configure:2418: $? = 0
>configure:2421: test -s conftest.o
>configure:2424: $? = 0
>configure:2443: result: yes
>configure:2459: checking for ldap.h
>configure:2483: gcc -c -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS
>-DOPENSSL_NO_KRB5
>-I/usr/home/kevin/Build/radiusd/../openssl-0.9.7e/include -Wall
>-D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align
>-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
>-Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef
>-I/usr/home/kevin/Build/radiusd/../openldap-tmp/include conftest.c >&5
>conftest.c:14: warning: function declaration isn't a prototype
>conftest.c: In function `main':
>conftest.c:15: warning: unused variable `a'
>configure:2489: $? = 0
>configure:2492: test -z || test ! -s conftest.err
>configure:2495: $? = 0
>configure:2498: test -s conftest.o
>configure:2501: $? = 0
>configure:2598: result: yes
>configure:2616: checking for sasl_encode in -lsasl
>configure:2640: gcc -o conftest -g -O2 -D_REENTRANT
>-D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5
>-I/usr/home/kevin/Build/radiusd/../openssl-0.9.7e/include -Wall
>-D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align
>-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
>-Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef
>-I/usr/home/kevin/Build/radiusd/../openldap-tmp/include conftest.c
>-lresolv -lnsl -lresolv -lsocket -lposix4 -lpthread -lcrypto -lsasl >&5
>conftest.c:10: warning: function declaration isn't a prototype
>conftest.c:13: warning: function declaration isn't a prototype
>ld: fatal: library -lsasl: not found
>ld: fatal: File processing errors. No output written to conftest
>collect2: ld returned 1 exit status
>configure:2646: $? = 1
>configure: failed program was:
>| /* confdefs.h. */
>|
>| #define PACKAGE_NAME ""
>| #define PACKAGE_TARNAME ""
>| #define PACKAGE_VERSION ""
>| #define PACKAGE_STRING ""
>| #define PACKAGE_BUGREPORT ""
>| #define HAVE_LIBRESOLV 1
>| /* end confdefs.h. */
>| extern char sasl_encode();
>| int
>| main ()
>| {
>| sasl_encode()
>| ;
>| return 0;
>| }
>configure:2744: gcc -o conftest -g -O2 -D_REENTRANT
>-D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5
>-I/usr/home/kevin/Build/radiusd/../openssl-0.9.7e/include -Wall
>-D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align
>-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
>-Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef
>-I/usr/home/kevin/Build/radiusd/../openldap-tmp/include conftest.c
>-lresolv -lnsl -lresolv -lsocket -lposix4 -lpthread -lcrypto
>-L/usr/home/kevin/Build/radiusd/../openldap-tmp/include -lsasl >&5
>conftest.c:10: warning: function declaration isn't a prototype
>conftest.c:13: warning: function declaration isn't a prototype
>ld: fatal: library -lsasl: not found
>ld: fatal: File processing errors. No output written to conftest
>collect2: ld returned 1 exit status
>configure:2750: $? = 1
>configure: failed program was:
>| /* confdefs.h. */
>|
>| #define PACKAGE_NAME ""
>| #define PACKAGE_TARNAME ""
>| #define PACKAGE_VERSION ""
>| #define PACKAGE_STRING ""
>| #define PACKAGE_BUGREPORT ""
>| #define HAVE_LIBRESOLV 1
>| /* end confdefs.h. */
>| extern char sasl_encode();
>| int
>| main ()
>| {
>| sasl_encode()
>| ;
>| return 0;
>| }
>configure:2744: gcc -o conftest -g -O2 -D_REENTRANT
>-D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5
>-I/usr/home/kevin/Build/radiusd/../openssl-0.9.7e/include -Wall
>-D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align
>-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
>-Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef
>-I/usr/home/kevin/Build/radiusd/../openldap-tmp/include conftest.c
>-lresolv -lnsl -lresolv -lsocket -lposix4 -lpthread -lcrypto
>-L/usr/local/lib/ -lsasl >&5
>conftest.c:10: warning: function declaration isn't a prototype
>conftest.c:13: warning: function declaration isn't a prototype
>ld: fatal: library -lsasl: not found
>ld: fatal: File processing errors. No output written to conftest
>collect2: ld returned 1 exit status
>configure:2750: $? = 1
>configure: failed program was:
>| /* confdefs.h. */
>|
>| #define PACKAGE_NAME ""
>| #define PACKAGE_TARNAME ""
>| #define PACKAGE_VERSION ""
>| #define PACKAGE_STRING ""
>| #define PACKAGE_BUGREPORT ""
>| #define HAVE_LIBRESOLV 1
>| /* end confdefs.h. */
>| extern char sasl_encode();
>| int
>| main ()
>| {
>| sasl_encode()
>| ;
>| return 0;
>| }
>configure:2744: gcc -o conftest -g -O2 -D_REENTRANT
>-D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5
>-I/usr/home/kevin/Build/radiusd/../openssl-0.9.7e/include -Wall
>-D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align
>-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
>-Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef
>-I/usr/home/kevin/Build/radiusd/../openldap-tmp/include conftest.c
>-lresolv -lnsl -lresolv -lsocket -lposix4 -lpthread -lcrypto -L/opt/lib
>-lsasl >&5
>conftest.c:10: warning: function declaration isn't a prototype
>conftest.c:13: warning: function declaration isn't a prototype
>ld: fatal: library -lsasl: not found
>ld: fatal: File processing errors. No output written to conftest
>collect2: ld returned 1 exit status
>configure:2750: $? = 1
>configure: failed program was:
>| /* confdefs.h. */
>|
>| #define PACKAGE_NAME ""
>| #define PACKAGE_TARNAME ""
>| #define PACKAGE_VERSION ""
>| #define PACKAGE_STRING ""
>| #define PACKAGE_BUGREPORT ""
>| #define HAVE_LIBRESOLV 1
>| /* end confdefs.h. */
>| extern char sasl_encode();
>| int
>| main ()
>| {
>| sasl_encode()
>| ;
>| return 0;
>| }
>configure:2786: result: no
>configure:2794: checking for DH_new in -lcrypto
>configure:2818: gcc -o conftest -g -O2 -D_REENTRANT
>-D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5
>-I/usr/home/kevin/Build/radiusd/../openssl-0.9.7e/include -Wall
>-D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align
>-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
>-Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef
>-I/usr/home/kevin/Build/radiusd/../openldap-tmp/include conftest.c
>-lresolv -lnsl -lresolv -lsocket -lposix4 -lpthread -lcrypto -lcrypto >&5
>conftest.c:10: warning: function declaration isn't a prototype
>conftest.c:13: warning: function declaration isn't a prototype
>configure:2824: $? = 0
>configure:2827: test -z || test ! -s conftest.err
>configure:2830: $? = 0
>configure:2833: test -s conftest
>configure:2836: $? = 0
>configure:2958: result: yes
>configure:2972: checking for SSL_new in -lssl
>configure:2996: gcc -o conftest -g -O2 -D_REENTRANT
>-D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5
>-I/usr/home/kevin/Build/radiusd/../openssl-0.9.7e/include -Wall
>-D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align
>-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
>-Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef
>-I/usr/home/kevin/Build/radiusd/../openldap-tmp/include conftest.c
>-lresolv -lnsl -lresolv -lsocket -lposix4 -lpthread -lcrypto -lcrypto
>-lssl >&5
>conftest.c:10: warning: function declaration isn't a prototype
>conftest.c:13: warning: function declaration isn't a prototype
>configure:3002: $? = 0
>configure:3005: test -z || test ! -s conftest.err
>configure:3008: $? = 0
>configure:3011: test -s conftest
>configure:3014: $? = 0
>configure:3136: result: yes
>configure:3152: checking for ber_init in -llber
>configure:3176: gcc -o conftest -g -O2 -D_REENTRANT
>-D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5
>-I/usr/home/kevin/Build/radiusd/../openssl-0.9.7e/include -Wall
>-D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align
>-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
>-Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef
>-I/usr/home/kevin/Build/radiusd/../openldap-tmp/include conftest.c
>-lresolv -lnsl -lresolv -lsocket -lposix4 -lpthread -lcrypto -lcrypto
>-lssl -llber >&5
>conftest.c:10: warning: function declaration isn't a prototype
>conftest.c:13: warning: function declaration isn't a prototype
>ld: fatal: library -llber: not found
>ld: fatal: File processing errors. No output written to conftest
>collect2: ld returned 1 exit status
>configure:3182: $? = 1
>configure: failed program was:
>| /* confdefs.h. */
>|
>| #define PACKAGE_NAME ""
>| #define PACKAGE_TARNAME ""
>| #define PACKAGE_VERSION ""
>| #define PACKAGE_STRING ""
>| #define PACKAGE_BUGREPORT ""
>| #define HAVE_LIBRESOLV 1
>| /* end confdefs.h. */
>| extern char ber_init();
>| int
>| main ()
>| {
>| ber_init()
>| ;
>| return 0;
>| }
>configure:3280: gcc -o conftest -g -O2 -D_REENTRANT
>-D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5
>-I/usr/home/kevin/Build/radiusd/../openssl-0.9.7e/include -Wall
>-D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align
>-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
>-Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef
>-I/usr/home/kevin/Build/radiusd/../openldap-tmp/include conftest.c
>-lresolv -lnsl -lresolv -lsocket -lposix4 -lpthread -lcrypto -lcrypto
>-lssl -L/usr/home/kevin/Build/radiusd/../openldap-tmp/lib -llber >&5
>conftest.c:10: warning: function declaration isn't a prototype
>conftest.c:13: warning: function declaration isn't a prototype
>configure:3286: $? = 0
>configure:3289: test -z || test ! -s conftest.err
>configure:3292: $? = 0
>configure:3295: test -s conftest
>configure:3298: $? = 0
>configure:3316: result: yes
>configure:3518: checking for ldap_init in -lldap
>configure:3542: gcc -o conftest -g -O2 -D_REENTRANT
>-D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5
>-I/usr/home/kevin/Build/radiusd/../openssl-0.9.7e/include -Wall
>-D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align
>-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
>-Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef
>-I/usr/home/kevin/Build/radiusd/../openldap-tmp/include conftest.c
>-lresolv -lnsl -lresolv -lsocket -lposix4 -lpthread -lcrypto -lcrypto
>-lssl -L/usr/home/kevin/Build/radiusd/../openldap-tmp/lib -llber -lldap >&5
>conftest.c:10: warning: function declaration isn't a prototype
>conftest.c:13: warning: function declaration isn't a prototype
>Undefined first referenced
>symbol in file
>ber_flatten2
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(controls.o)
>ber_dup /usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(error.o)
>ber_get_int
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(result.o)
>ber_printf
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(unbind.o)
>ber_next_element
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(controls.o)
>ber_log_dump
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(request.o)
>ber_write
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(request.o)
>ber_first_element
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(controls.o)
>ber_sockbuf_alloc
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(open.o)
>ber_reset
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(result.o)
>ber_memvfree_x
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(unbind.o)
>ber_sockbuf_io_tcp
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(open.o)
>ber_memalloc_x
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(request.o)
>ber_sockbuf_io_fd
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(open.o)
>ber_flush
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(unbind.o)
>ber_strdup_x
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(request.o)
>ber_pvt_socket_set_nonblock
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(os-ip.o)
>ber_scanf
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(request.o)
>ber_peek_tag
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(result.o)
>ber_sockbuf_io_debug
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(open.o)
>ber_get_next
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(result.o)
>ber_sockbuf_ctrl
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(open.o)
>ber_memcalloc_x
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(open.o)
>ber_bvfree
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(sasl.o)
>ber_free
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(unbind.o)
>ber_bvecfree
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(getvalues.o)
>ber_sockbuf_free
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(unbind.o)
>ber_memrealloc_x
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(request.o)
>ber_memfree_x
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(open.o)
>ber_skip_tag
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(result.o)
>ber_pvt_log_print
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(print.o)
>ber_alloc_t
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(request.o)
>ber_sockbuf_add_io
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(open.o)
>ld: fatal: Symbol referencing errors. No output written to conftest
>collect2: ld returned 1 exit status
>configure:3548: $? = 1
>configure: failed program was:
>| /* confdefs.h. */
>|
>| #define PACKAGE_NAME ""
>| #define PACKAGE_TARNAME ""
>| #define PACKAGE_VERSION ""
>| #define PACKAGE_STRING ""
>| #define PACKAGE_BUGREPORT ""
>| #define HAVE_LIBRESOLV 1
>| /* end confdefs.h. */
>| extern char ldap_init();
>| int
>| main ()
>| {
>| ldap_init()
>| ;
>| return 0;
>| }
>configure:3646: gcc -o conftest -g -O2 -D_REENTRANT
>-D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5
>-I/usr/home/kevin/Build/radiusd/../openssl-0.9.7e/include -Wall
>-D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align
>-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
>-Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef
>-I/usr/home/kevin/Build/radiusd/../openldap-tmp/include conftest.c
>-lresolv -lnsl -lresolv -lsocket -lposix4 -lpthread -lcrypto -lcrypto
>-lssl -L/usr/home/kevin/Build/radiusd/../openldap-tmp/lib -llber
>-L/usr/home/kevin/Build/radiusd/../openldap-tmp/lib -lldap >&5
>conftest.c:10: warning: function declaration isn't a prototype
>conftest.c:13: warning: function declaration isn't a prototype
>Undefined first referenced
>symbol in file
>ber_flatten2
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(controls.o)
>ber_dup /usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(error.o)
>ber_get_int
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(result.o)
>ber_printf
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(unbind.o)
>ber_next_element
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(controls.o)
>ber_log_dump
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(request.o)
>ber_write
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(request.o)
>ber_first_element
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(controls.o)
>ber_sockbuf_alloc
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(open.o)
>ber_reset
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(result.o)
>ber_memvfree_x
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(unbind.o)
>ber_sockbuf_io_tcp
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(open.o)
>ber_memalloc_x
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(request.o)
>ber_sockbuf_io_fd
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(open.o)
>ber_flush
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(unbind.o)
>ber_strdup_x
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(request.o)
>ber_pvt_socket_set_nonblock
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(os-ip.o)
>ber_scanf
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(request.o)
>ber_peek_tag
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(result.o)
>ber_sockbuf_io_debug
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(open.o)
>ber_get_next
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(result.o)
>ber_sockbuf_ctrl
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(open.o)
>ber_memcalloc_x
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(open.o)
>ber_bvfree
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(sasl.o)
>ber_free
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(unbind.o)
>ber_bvecfree
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(getvalues.o)
>ber_sockbuf_free
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(unbind.o)
>ber_memrealloc_x
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(request.o)
>ber_memfree_x
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(open.o)
>ber_skip_tag
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(result.o)
>ber_pvt_log_print
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(print.o)
>ber_alloc_t
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(request.o)
>ber_sockbuf_add_io
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(open.o)
>ld: fatal: Symbol referencing errors. No output written to conftest
>collect2: ld returned 1 exit status
>configure:3652: $? = 1
>configure: failed program was:
>| /* confdefs.h. */
>|
>| #define PACKAGE_NAME ""
>| #define PACKAGE_TARNAME ""
>| #define PACKAGE_VERSION ""
>| #define PACKAGE_STRING ""
>| #define PACKAGE_BUGREPORT ""
>| #define HAVE_LIBRESOLV 1
>| /* end confdefs.h. */
>| extern char ldap_init();
>| int
>| main ()
>| {
>| ldap_init()
>| ;
>| return 0;
>| }
>configure:3646: gcc -o conftest -g -O2 -D_REENTRANT
>-D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5
>-I/usr/home/kevin/Build/radiusd/../openssl-0.9.7e/include -Wall
>-D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align
>-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
>-Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef
>-I/usr/home/kevin/Build/radiusd/../openldap-tmp/include conftest.c
>-lresolv -lnsl -lresolv -lsocket -lposix4 -lpthread -lcrypto -lcrypto
>-lssl -L/usr/home/kevin/Build/radiusd/../openldap-tmp/lib -llber
>-L/usr/local/lib/ -lldap >&5
>conftest.c:10: warning: function declaration isn't a prototype
>conftest.c:13: warning: function declaration isn't a prototype
>Undefined first referenced
>symbol in file
>ber_flatten2
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(controls.o)
>ber_dup /usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(error.o)
>ber_get_int
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(result.o)
>ber_printf
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(unbind.o)
>ber_next_element
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(controls.o)
>ber_log_dump
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(request.o)
>ber_write
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(request.o)
>ber_first_element
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(controls.o)
>ber_sockbuf_alloc
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(open.o)
>ber_reset
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(result.o)
>ber_memvfree_x
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(unbind.o)
>ber_sockbuf_io_tcp
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(open.o)
>ber_memalloc_x
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(request.o)
>ber_sockbuf_io_fd
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(open.o)
>ber_flush
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(unbind.o)
>ber_strdup_x
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(request.o)
>ber_pvt_socket_set_nonblock
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(os-ip.o)
>ber_scanf
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(request.o)
>ber_peek_tag
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(result.o)
>ber_sockbuf_io_debug
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(open.o)
>ber_get_next
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(result.o)
>ber_sockbuf_ctrl
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(open.o)
>ber_memcalloc_x
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(open.o)
>ber_bvfree
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(sasl.o)
>ber_free
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(unbind.o)
>ber_bvecfree
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(getvalues.o)
>ber_sockbuf_free
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(unbind.o)
>ber_memrealloc_x
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(request.o)
>ber_memfree_x
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(open.o)
>ber_skip_tag
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(result.o)
>ber_pvt_log_print
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(print.o)
>ber_alloc_t
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(request.o)
>ber_sockbuf_add_io
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(open.o)
>ld: fatal: Symbol referencing errors. No output written to conftest
>collect2: ld returned 1 exit status
>configure:3652: $? = 1
>configure: failed program was:
>| /* confdefs.h. */
>|
>| #define PACKAGE_NAME ""
>| #define PACKAGE_TARNAME ""
>| #define PACKAGE_VERSION ""
>| #define PACKAGE_STRING ""
>| #define PACKAGE_BUGREPORT ""
>| #define HAVE_LIBRESOLV 1
>| /* end confdefs.h. */
>| extern char ldap_init();
>| int
>| main ()
>| {
>| ldap_init()
>| ;
>| return 0;
>| }
>configure:3646: gcc -o conftest -g -O2 -D_REENTRANT
>-D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5
>-I/usr/home/kevin/Build/radiusd/../openssl-0.9.7e/include -Wall
>-D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align
>-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
>-Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef
>-I/usr/home/kevin/Build/radiusd/../openldap-tmp/include conftest.c
>-lresolv -lnsl -lresolv -lsocket -lposix4 -lpthread -lcrypto -lcrypto
>-lssl -L/usr/home/kevin/Build/radiusd/../openldap-tmp/lib -llber
>-L/opt/lib -lldap >&5
>conftest.c:10: warning: function declaration isn't a prototype
>conftest.c:13: warning: function declaration isn't a prototype
>Undefined first referenced
>symbol in file
>ber_flatten2
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(controls.o)
>ber_dup /usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(error.o)
>ber_get_int
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(result.o)
>ber_printf
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(unbind.o)
>ber_next_element
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(controls.o)
>ber_log_dump
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(request.o)
>ber_write
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(request.o)
>ber_first_element
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(controls.o)
>ber_sockbuf_alloc
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(open.o)
>ber_reset
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(result.o)
>ber_memvfree_x
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(unbind.o)
>ber_sockbuf_io_tcp
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(open.o)
>ber_memalloc_x
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(request.o)
>ber_sockbuf_io_fd
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(open.o)
>ber_flush
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(unbind.o)
>ber_strdup_x
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(request.o)
>ber_pvt_socket_set_nonblock
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(os-ip.o)
>ber_scanf
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(request.o)
>ber_peek_tag
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(result.o)
>ber_sockbuf_io_debug
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(open.o)
>ber_get_next
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(result.o)
>ber_sockbuf_ctrl
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(open.o)
>ber_memcalloc_x
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(open.o)
>ber_bvfree
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(sasl.o)
>ber_free
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(unbind.o)
>ber_bvecfree
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(getvalues.o)
>ber_sockbuf_free
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(unbind.o)
>ber_memrealloc_x
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(request.o)
>ber_memfree_x
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(open.o)
>ber_skip_tag
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(result.o)
>ber_pvt_log_print
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(print.o)
>ber_alloc_t
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(request.o)
>ber_sockbuf_add_io
>/usr/home/kevin/Build/radiusd/../openldap-tmp/lib/libldap.a(open.o)
>ld: fatal: Symbol referencing errors. No output written to conftest
>collect2: ld returned 1 exit status
>configure:3652: $? = 1
>configure: failed program was:
>| /* confdefs.h. */
>|
>| #define PACKAGE_NAME ""
>| #define PACKAGE_TARNAME ""
>| #define PACKAGE_VERSION ""
>| #define PACKAGE_STRING ""
>| #define PACKAGE_BUGREPORT ""
>| #define HAVE_LIBRESOLV 1
>| /* end confdefs.h. */
>| extern char ldap_init();
>| int
>| main ()
>| {
>| ldap_init()
>| ;
>| return 0;
>| }
>configure:3688: result: no
>configure:4264: WARNING: silently not building rlm_ldap.
>configure:4266: WARNING: FAILURE: rlm_ldap requires: libldap.
>configure:4412: creating ./config.status
>
>## ---------------------- ##
>## Running config.status. ##
>## ---------------------- ##
>
>This file was extended by config.status, which was
>generated by GNU Autoconf 2.59. Invocation command line was
>
>CONFIG_FILES =
>CONFIG_HEADERS =
>CONFIG_LINKS =
>CONFIG_COMMANDS =
>$ ./config.status
>
>on mycom
>
>config.status:673: creating Makefile
>
>## ---------------- ##
>## Cache variables. ##
>## ---------------- ##
>
>ac_cv_c_compiler_gnu=yes
>ac_cv_env_CC_set=
>ac_cv_env_CC_value=
>ac_cv_env_CFLAGS_set=set
>ac_cv_env_CFLAGS_value='-g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS
>-DOPENSSL_NO_KRB5
>-I/usr/home/kevin/Build/radiusd/../openssl-0.9.7e/include -Wall
>-D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align
>-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
>-Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef'
>ac_cv_env_CPPFLAGS_set=
>ac_cv_env_CPPFLAGS_value=
>ac_cv_env_LDFLAGS_set=
>ac_cv_env_LDFLAGS_value=
>ac_cv_env_build_alias_set=
>ac_cv_env_build_alias_value=
>ac_cv_env_host_alias_set=
>ac_cv_env_host_alias_value=
>ac_cv_env_target_alias_set=
>ac_cv_env_target_alias_value=
>ac_cv_exeext=
>ac_cv_header_lber_h=yes
>ac_cv_header_ldap_h=yes
>ac_cv_lib_crypto_DH_new=yes
>ac_cv_lib_lber_ber_init=yes
>ac_cv_lib_resolv_inet_aton=yes
>ac_cv_lib_ssl_SSL_new=yes
>ac_cv_objext=o
>ac_cv_prog_ac_ct_CC=gcc
>ac_cv_prog_cc_g=yes
>ac_cv_prog_cc_stdc=
>
>## ----------------- ##
>## Output variables. ##
>## ----------------- ##
>
>CC='gcc'
>CFLAGS='-g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5
>-I/usr/home/kevin/Build/radiusd/../openssl-0.9.7e/include -Wall
>-D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align
>-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
>-Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef
>-I/usr/home/kevin/Build/radiusd/../openldap-tmp/include '
>CPPFLAGS=''
>DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\"
>-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DHAVE_LIBRESOLV=1 '
>ECHO_C=''
>ECHO_N='-n'
>ECHO_T=''
>EXEEXT=''
>LDFLAGS=''
>LIBOBJS=''
>LIBS='-lresolv -lnsl -lresolv -lsocket -lposix4 -lpthread -lcrypto
>-lcrypto -lssl -L/usr/home/kevin/Build/radiusd/../openldap-tmp/lib -llber'
>LTLIBOBJS=''
>OBJEXT='o'
>PACKAGE_BUGREPORT=''
>PACKAGE_NAME=''
>PACKAGE_STRING=''
>PACKAGE_TARNAME=''
>PACKAGE_VERSION=''
>PATH_SEPARATOR=':'
>SHELL='/bin/bash'
>ac_ct_CC='gcc'
>bindir='${exec_prefix}/bin'
>build_alias=''
>datadir='${prefix}/share'
>exec_prefix='${prefix}'
>host_alias=''
>includedir='${prefix}/include'
>infodir='${prefix}/info'
>ldap_cflags=' -I/usr/home/kevin/Build/radiusd/../openldap-tmp/include '
>ldap_ldflags=' -lcrypto -lssl
>-L/usr/home/kevin/Build/radiusd/../openldap-tmp/lib -llber'
>libdir='${exec_prefix}/lib'
>libexecdir='${exec_prefix}/libexec'
>localstatedir='${prefix}/var'
>mandir='${prefix}/man'
>oldincludedir='/usr/include'
>prefix='/usr/home/kevin/Build/radiusd/../freeradius'
>program_transform_name='s,x,x,'
>sbindir='${exec_prefix}/sbin'
>sharedstatedir='${prefix}/com'
>sysconfdir='${prefix}/etc'
>target_alias=''
>targetname=''
>
>## ----------- ##
>## confdefs.h. ##
>## ----------- ##
>
>#define HAVE_LIBRESOLV 1
>#define PACKAGE_BUGREPORT ""
>#define PACKAGE_NAME ""
>#define PACKAGE_STRING ""
>#define PACKAGE_TARNAME ""
>#define PACKAGE_VERSION ""
>
>configure: exit 0
>
>
>  
>



- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to