I had a problem on the other box (linux/dual-i686) that I installed
FreeRADIUS 0.4 on yesterday. It died with this in the log (after
running for ~19 hours):
____SNIP____
Wed Mar 6 19:16:03 2002 : Error: CHILD: exit on signal (11)
Wed Mar 6 19:22:57 2002 : Info: Starting - reading configuration files ...
Wed Mar 6 19:22:58 2002 : Info: Listening on IP address *, ports
1645/udp and 1646/udp.
Wed Mar 6 19:22:58 2002 : Info: Ready to process requests.
____SNIP____
Here is radiusd -v:
____SNIP____
raldiusd: FreeRADIUS Version 0.4, for host i686-pc-linux-gnu, built on
Mar 5 2002 at 23:01:04
____SNIP____
and config.log is attached.
I realized that a sig11 is normally a hardware issue, but I'm inclined
to believe that this machine is fine. Suggestions?
Cheers,
Mike
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:573: checking for gcc
configure:686: checking whether the C compiler (gcc ) works
configure:702: gcc -o conftest conftest.c 1>&5
configure:728: checking whether the C compiler (gcc ) is a cross-compiler
configure:733: checking whether we are using GNU C
configure:742: gcc -E conftest.c
configure:761: checking whether gcc accepts -g
configure:793: checking how to run the C preprocessor
configure:814: gcc -E conftest.c >/dev/null 2>conftest.out
configure:874: checking whether gcc needs -traditional
configure:920: checking whether we are using SUNPro C
configure:929: gcc -E conftest.c
configure:940: checking for ranlib
configure:973: checking for gmake
configure:1041: checking for gmake
configure:1082: checking for main in -lltdl
configure:1097: gcc -o conftest -g -O2 conftest.c -lltdl 1>&5
configure:1231: checking host system type
configure:1252: checking build system type
configure:1281: checking for ld used by GCC
configure:1343: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld version 2.9.5 (with BFD 2.9.5.0.22)
configure:1359: checking for BSD-compatible nm
configure:1395: checking whether ln -s works
ltconfig:603: checking for object suffix
ltconfig:604: gcc -c -g -O2 conftest.c 1>&5
ltconfig:629: checking for executable suffix
ltconfig:630: gcc -o conftest -g -O2 conftest.c 1>&5
ltconfig:776: checking if gcc PIC flag -fPIC works
ltconfig:777: gcc -c -g -O2 -fPIC -DPIC conftest.c 1>&5
ltconfig:829: checking if gcc supports -c -o file.o
ltconfig:830: gcc -c -g -O2 -o out/conftest2.o conftest.c 1>&5
ltconfig:862: checking if gcc supports -c -o file.lo
ltconfig:863: gcc -c -g -O2 -c -o conftest.lo conftest.c 1>&5
ltconfig:914: checking if gcc supports -fno-rtti -fno-exceptions
ltconfig:915: gcc -c -g -O2 -fno-rtti -fno-exceptions -c conftest.c conftest.c 1>&5
ltconfig:958: checking if gcc static flag -static works
ltconfig:959: gcc -o conftest -g -O2 -static conftest.c 1>&5
GNU ld version 2.9.5 (with BFD 2.9.5.0.22)
ltconfig:1635: checking if global_symbol_pipe works
ltconfig:1636: gcc -c -g -O2 conftest.c 1>&5
ltconfig:1639: eval "/usr/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:1691: gcc -o conftest -g -O2 -fno-builtin -fno-rtti -fno-exceptions
conftest.c conftstm.o 1>&5
ltconfig:2212: checking for dlopen in -ldl
ltconfig:2233: gcc -o conftest -g -O2 -fno-builtin -fno-rtti -fno-exceptions
conftest.c -ldl 1>&5
ltconfig:2452: checking for dlfcn.h
ltconfig:2462: gcc -c -g -O2 -fno-builtin -fno-rtti -fno-exceptions conftest.c 1>&5
>/dev/null 2>conftest.out
ltconfig:2490: checking whether a program can dlopen itself
ltconfig:2544: gcc -o conftest -g -O2 -fno-builtin -fno-rtti -fno-exceptions
-DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl 1>&5
ltconfig:2563: checking whether a statically linked program can dlopen itself
ltconfig:2617: gcc -o conftest -g -O2 -fno-builtin -fno-rtti -fno-exceptions
-DHAVE_DLFCN_H -Wl,--export-dynamic -static conftest.c -ldl 1>&5
ltconfig: failed program was:
#line 2571 "ltconfig"
#if HAVE_DLFCN_H
#include <dlfcn.h>
#endif
#include <stdio.h>
#ifdef RTLD_GLOBAL
# define LTDL_GLOBAL RTLD_GLOBAL
#else
# ifdef DL_GLOBAL
# define LTDL_GLOBAL DL_GLOBAL
# else
# define LTDL_GLOBAL 0
# endif
#endif
/* We may have to define LTDL_LAZY_OR_NOW in the command line if we
find out it does not work in some platform. */
#ifndef LTDL_LAZY_OR_NOW
# ifdef RTLD_LAZY
# define LTDL_LAZY_OR_NOW RTLD_LAZY
# else
# ifdef DL_LAZY
# define LTDL_LAZY_OR_NOW DL_LAZY
# else
# ifdef RTLD_NOW
# define LTDL_LAZY_OR_NOW RTLD_NOW
# else
# ifdef DL_NOW
# define LTDL_LAZY_OR_NOW DL_NOW
# else
# define LTDL_LAZY_OR_NOW 0
# endif
# endif
# endif
# endif
#endif
fnord() { int i=42;}
main() { void *self, *ptr1, *ptr2; self=dlopen(0,LTDL_GLOBAL|LTDL_LAZY_OR_NOW);
if(self) { ptr1=dlsym(self,"fnord"); ptr2=dlsym(self,"_fnord");
if(ptr1 || ptr2) { dlclose(self); exit(0); } } exit(1); }
configure:1604: checking logdir
configure:1626: checking radacctdir
configure:1648: checking raddbdir
configure:1809: checking for perl
configure:1848: checking for snmpget
configure:1884: checking for snmpwalk
configure:1920: checking for rusers
configure:1956: checking for working aclocal
configure:1969: checking for working autoconf
configure:1982: checking for working autoheader
configure:1998: checking for locate
configure:2033: checking for dirname
configure:2068: checking for grep
configure:2102: checking for AIX
configure:2137: checking for pthread.h
configure:2147: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2179: checking for pthread_join in -lpthread
configure:2198: gcc -o conftest -g -O2 conftest.c -lpthread 1>&5
configure:2223: checking for library containing sem_init
configure:2241: gcc -o conftest -g -O2 conftest.c 1>&5
/tmp/ccYmN5JL.o: In function `main':
/src/freeradius-0.4/configure:2237: undefined reference to `sem_init'
collect2: ld returned 1 exit status
configure: failed program was:
#line 2230 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char sem_init();
int main() {
sem_init()
; return 0; }
configure:2264: gcc -o conftest -g -O2 conftest.c -lpthread -lpthread
1>&5
configure:2347: checking for getsockname in -lsocket
configure:2366: gcc -o conftest -g -O2 -D_REENTRANT conftest.c -lsocket -lpthread
-lpthread -lpthread 1>&5
/usr/bin/ld: cannot find -lsocket
collect2: ld returned 1 exit status
configure: failed program was:
#line 2355 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char getsockname();
int main() {
getsockname()
; return 0; }
configure:2395: checking for inet_aton in -lresolv
configure:2414: gcc -o conftest -g -O2 -D_REENTRANT conftest.c -lresolv -lpthread
-lpthread -lpthread 1>&5
configure:2443: checking for inet_ntoa in -lnsl
configure:2462: gcc -o conftest -g -O2 -D_REENTRANT conftest.c -lnsl -lresolv
-lpthread -lpthread -lpthread 1>&5
configure:2496: checking for dirent.h that defines DIR
configure:2509: gcc -c -g -O2 -D_REENTRANT conftest.c 1>&5
configure:2534: checking for opendir in -ldir
configure:2553: gcc -o conftest -g -O2 -D_REENTRANT conftest.c -ldir -lnsl -lresolv
-lpthread -lpthread -lpthread 1>&5
/usr/bin/ld: cannot find -ldir
collect2: ld returned 1 exit status
configure: failed program was:
#line 2542 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char opendir();
int main() {
opendir()
; return 0; }
configure:2617: checking for ANSI C header files
configure:2630: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2697: gcc -o conftest -g -O2 -D_REENTRANT conftest.c -lnsl -lresolv
-lpthread -lpthread -lpthread 1>&5
configure:2721: checking whether time.h and sys/time.h may both be included
configure:2735: gcc -c -g -O2 -D_REENTRANT conftest.c 1>&5
configure:2756: checking for sys/wait.h that is POSIX.1 compatible
configure:2777: gcc -c -g -O2 -D_REENTRANT conftest.c 1>&5
configure:2828: checking for unistd.h
configure:2838: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2828: checking for crypt.h
configure:2838: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2828: checking for errno.h
configure:2838: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2828: checking for resource.h
configure:2838: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2834: resource.h: No such file or directory
configure: failed program was:
#line 2833 "configure"
#include "confdefs.h"
#include <resource.h>
configure:2828: checking for getopt.h
configure:2838: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2828: checking for malloc.h
configure:2838: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2828: checking for utmp.h
configure:2838: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2828: checking for utmpx.h
configure:2838: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2828: checking for signal.h
configure:2838: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2828: checking for sys/select.h
configure:2838: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2828: checking for syslog.h
configure:2838: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2828: checking for inttypes.h
configure:2838: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2828: checking for stdint.h
configure:2838: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2828: checking for stdio.h
configure:2838: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2828: checking for netdb.h
configure:2838: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2828: checking for semaphore.h
configure:2838: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2828: checking for arpa/inet.h
configure:2838: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2828: checking for netinet/in.h
configure:2838: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2828: checking for sys/types.h
configure:2838: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2828: checking for sys/socket.h
configure:2838: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2828: checking for sys/time.h
configure:2838: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2828: checking for sys/security.h
configure:2838: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2834: sys/security.h: No such file or directory
configure: failed program was:
#line 2833 "configure"
#include "confdefs.h"
#include <sys/security.h>
configure:2828: checking for prot.h
configure:2838: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2834: prot.h: No such file or directory
configure: failed program was:
#line 2833 "configure"
#include "confdefs.h"
#include <prot.h>
configure:2828: checking for sia.h
configure:2838: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2834: sia.h: No such file or directory
configure: failed program was:
#line 2833 "configure"
#include "confdefs.h"
#include <sia.h>
configure:2828: checking for siad.h
configure:2838: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2834: siad.h: No such file or directory
configure: failed program was:
#line 2833 "configure"
#include "confdefs.h"
#include <siad.h>
configure:2868: checking for regex.h
configure:2878: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2947: checking for off_t
configure:2980: checking for pid_t
configure:3013: checking for size_t
configure:3046: checking for uid_t in sys/types.h
configure:3082: checking for socklen_t
configure:3101: gcc -c -g -O2 -D_REENTRANT conftest.c 1>&5
configure:3125: checking for uint8_t
configure:3144: gcc -c -g -O2 -D_REENTRANT conftest.c 1>&5
configure:3168: checking for uint32_t
configure:3187: gcc -c -g -O2 -D_REENTRANT conftest.c 1>&5
configure:3231: checking for getopt_long
configure:3259: gcc -o conftest -g -O2 -D_REENTRANT conftest.c -lnsl -lresolv
-lpthread -lpthread -lpthread 1>&5
configure:3231: checking for lockf
configure:3259: gcc -o conftest -g -O2 -D_REENTRANT conftest.c -lnsl -lresolv
-lpthread -lpthread -lpthread 1>&5
configure:3231: checking for strsignal
configure:3259: gcc -o conftest -g -O2 -D_REENTRANT conftest.c -lnsl -lresolv
-lpthread -lpthread -lpthread 1>&5
configure:3231: checking for sigaction
configure:3259: gcc -o conftest -g -O2 -D_REENTRANT conftest.c -lnsl -lresolv
-lpthread -lpthread -lpthread 1>&5
configure:3231: checking for sigprocmask
configure:3259: gcc -o conftest -g -O2 -D_REENTRANT conftest.c -lnsl -lresolv
-lpthread -lpthread -lpthread 1>&5
configure:3231: checking for pthread_sigmask
configure:3259: gcc -o conftest -g -O2 -D_REENTRANT conftest.c -lnsl -lresolv
-lpthread -lpthread -lpthread 1>&5
configure:3231: checking for snprintf
configure:3259: gcc -o conftest -g -O2 -D_REENTRANT conftest.c -lnsl -lresolv
-lpthread -lpthread -lpthread 1>&5
configure:3231: checking for vsnprintf
configure:3259: gcc -o conftest -g -O2 -D_REENTRANT conftest.c -lnsl -lresolv
-lpthread -lpthread -lpthread 1>&5
configure:3231: checking for setsid
configure:3259: gcc -o conftest -g -O2 -D_REENTRANT conftest.c -lnsl -lresolv
-lpthread -lpthread -lpthread 1>&5
configure:3231: checking for strncasecmp
configure:3259: gcc -o conftest -g -O2 -D_REENTRANT conftest.c -lnsl -lresolv
-lpthread -lpthread -lpthread 1>&5
configure:3231: checking for strcasecmp
configure:3259: gcc -o conftest -g -O2 -D_REENTRANT conftest.c -lnsl -lresolv
-lpthread -lpthread -lpthread 1>&5
configure:3231: checking for strsep
configure:3259: gcc -o conftest -g -O2 -D_REENTRANT conftest.c -lnsl -lresolv
-lpthread -lpthread -lpthread 1>&5
configure:3231: checking for inet_aton
configure:3259: gcc -o conftest -g -O2 -D_REENTRANT conftest.c -lnsl -lresolv
-lpthread -lpthread -lpthread 1>&5
configure:3231: checking for gethostname
configure:3259: gcc -o conftest -g -O2 -D_REENTRANT conftest.c -lnsl -lresolv
-lpthread -lpthread -lpthread 1>&5
configure:3231: checking for setlinebuf
configure:3259: gcc -o conftest -g -O2 -D_REENTRANT conftest.c -lnsl -lresolv
-lpthread -lpthread -lpthread 1>&5
configure:3231: checking for setvbuf
configure:3259: gcc -o conftest -g -O2 -D_REENTRANT conftest.c -lnsl -lresolv
-lpthread -lpthread -lpthread 1>&5
configure:3231: checking for sem_init
configure:3259: gcc -o conftest -g -O2 -D_REENTRANT conftest.c -lnsl -lresolv
-lpthread -lpthread -lpthread 1>&5
configure:3231: checking for getusershell
configure:3259: gcc -o conftest -g -O2 -D_REENTRANT conftest.c -lnsl -lresolv
-lpthread -lpthread -lpthread 1>&5
configure:3295: checking whether crypt must be declared
configure:3355: gcc -c -g -O2 -D_REENTRANT conftest.c 1>&5
configure:3295: checking whether strncasecmp must be declared
configure:3355: gcc -c -g -O2 -D_REENTRANT conftest.c 1>&5
configure:3295: checking whether strcasecmp must be declared
configure:3355: gcc -c -g -O2 -D_REENTRANT conftest.c 1>&5
configure:3295: checking whether inet_aton must be declared
configure:3355: gcc -c -g -O2 -D_REENTRANT conftest.c 1>&5
configure:3295: checking whether gethostname must be declared
configure:3355: gcc -c -g -O2 -D_REENTRANT conftest.c 1>&5
configure:3295: checking whether setlinebuf must be declared
configure:3355: gcc -c -g -O2 -D_REENTRANT conftest.c 1>&5
configure:3295: checking whether getusershell must be declared
configure:3355: gcc -c -g -O2 -D_REENTRANT conftest.c 1>&5
configure:3295: checking whether endusershell must be declared
configure:3355: gcc -c -g -O2 -D_REENTRANT conftest.c 1>&5
configure:3382: checking return type of signal handlers
configure:3404: gcc -c -g -O2 -D_REENTRANT conftest.c 1>&5
configure:3427: checking for ut_xtime in struct utmpx
configure:3443: gcc -c -g -O2 -D_REENTRANT conftest.c 1>&5
configure: In function `main':
configure:3439: structure has no member named `ut_xtime'
configure: failed program was:
#line 3431 "configure"
#include "confdefs.h"
#include <utmpx.h>
#ifndef offsetof
#define offsetof(TYPE, MEMBER) ((int) &((TYPE *)0)->MEMBER)
#endif
int main() {
int foo = offsetof(struct utmpx, ut_xtime)
; return 0; }
configure:3474: checking for working const
configure:3528: gcc -c -g -O2 -D_REENTRANT conftest.c 1>&5
configure:3550: checking type of OS
configure:3565: checking for developer gcc flags
configure:3580: checking for crypt in -lcrypt
configure:3599: gcc -o conftest -g -O2 -D_REENTRANT -Wall -D_GNU_SOURCE -g -Wshadow
-Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wmissing-declarations -Wnested-externs conftest.c -lcrypt
-lnsl -lresolv -lpthread -lpthread -lpthread 1>&5
configure:3592: warning: function declaration isn't a prototype
configure:3594: warning: function declaration isn't a prototype
configure:3686: checking for asn1.h
configure:3712: gcc -c -g -O2 -D_REENTRANT -Wall -D_GNU_SOURCE -g -Wshadow
-Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wmissing-declarations -Wnested-externs conftest.c 1>&5
configure:3706: asn1.h: No such file or directory
configure: failed program was:
#line 3689 "configure"
#include "confdefs.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif
#ifdef HAVE_STDIO_H
#include <stdio.h>
#endif
#ifdef HAVE_NETDB_H
#include <netdb.h>
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#include <asn1.h>
int main() {
int a = 1;
; return 0; }
configure:3751: gcc -c -g -O2 -D_REENTRANT -Wall -D_GNU_SOURCE -g -Wshadow
-Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wmissing-declarations -Wnested-externs -I/usr/include/ucd-snmp
conftest.c 1>&5
configure:3746: warning: function declaration isn't a prototype
configure: In function `main':
configure:3747: warning: unused variable `a'
configure:3781: checking for snmp.h
configure:3809: gcc -c -g -O2 -D_REENTRANT -Wall -D_GNU_SOURCE -g -Wshadow
-Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wmissing-declarations -Wnested-externs -I/usr/include/ucd-snmp
conftest.c 1>&5
configure:3804: warning: function declaration isn't a prototype
configure: In function `main':
configure:3805: warning: unused variable `a'
configure:3827: checking for snmp_impl.h
configure:3858: gcc -c -g -O2 -D_REENTRANT -Wall -D_GNU_SOURCE -g -Wshadow
-Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wmissing-declarations -Wnested-externs -I/usr/include/ucd-snmp
conftest.c 1>&5
configure:3853: warning: function declaration isn't a prototype
configure: In function `main':
configure:3854: warning: unused variable `a'
configure:3876: checking for snmp_build_var_op in -lsnmp
configure:3888: gcc -o conftest -g -O2 -D_REENTRANT -Wall -D_GNU_SOURCE -g -Wshadow
-Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wmissing-declarations -Wnested-externs -I/usr/include/ucd-snmp
conftest.c -lnsl -lresolv -lpthread -lpthread -lpthread -lsnmp 1>&5
configure:3882: warning: function declaration isn't a prototype
configure:3883: warning: function declaration isn't a prototype
configure:4031: checking for isql.h
configure:4041: gcc -c -g -O2 -D_REENTRANT -Wall -D_GNU_SOURCE -g -Wshadow
-Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wmissing-declarations -Wnested-externs conftest.c 1>&5
configure:4035: isql.h: No such file or directory
configure: failed program was:
#line 4034 "configure"
#include "confdefs.h"
#include <isql.h>
int main() {
int a = 1;
; return 0; }
configure:4093: gcc -c -g -O2 -D_REENTRANT -Wall -D_GNU_SOURCE -g -Wshadow
-Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wmissing-declarations -Wnested-externs -I/usr/include
conftest.c 1>&5
configure:4087: isql.h: No such file or directory
configure: failed program was:
#line 4086 "configure"
#include "confdefs.h"
#include <isql.h>
int main() {
int a = 1;
; return 0; }
configure:4093: gcc -c -g -O2 -D_REENTRANT -Wall -D_GNU_SOURCE -g -Wshadow
-Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wmissing-declarations -Wnested-externs -I/usr/local/include/odbc
conftest.c 1>&5
configure:4087: isql.h: No such file or directory
configure: failed program was:
#line 4086 "configure"
#include "confdefs.h"
#include <isql.h>
int main() {
int a = 1;
; return 0; }
configure:4093: gcc -c -g -O2 -D_REENTRANT -Wall -D_GNU_SOURCE -g -Wshadow
-Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wmissing-declarations -Wnested-externs -I/usr/local/odbc/include
conftest.c 1>&5
configure:4087: isql.h: No such file or directory
configure: failed program was:
#line 4086 "configure"
#include "confdefs.h"
#include <isql.h>
int main() {
int a = 1;
; return 0; }