Snort mailing list archives

barnyard compile on Solaris 9


From: "Joe Cunningham" <joe () cunninghamcentral com>
Date: Wed, 9 Mar 2005 16:27:08 -0500 (EST)

I am curious if anyone has successfully compiled barnyard on Solaris 9 x86.

Everything looks good till we get this point:

gcc  -g -O2 -Wall  -lnsl -L//opt/buildfiles/mysql-standard-4.0.21-pc-solaris2.9-i386/lib -o
barnyard  barnyard.o mstring.o strlcatu.o strlcpyu.o util.o spool.o sid.o debug.o classification.o
CommandLineArgs.o ConfigFile.o ProgVars.o output-plugins/libop.a input-plugins/libdp.a -lm
-lsocket  -lz -lmysqlclient
Undefined                       first referenced
 symbol                             in file
hstrerror                           output-plugins/libop.a(op_alert_syslog2.o)
inet_aton                           output-plugins/libop.a(op_alert_syslog2.o)
ld: fatal: Symbol referencing errors. No output written to barnyard
collect2: ld returned 1 exit status
make[3]: *** [barnyard] Error 1
make[3]: Leaving directory `/opt/barnyard-0.2.0/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/opt/barnyard-0.2.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/barnyard-0.2.0'
make: *** [all] Error 2

There are few other warning earlier on but nothing fatal.
Any thoughts.

I have removed the -lz and -lssl lines from configure.in and regenerated the script but still no
luck.
Here is my 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 --enable-mysql
--with-mysql-includes=/opt/buildfiles/mysql-standard-4.0.21-pc-solaris2.9-i386/include
--with-mysql-libraries=//opt/buildfiles/mysql-standard-4.0.21-pc-solaris2.9-i386/lib

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

hostname =
uname -m = i86pc
uname -r = 5.9
uname -s = SunOS
uname -v = Generic_117172-12

/usr/bin/uname -p = i386
/bin/uname -X     = System = SunOS
Node =
Release = 5.9
KernelID = Generic_117172-12
Machine = i86pc
BusType = <unknown>
Serial = <unknown>
Users = <unknown>
OEM# = 0
Origin# = 1
NumCPU = 4

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

PATH: /opt/sfw/gcc-3/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /usr/sbin
PATH: /usr/ccs/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin


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

configure:1354: checking for a BSD-compatible install
configure:1409: result: ./install-sh -c
configure:1420: checking whether build environment is sane
configure:1463: result: yes
configure:1487: WARNING: `missing' script is too old or missing
configure:1528: checking for gawk
configure:1557: result: no
configure:1528: checking for mawk
configure:1557: result: no
configure:1528: checking for nawk
configure:1544: found /usr/bin/nawk
configure:1554: result: nawk
configure:1564: checking whether make sets $(MAKE)
configure:1584: result: yes
configure:1764: checking for style of include used by make
configure:1792: result: GNU
configure:1863: checking for gcc
configure:1879: found /opt/sfw/gcc-3/bin/gcc
configure:1889: result: gcc
configure:2133: checking for C compiler version
configure:2136: gcc --version </dev/null >&5
gcc (GCC) 3.3.2
Copyright (C) 2003 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:2139: $? = 0
configure:2141: gcc -v </dev/null >&5
Reading specs from /opt/sfw/gcc-3/lib/gcc-lib/i386-pc-solaris2.9/3.3.2/specs
Configured with: ../gcc-3.3.2/configure --prefix=/opt/sfw/gcc-3 --with-ld=/usr/ccs/bin/ld
--with-as=/usr/ccs/bin/as --without-gnu-ld --without-gnu-as --enable-shared
Thread model: posix
gcc version 3.3.2
configure:2144: $? = 0
configure:2146: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2149: $? = 1
configure:2172: checking for C compiler default output file name
configure:2175: gcc    conftest.c  >&5
configure:2178: $? = 0
configure:2224: result: a.out
configure:2229: checking whether the C compiler works
configure:2235: ./a.out
configure:2238: $? = 0
configure:2255: result: yes
configure:2262: checking whether we are cross compiling
configure:2264: result: no
configure:2267: checking for suffix of executables
configure:2269: gcc -o conftest    conftest.c  >&5
configure:2272: $? = 0
configure:2297: result:
configure:2303: checking for suffix of object files
configure:2324: gcc -c   conftest.c >&5
configure:2327: $? = 0
configure:2349: result: o
configure:2353: checking whether we are using the GNU C compiler
configure:2377: gcc -c   conftest.c >&5
configure:2383: $? = 0
configure:2387: test -z
                         || test ! -s conftest.err
configure:2390: $? = 0
configure:2393: test -s conftest.o
configure:2396: $? = 0
configure:2409: result: yes
configure:2415: checking whether gcc accepts -g
configure:2436: gcc -c -g  conftest.c >&5
configure:2442: $? = 0
configure:2446: test -z
                         || test ! -s conftest.err
configure:2449: $? = 0
configure:2452: test -s conftest.o
configure:2455: $? = 0
configure:2466: result: yes
configure:2483: checking for gcc option to accept ANSI C
configure:2553: gcc  -c -g -O2  conftest.c >&5
configure:2559: $? = 0
configure:2563: test -z
                         || test ! -s conftest.err
configure:2566: $? = 0
configure:2569: test -s conftest.o
configure:2572: $? = 0
configure:2590: result: none needed
configure:2608: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:2614: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2749: checking dependency style of gcc
configure:2839: result: none
configure:2900: checking for ranlib
configure:2916: found /usr/ccs/bin/ranlib
configure:2927: result: ranlib
configure:2988: checking for gcc
configure:3014: result: gcc
configure:3258: checking for C compiler version
configure:3261: gcc --version </dev/null >&5
gcc (GCC) 3.3.2
Copyright (C) 2003 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:3264: $? = 0
configure:3266: gcc -v </dev/null >&5
Reading specs from /opt/sfw/gcc-3/lib/gcc-lib/i386-pc-solaris2.9/3.3.2/specs
Configured with: ../gcc-3.3.2/configure --prefix=/opt/sfw/gcc-3 --with-ld=/usr/ccs/bin/ld
--with-as=/usr/ccs/bin/as --without-gnu-ld --without-gnu-as --enable-shared
Thread model: posix
gcc version 3.3.2
configure:3269: $? = 0
configure:3271: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:3274: $? = 1
configure:3277: checking whether we are using the GNU C compiler
configure:3333: result: yes
configure:3339: checking whether gcc accepts -g
configure:3390: result: yes
configure:3407: checking for gcc option to accept ANSI C
configure:3514: result: none needed
configure:3532: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:3538: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3673: checking dependency style of gcc
configure:3763: result: none
configure:3803: checking build system type
configure:3821: result: i386-pc-solaris2.9
configure:3829: checking host system type
configure:3843: result: i386-pc-solaris2.9
configure:3855: checking whether byte ordering is bigendian
configure:3882: gcc -c -g -O2 -Wall  conftest.c >&5
conftest.c: In function `main':
conftest.c:18: error: `bogus' undeclared (first use in this function)
conftest.c:18: error: (Each undeclared identifier is reported only once
conftest.c:18: error: for each function it appears in.)
conftest.c:18: error: parse error before "endian"
configure:3888: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "barnyard"
| #define VERSION "0.2.0"
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main ()
| {
| #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
|  bogus endian macros
| #endif
|
|   ;
|   return 0;
| }
configure:4042: gcc -o conftest -g -O2 -Wall   conftest.c  >&5
conftest.c: In function `main':
conftest.c:21: warning: implicit declaration of function `exit'
configure:4045: $? = 0
configure:4047: ./conftest
configure:4050: $? = 0
configure:4066: result: no
configure:4240: checking how to run the C preprocessor
configure:4275: gcc -E  -DBSD_COMP conftest.c
configure:4281: $? = 0
configure:4313: gcc -E  -DBSD_COMP conftest.c
conftest.c:12:28: ac_nonexistent.h: No such file or directory
configure:4319: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "barnyard"
| #define VERSION "0.2.0"
| #define SOLARIS 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4358: result: gcc -E
configure:4382: gcc -E  -DBSD_COMP conftest.c
configure:4388: $? = 0
configure:4420: gcc -E  -DBSD_COMP conftest.c
conftest.c:12:28: ac_nonexistent.h: No such file or directory
configure:4426: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "barnyard"
| #define VERSION "0.2.0"
| #define SOLARIS 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4470: checking for egrep
configure:4480: result: egrep
configure:4485: checking for ANSI C header files
configure:4510: gcc -c -g -O2 -Wall  -DBSD_COMP conftest.c >&5
configure:4516: $? = 0
configure:4520: test -z
                         || test ! -s conftest.err
configure:4523: $? = 0
configure:4526: test -s conftest.o
configure:4529: $? = 0
configure:4618: gcc -o conftest -g -O2 -Wall  -DBSD_COMP  -lnsl conftest.c  >&5
conftest.c: In function `main':
conftest.c:29: warning: implicit declaration of function `exit'
configure:4621: $? = 0
configure:4623: ./conftest
configure:4626: $? = 0
configure:4641: result: yes
configure:4665: checking for sys/types.h
configure:4681: gcc -c -g -O2 -Wall  -DBSD_COMP conftest.c >&5
configure:4687: $? = 0
configure:4691: test -z
                         || test ! -s conftest.err
configure:4694: $? = 0
configure:4697: test -s conftest.o
configure:4700: $? = 0
configure:4711: result: yes
configure:4665: checking for sys/stat.h
configure:4681: gcc -c -g -O2 -Wall  -DBSD_COMP conftest.c >&5
configure:4687: $? = 0
configure:4691: test -z
                         || test ! -s conftest.err
configure:4694: $? = 0
configure:4697: test -s conftest.o
configure:4700: $? = 0
configure:4711: result: yes
configure:4665: checking for stdlib.h
configure:4681: gcc -c -g -O2 -Wall  -DBSD_COMP conftest.c >&5
configure:4687: $? = 0
configure:4691: test -z
                         || test ! -s conftest.err
configure:4694: $? = 0
configure:4697: test -s conftest.o
configure:4700: $? = 0
configure:4711: result: yes
configure:4665: checking for string.h
configure:4681: gcc -c -g -O2 -Wall  -DBSD_COMP conftest.c >&5
configure:4687: $? = 0
configure:4691: test -z
                         || test ! -s conftest.err
configure:4694: $? = 0
configure:4697: test -s conftest.o
configure:4700: $? = 0
configure:4711: result: yes
configure:4665: checking for memory.h
configure:4681: gcc -c -g -O2 -Wall  -DBSD_COMP conftest.c >&5
configure:4687: $? = 0
configure:4691: test -z
                         || test ! -s conftest.err
configure:4694: $? = 0
configure:4697: test -s conftest.o
configure:4700: $? = 0
configure:4711: result: yes
configure:4665: checking for strings.h
configure:4681: gcc -c -g -O2 -Wall  -DBSD_COMP conftest.c >&5
configure:4687: $? = 0
configure:4691: test -z
                         || test ! -s conftest.err
configure:4694: $? = 0
configure:4697: test -s conftest.o
configure:4700: $? = 0
configure:4711: result: yes
configure:4665: checking for inttypes.h
configure:4681: gcc -c -g -O2 -Wall  -DBSD_COMP conftest.c >&5
configure:4687: $? = 0
configure:4691: test -z
                         || test ! -s conftest.err
configure:4694: $? = 0
configure:4697: test -s conftest.o
configure:4700: $? = 0
configure:4711: result: yes
configure:4665: checking for stdint.h
configure:4681: gcc -c -g -O2 -Wall  -DBSD_COMP conftest.c >&5
conftest.c:55:20: stdint.h: No such file or directory
configure:4687: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "barnyard"
| #define VERSION "0.2.0"
| #define SOLARIS 1
| #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:4711: result: no
configure:4665: checking for unistd.h
configure:4681: gcc -c -g -O2 -Wall  -DBSD_COMP conftest.c >&5
configure:4687: $? = 0
configure:4691: test -z
                         || test ! -s conftest.err
configure:4694: $? = 0
configure:4697: test -s conftest.o
configure:4700: $? = 0
configure:4711: result: yes
configure:4728: checking for strings.h
configure:4733: result: yes
configure:4878: checking for string.h
configure:4883: result: yes
configure:5028: checking for stdlib.h
configure:5033: result: yes
configure:5178: checking for unistd.h
configure:5183: result: yes
configure:5337: checking sys/sockio.h usability
configure:5349: gcc -c -g -O2 -Wall  -DBSD_COMP conftest.c >&5
configure:5355: $? = 0
configure:5359: test -z
                         || test ! -s conftest.err
configure:5362: $? = 0
configure:5365: test -s conftest.o
configure:5368: $? = 0
configure:5378: result: yes
configure:5382: checking sys/sockio.h presence
configure:5392: gcc -E  -DBSD_COMP conftest.c
configure:5398: $? = 0
configure:5418: result: yes
configure:5453: checking for sys/sockio.h
configure:5460: result: yes
configure:5487: checking paths.h usability
configure:5499: gcc -c -g -O2 -Wall  -DBSD_COMP conftest.c >&5
conftest.c:60:19: paths.h: No such file or directory
configure:5505: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "barnyard"
| #define VERSION "0.2.0"
| #define SOLARIS 1
| #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 HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKIO_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:5528: result: no
configure:5532: checking paths.h presence
configure:5542: gcc -E  -DBSD_COMP conftest.c
conftest.c:26:19: paths.h: No such file or directory
configure:5548: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "barnyard"
| #define VERSION "0.2.0"
| #define SOLARIS 1
| #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 HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKIO_H 1
| /* end confdefs.h.  */
| #include <paths.h>
configure:5568: result: no
configure:5603: checking for paths.h
configure:5610: result: no
configure:5627: checking for socket in -lsocket
configure:5657: gcc -o conftest -g -O2 -Wall  -DBSD_COMP  -lnsl conftest.c -lsocket   >&5
configure:5663: $? = 0
configure:5667: test -z
                         || test ! -s conftest.err
configure:5670: $? = 0
configure:5673: test -s conftest
configure:5676: $? = 0
configure:5689: result: yes
configure:5702: checking for floor in -lm
configure:5732: gcc -o conftest -g -O2 -Wall  -DBSD_COMP  -lnsl conftest.c -lm  -lsocket  >&5
configure:5738: $? = 0
configure:5742: test -z
                         || test ! -s conftest.err
configure:5745: $? = 0
configure:5748: test -s conftest
configure:5751: $? = 0
configure:5764: result: yes
configure:6008: checking whether printf must be declared
configure:6046: gcc -c -g -O2 -Wall  -DBSD_COMP conftest.c >&5
conftest.c: In function `main':
conftest.c:49: warning: unused variable `pfn'
configure:6052: $? = 0
configure:6056: test -z
                         || test ! -s conftest.err
configure:6059: $? = 0
configure:6062: test -s conftest.o
configure:6065: $? = 0
configure:6089: result: no
configure:6008: checking whether fprintf must be declared
configure:6046: gcc -c -g -O2 -Wall  -DBSD_COMP conftest.c >&5
conftest.c: In function `main':
conftest.c:49: warning: unused variable `pfn'
configure:6052: $? = 0
configure:6056: test -z
                         || test ! -s conftest.err
configure:6059: $? = 0
configure:6062: test -s conftest.o
configure:6065: $? = 0
configure:6089: result: no
configure:6008: checking whether syslog must be declared
configure:6046: gcc -c -g -O2 -Wall  -DBSD_COMP conftest.c >&5
conftest.c: In function `main':
conftest.c:49: warning: unused variable `pfn'
configure:6052: $? = 0
configure:6056: test -z
                         || test ! -s conftest.err
configure:6059: $? = 0
configure:6062: test -s conftest.o
configure:6065: $? = 0
configure:6089: result: no
configure:6008: checking whether puts must be declared
configure:6046: gcc -c -g -O2 -Wall  -DBSD_COMP conftest.c >&5
conftest.c: In function `main':
conftest.c:49: warning: unused variable `pfn'
configure:6052: $? = 0
configure:6056: test -z
                         || test ! -s conftest.err
configure:6059: $? = 0
configure:6062: test -s conftest.o
configure:6065: $? = 0
configure:6089: result: no
configure:6008: checking whether fputs must be declared
configure:6046: gcc -c -g -O2 -Wall  -DBSD_COMP conftest.c >&5
conftest.c: In function `main':
conftest.c:49: warning: unused variable `pfn'
configure:6052: $? = 0
configure:6056: test -z
                         || test ! -s conftest.err
configure:6059: $? = 0
configure:6062: test -s conftest.o
configure:6065: $? = 0
configure:6089: result: no
configure:6008: checking whether fputc must be declared
configure:6046: gcc -c -g -O2 -Wall  -DBSD_COMP conftest.c >&5
conftest.c: In function `main':
conftest.c:49: warning: unused variable `pfn'
configure:6052: $? = 0
configure:6056: test -z
                         || test ! -s conftest.err
configure:6059: $? = 0
configure:6062: test -s conftest.o
configure:6065: $? = 0
configure:6089: result: no
configure:6008: checking whether fopen must be declared
configure:6046: gcc -c -g -O2 -Wall  -DBSD_COMP conftest.c >&5
conftest.c: In function `main':
conftest.c:49: warning: unused variable `pfn'
configure:6052: $? = 0
configure:6056: test -z
                         || test ! -s conftest.err
configure:6059: $? = 0
configure:6062: test -s conftest.o
configure:6065: $? = 0
configure:6089: result: no
configure:6008: checking whether fclose must be declared
configure:6046: gcc -c -g -O2 -Wall  -DBSD_COMP conftest.c >&5
conftest.c: In function `main':
conftest.c:49: warning: unused variable `pfn'
configure:6052: $? = 0
configure:6056: test -z
                         || test ! -s conftest.err
configure:6059: $? = 0
configure:6062: test -s conftest.o
configure:6065: $? = 0
configure:6089: result: no
configure:6008: checking whether fwrite must be declared
configure:6046: gcc -c -g -O2 -Wall  -DBSD_COMP conftest.c >&5
conftest.c: In function `main':
conftest.c:49: warning: unused variable `pfn'
configure:6052: $? = 0
configure:6056: test -z
                         || test ! -s conftest.err
configure:6059: $? = 0
configure:6062: test -s conftest.o
configure:6065: $? = 0
configure:6089: result: no
configure:6008: checking whether fflush must be declared
configure:6046: gcc -c -g -O2 -Wall  -DBSD_COMP conftest.c >&5
conftest.c: In function `main':
conftest.c:49: warning: unused variable `pfn'
configure:6052: $? = 0
configure:6056: test -z
                         || test ! -s conftest.err
configure:6059: $? = 0
configure:6062: test -s conftest.o
configure:6065: $? = 0
configure:6089: result: no
configure:6008: checking whether getopt must be declared
configure:6046: gcc -c -g -O2 -Wall  -DBSD_COMP conftest.c >&5
conftest.c: In function `main':
conftest.c:49: warning: unused variable `pfn'
configure:6052: $? = 0
configure:6056: test -z
                         || test ! -s conftest.err
configure:6059: $? = 0
configure:6062: test -s conftest.o
configure:6065: $? = 0
configure:6089: result: no
configure:6008: checking whether bzero must be declared
configure:6046: gcc -c -g -O2 -Wall  -DBSD_COMP conftest.c >&5
conftest.c: In function `main':
conftest.c:49: warning: unused variable `pfn'
configure:6052: $? = 0
configure:6056: test -z
                         || test ! -s conftest.err
configure:6059: $? = 0
configure:6062: test -s conftest.o
configure:6065: $? = 0
configure:6089: result: no
configure:6008: checking whether bcopy must be declared
configure:6046: gcc -c -g -O2 -Wall  -DBSD_COMP conftest.c >&5
conftest.c: In function `main':
conftest.c:49: warning: unused variable `pfn'
configure:6052: $? = 0
configure:6056: test -z
                         || test ! -s conftest.err
configure:6059: $? = 0
configure:6062: test -s conftest.o
configure:6065: $? = 0
configure:6089: result: no
configure:6008: checking whether memset must be declared
configure:6046: gcc -c -g -O2 -Wall  -DBSD_COMP conftest.c >&5
conftest.c: In function `main':
conftest.c:49: warning: unused variable `pfn'
configure:6052: $? = 0
configure:6056: test -z
                         || test ! -s conftest.err
configure:6059: $? = 0
configure:6062: test -s conftest.o
configure:6065: $? = 0
configure:6089: result: no
configure:6008: checking whether strtol must be declared
configure:6046: gcc -c -g -O2 -Wall  -DBSD_COMP conftest.c >&5
conftest.c: In function `main':
conftest.c:49: warning: unused variable `pfn'
configure:6052: $? = 0
configure:6056: test -z
                         || test ! -s conftest.err
configure:6059: $? = 0
configure:6062: test -s conftest.o
configure:6065: $? = 0
configure:6089: result: no
configure:6008: checking whether strcasecmp must be declared
configure:6046: gcc -c -g -O2 -Wall  -DBSD_COMP conftest.c >&5
conftest.c: In function `main':
conftest.c:49: warning: unused variable `pfn'
configure:6052: $? = 0
configure:6056: test -z
                         || test ! -s conftest.err
configure:6059: $? = 0
configure:6062: test -s conftest.o
configure:6065: $? = 0
configure:6089: result: no
configure:6008: checking whether strncasecmp must be declared
configure:6046: gcc -c -g -O2 -Wall  -DBSD_COMP conftest.c >&5
conftest.c: In function `main':
conftest.c:49: warning: unused variable `pfn'
configure:6052: $? = 0
configure:6056: test -z
                         || test ! -s conftest.err
configure:6059: $? = 0
configure:6062: test -s conftest.o
configure:6065: $? = 0
configure:6089: result: no
configure:6008: checking whether strerror must be declared
configure:6046: gcc -c -g -O2 -Wall  -DBSD_COMP conftest.c >&5
conftest.c: In function `main':
conftest.c:49: warning: unused variable `pfn'
configure:6052: $? = 0
configure:6056: test -z
                         || test ! -s conftest.err
configure:6059: $? = 0
configure:6062: test -s conftest.o
configure:6065: $? = 0
configure:6089: result: no
configure:6008: checking whether perror must be declared
configure:6046: gcc -c -g -O2 -Wall  -DBSD_COMP conftest.c >&5
conftest.c: In function `main':
conftest.c:49: warning: unused variable `pfn'
configure:6052: $? = 0
configure:6056: test -z
                         || test ! -s conftest.err
configure:6059: $? = 0
configure:6062: test -s conftest.o
configure:6065: $? = 0
configure:6089: result: no
configure:6008: checking whether socket must be declared
configure:6046: gcc -c -g -O2 -Wall  -DBSD_COMP conftest.c >&5
conftest.c: In function `main':
conftest.c:49: warning: unused variable `pfn'
configure:6052: $? = 0
configure:6056: test -z
                         || test ! -s conftest.err
configure:6059: $? = 0
configure:6062: test -s conftest.o
configure:6065: $? = 0
configure:6089: result: no
configure:6008: checking whether sendto must be declared
configure:6046: gcc -c -g -O2 -Wall  -DBSD_COMP conftest.c >&5
conftest.c: In function `main':
conftest.c:49: warning: unused variable `pfn'
configure:6052: $? = 0
configure:6056: test -z
                         || test ! -s conftest.err
configure:6059: $? = 0
configure:6062: test -s conftest.o
configure:6065: $? = 0
configure:6089: result: no
configure:6008: checking whether vsnprintf must be declared
configure:6046: gcc -c -g -O2 -Wall  -DBSD_COMP conftest.c >&5
conftest.c: In function `main':
conftest.c:49: warning: unused variable `pfn'
configure:6052: $? = 0
configure:6056: test -z
                         || test ! -s conftest.err
configure:6059: $? = 0
configure:6062: test -s conftest.o
configure:6065: $? = 0
configure:6089: result: no
configure:6008: checking whether snprintf must be declared
configure:6046: gcc -c -g -O2 -Wall  -DBSD_COMP conftest.c >&5
conftest.c: In function `main':
conftest.c:49: warning: unused variable `pfn'
configure:6052: $? = 0
configure:6056: test -z
                         || test ! -s conftest.err
configure:6059: $? = 0
configure:6062: test -s conftest.o
configure:6065: $? = 0
configure:6089: result: no
configure:6008: checking whether strtoul must be declared
configure:6046: gcc -c -g -O2 -Wall  -DBSD_COMP conftest.c >&5
conftest.c: In function `main':
conftest.c:49: warning: unused variable `pfn'
configure:6052: $? = 0
configure:6056: test -z
                         || test ! -s conftest.err
configure:6059: $? = 0
configure:6062: test -s conftest.o
configure:6065: $? = 0
configure:6089: result: no
configure:6100: checking for snprintf
configure:6157: gcc -o conftest -g -O2 -Wall  -DBSD_COMP  -lnsl conftest.c -lm -lsocket  >&5
conftest.c:52: warning: conflicting types for built-in function `snprintf'
configure:6163: $? = 0
configure:6167: test -z
                         || test ! -s conftest.err
configure:6170: $? = 0
configure:6173: test -s conftest
configure:6176: $? = 0
configure:6188: result: yes
configure:6202: checking for strlcpy
configure:6259: gcc -o conftest -g -O2 -Wall  -DBSD_COMP  -lnsl conftest.c -lm -lsocket  >&5
configure:6265: $? = 0
configure:6269: test -z
                         || test ! -s conftest.err
configure:6272: $? = 0
configure:6275: test -s conftest
configure:6278: $? = 0
configure:6290: result: yes
configure:6304: checking for strlcat
configure:6361: gcc -o conftest -g -O2 -Wall  -DBSD_COMP  -lnsl conftest.c -lm -lsocket  >&5
configure:6367: $? = 0
configure:6371: test -z
                         || test ! -s conftest.err
configure:6374: $? = 0
configure:6377: test -s conftest
configure:6380: $? = 0
configure:6392: result: yes
configure:6406: checking for strerror
configure:6463: gcc -o conftest -g -O2 -Wall  -DBSD_COMP  -lnsl conftest.c -lm -lsocket  >&5
configure:6469: $? = 0
configure:6473: test -z
                         || test ! -s conftest.err
configure:6476: $? = 0
configure:6479: test -s conftest
configure:6482: $? = 0
configure:6494: result: yes
configure:6523: gcc -c -g -O2 -Wall  -DBSD_COMP conftest.c >&5
conftest.c: In function `main':
conftest.c:38: error: `sys_errlist' undeclared (first use in this function)
conftest.c:38: error: (Each undeclared identifier is reported only once
conftest.c:38: error: for each function it appears in.)
configure:6529: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "barnyard"
| #define VERSION "0.2.0"
| #define SOLARIS 1
| #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 HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_LIBSOCKET 1
| #define HAVE_LIBM 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRERROR 1
| /* end confdefs.h.  */
|
| #include <stdio.h>
|
| int
| main ()
| {
| char *foo; foo = sys_errlist[0];
|   ;
|   return 0;
| }
configure:6607: checking /opt/buildfiles/mysql-standard-4.0.21-pc-solaris2.9-i386/include/mysql.h
usability
configure:6619: gcc -c -g -O2 -Wall
-I/opt/buildfiles/mysql-standard-4.0.21-pc-solaris2.9-i386/include  -DBSD_COMP -DENABLE_MYSQL
conftest.c >&5
configure:6625: $? = 0
configure:6629: test -z
                         || test ! -s conftest.err
configure:6632: $? = 0
configure:6635: test -s conftest.o
configure:6638: $? = 0
configure:6648: result: yes
configure:6652: checking /opt/buildfiles/mysql-standard-4.0.21-pc-solaris2.9-i386/include/mysql.h
presence
configure:6662: gcc -E -I/opt/buildfiles/mysql-standard-4.0.21-pc-solaris2.9-i386/include 
-DBSD_COMP -DENABLE_MYSQL conftest.c
configure:6668: $? = 0
configure:6688: result: yes
configure:6723: checking for /opt/buildfiles/mysql-standard-4.0.21-pc-solaris2.9-i386/include/mysql.h
configure:6730: result: yes
configure:6773: checking for mysql_real_connect in -lmysqlclient
configure:6803: gcc -o conftest -g -O2 -Wall
-I/opt/buildfiles/mysql-standard-4.0.21-pc-solaris2.9-i386/include  -DBSD_COMP -DENABLE_MYSQL 
-lnsl -L//opt/buildfiles/mysql-standard-4.0.21-pc-solaris2.9-i386/lib conftest.c -lmysqlclient 
-lm -lsocket  -lz -lmysqlclient >&5
configure:6809: $? = 0
configure:6813: test -z
                         || test ! -s conftest.err
configure:6816: $? = 0
configure:6819: test -s conftest
configure:6822: $? = 0
configure:6835: result: yes
configure:7550: checking for u_int8_t
configure:7574: gcc -c -g -O2 -Wall
-I/opt/buildfiles/mysql-standard-4.0.21-pc-solaris2.9-i386/include  -DBSD_COMP -DENABLE_MYSQL
conftest.c >&5
conftest.c: In function `main':
conftest.c:69: error: `u_int8_t' undeclared (first use in this function)
conftest.c:69: error: (Each undeclared identifier is reported only once
conftest.c:69: error: for each function it appears in.)
conftest.c:69: error: parse error before ')' token
configure:7580: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "barnyard"
| #define VERSION "0.2.0"
| #define SOLARIS 1
| #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 HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_LIBSOCKET 1
| #define HAVE_LIBM 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRERROR 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
| int
| main ()
| {
| if ((u_int8_t *) 0)
|   return 0;
| if (sizeof (u_int8_t))
|   return 0;
|   ;
|   return 0;
| }
configure:7604: result: no
configure:7616: checking for u_int16_t
configure:7640: gcc -c -g -O2 -Wall
-I/opt/buildfiles/mysql-standard-4.0.21-pc-solaris2.9-i386/include  -DBSD_COMP -DENABLE_MYSQL
conftest.c >&5
conftest.c: In function `main':
conftest.c:70: error: `u_int16_t' undeclared (first use in this function)
conftest.c:70: error: (Each undeclared identifier is reported only once
conftest.c:70: error: for each function it appears in.)
conftest.c:70: error: parse error before ')' token
configure:7646: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "barnyard"
| #define VERSION "0.2.0"
| #define SOLARIS 1
| #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 HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_LIBSOCKET 1
| #define HAVE_LIBM 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRERROR 1
| #define u_int8_t uint8_t
| /* 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
| int
| main ()
| {
| if ((u_int16_t *) 0)
|   return 0;
| if (sizeof (u_int16_t))
|   return 0;
|   ;
|   return 0;
| }
configure:7670: result: no
configure:7682: checking for u_int32_t
configure:7706: gcc -c -g -O2 -Wall
-I/opt/buildfiles/mysql-standard-4.0.21-pc-solaris2.9-i386/include  -DBSD_COMP -DENABLE_MYSQL
conftest.c >&5
conftest.c: In function `main':
conftest.c:71: error: `u_int32_t' undeclared (first use in this function)
conftest.c:71: error: (Each undeclared identifier is reported only once
conftest.c:71: error: for each function it appears in.)
conftest.c:71: error: parse error before ')' token
configure:7712: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "barnyard"
| #define VERSION "0.2.0"
| #define SOLARIS 1
| #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 HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKIO_H 1
| #define HAVE_LIBSOCKET 1
| #define HAVE_LIBM 1
| #define HAVE_SNPRINTF 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRERROR 1
| #define u_int8_t uint8_t
| #define u_int16_t uint16_t
| /* 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
| int
| main ()
| {
| if ((u_int32_t *) 0)
|   return 0;
| if (sizeof (u_int32_t))
|   return 0;
|   ;
|   return 0;
| }
configure:7736: result: no
configure:7770: checking for a BSD-compatible install
configure:7825: result: ./install-sh -c
configure:7953: 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

config.status:703: creating Makefile
config.status:703: creating src/Makefile
config.status:703: creating src/input-plugins/Makefile
config.status:703: creating src/output-plugins/Makefile
config.status:807: creating config.h
config.status:1121: executing depfiles commands

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

ac_cv_build=i386-pc-solaris2.9
ac_cv_build_alias=i386-pc-solaris2.9
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
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=''
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_func_snprintf=yes
ac_cv_func_strerror=yes
ac_cv_func_strlcat=yes
ac_cv_func_strlcpy=yes
ac_cv_header__opt_buildfiles_mysql_standard_4_0_21_pc_solaris2_9_i386_include_mysql_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_paths_h=no
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_sockio_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i386-pc-solaris2.9
ac_cv_host_alias=i386-pc-solaris2.9
ac_cv_lib_m_floor=yes
ac_cv_lib_mysqlclient_mysql_real_connect=yes
ac_cv_lib_socket_socket=yes
ac_cv_objext=o
ac_cv_prog_AWK=nawk
ac_cv_prog_CPP='gcc -E'
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_make_make_set=yes
ac_cv_type_u_int16_t=no
ac_cv_type_u_int32_t=no
ac_cv_type_u_int8_t=no
am_cv_CC_dependencies_compiler_type=none
am_cv_prog_cc_stdc=''
sn_cv_decl_needed_bcopy=no
sn_cv_decl_needed_bzero=no
sn_cv_decl_needed_fclose=no
sn_cv_decl_needed_fflush=no
sn_cv_decl_needed_fopen=no
sn_cv_decl_needed_fprintf=no
sn_cv_decl_needed_fputc=no
sn_cv_decl_needed_fputs=no
sn_cv_decl_needed_fwrite=no
sn_cv_decl_needed_getopt=no
sn_cv_decl_needed_memset=no
sn_cv_decl_needed_perror=no
sn_cv_decl_needed_printf=no
sn_cv_decl_needed_puts=no
sn_cv_decl_needed_sendto=no
sn_cv_decl_needed_snprintf=no
sn_cv_decl_needed_socket=no
sn_cv_decl_needed_strcasecmp=no
sn_cv_decl_needed_strerror=no
sn_cv_decl_needed_strncasecmp=no
sn_cv_decl_needed_strtol=no
sn_cv_decl_needed_strtoul=no
sn_cv_decl_needed_syslog=no
sn_cv_decl_needed_vsnprintf=no

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

ACLOCAL='aclocal-1.9'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='tar'
AUTOCONF='autoconf'
AUTOHEADER='autoheader'
AUTOMAKE='automake-1.9'
AWK='nawk'
CC='gcc'
CCDEPMODE='depmode=none'
CFLAGS='-g -O2 -Wall'
CPP='gcc -E'
CPPFLAGS='-I/opt/buildfiles/mysql-standard-4.0.21-pc-solaris2.9-i386/include -DBSD_COMP
-DENABLE_MYSQL'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO_C='ECHO_N=''
ECHO_T=''
EGREP='egrep'
EXEEXT=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=' -lnsl -L//opt/buildfiles/mysql-standard-4.0.21-pc-solaris2.9-i386/lib'
LIBOBJS=''
LIBS='-lm -lsocket  -lz -lmysqlclient'
LTLIBOBJS=''
MAKEINFO='makeinfo'
OBJEXT='o'
PACKAGE='barnyard'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
VERSION='0.2.0'
ac_ct_CC='gcc'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i386-pc-solaris2.9'
build_alias=''
build_cpu='i386'
build_os='solaris2.9'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='${prefix}'
extra_incl=''
host='i386-pc-solaris2.9'
host_alias=''
host_cpu='i386'
host_os='solaris2.9'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/opt/barnyard-0.2.0/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='$(mkinstalldirs)'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''1G

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

#define HAVE_INTTYPES_H 1
#define HAVE_LIBM 1
#define HAVE_LIBSOCKET 1
#define HAVE_MEMORY_H 1
#define HAVE_SNPRINTF 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRERROR 1
#define HAVE_STRINGS_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_STRLCAT 1
#define HAVE_STRLCPY 1
#define HAVE_SYS_SOCKIO_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define PACKAGE "barnyard"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define SOLARIS 1
#define STDC_HEADERS 1
#define VERSION "0.2.0"
#define u_int16_t uint16_t
#define u_int32_t uint32_t
#define u_int8_t uint8_t

configure: exit 0

## ---------------------- ##
## 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 config.h

on

config.status:807: creating config.h
config.status:941: config.h is unchanged





-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
_______________________________________________
Snort-users mailing list
Snort-users () lists sourceforge net
Go to this URL to change user options or unsubscribe:
https://lists.sourceforge.net/lists/listinfo/snort-users
Snort-users list archive:
http://www.geocrawler.com/redir-sf.php3?list=snort-users


Current thread: