Skip to content

Instantly share code, notes, and snippets.

@rdavila
Created August 18, 2011 22:43
Show Gist options
  • Save rdavila/1155467 to your computer and use it in GitHub Desktop.
Save rdavila/1155467 to your computer and use it in GitHub Desktop.
Can't install postgres on Snow Leopard 10.6.8
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by PostgreSQL configure 9.0.4, which was
generated by GNU Autoconf 2.63. Invocation command line was
$ ./configure --disable-debug --prefix=/usr/local/Cellar/postgresql/9.0.4 --enable-thread-safety --with-bonjour --with-gssapi --with-krb5 --with-openssl --with-libxml --with-libxslt --with-python --with-perl --with-ossp-uuid --datadir=/usr/local/Cellar/postgresql/9.0.4/share/postgresql --docdir=/usr/local/Cellar/postgresql/9.0.4/share/doc/postgresql ARCHFLAGS='-arch x86_64'
## --------- ##
## Platform. ##
## --------- ##
hostname = Ruben-Davilas-iMac.local
uname -m = i386
uname -r = 10.8.0
uname -s = Darwin
uname -v = Darwin Kernel Version 10.8.0: Tue Jun 7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 10.8.0: Tue Jun 7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386
Kernel configured for up to 2 processors.
2 processors are physically available.
2 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1
Primary memory available: 4.00 gigabytes
Default processor set: 81 tasks, 375 threads, 2 processors
Load average: 2.48, Mach factor: 0.40
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/Cellar/readline/6.2.1/bin
PATH: /usr/local/bin
PATH: /Users/rdavila/.rvm/gems/ruby-1.8.7-p302/bin
PATH: /Users/rdavila/.rvm/gems/ruby-1.8.7-p302@global/bin
PATH: /Users/rdavila/.rvm/rubies/ruby-1.8.7-p302/bin
PATH: /Users/rdavila/.rvm/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
PATH: /usr/X11/bin
PATH: /usr/local/sbin
PATH: /Users/rdavila/android-sdk/tools
PATH: /usr/local/Library/Contributions/examples
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2069: checking build system type
configure:2087: result: x86_64-apple-darwin10.8.0
configure:2109: checking host system type
configure:2124: result: x86_64-apple-darwin10.8.0
configure:2148: checking which template to use
configure:2247: result: darwin
configure:2354: checking whether to build with 64-bit integer date/time support
configure:2389: result: yes
configure:2396: checking whether NLS is wanted
configure:2430: result: no
configure:2438: checking for default port number
configure:2467: result: 5432
configure:2886: checking for block size
configure:2926: result: 8kB
configure:2938: checking for segment size
configure:2971: result: 1GB
configure:2983: checking for WAL block size
configure:3024: result: 8kB
configure:3036: checking for WAL segment size
configure:3077: result: 16MB
configure:3240: checking for C compiler version
configure:3248: /usr/bin/cc --version >&5
i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5664)
Copyright (C) 2007 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:3252: $? = 0
configure:3259: /usr/bin/cc -v >&5
Using built-in specs.
Target: i686-apple-darwin10
Configured with: /var/tmp/gcc/gcc-5664~38/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Apple Inc. build 5664)
configure:3263: $? = 0
configure:3270: /usr/bin/cc -V >&5
gcc-4.2: argument to `-V' is missing
configure:3274: $? = 1
configure:3297: checking for C compiler default output file name
configure:3319: /usr/bin/cc -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -I/usr/local/Cellar/readline/6.2.1/include -L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -luuid >&5
configure:3323: $? = 0
configure:3361: result: a.out
configure:3380: checking whether the C compiler works
configure:3390: ./a.out
configure:3394: $? = 0
configure:3413: result: yes
configure:3420: checking whether we are cross compiling
configure:3422: result: no
configure:3425: checking for suffix of executables
configure:3432: /usr/bin/cc -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -I/usr/local/Cellar/readline/6.2.1/include -L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -luuid >&5
configure:3436: $? = 0
configure:3462: result:
configure:3468: checking for suffix of object files
configure:3494: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -I/usr/local/Cellar/readline/6.2.1/include conftest.c >&5
configure:3498: $? = 0
configure:3523: result: o
configure:3527: checking whether we are using the GNU C compiler
configure:3556: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -I/usr/local/Cellar/readline/6.2.1/include conftest.c >&5
configure:3563: $? = 0
configure:3580: result: yes
configure:3589: checking whether /usr/bin/cc accepts -g
configure:3619: /usr/bin/cc -c -g -I/usr/local/Cellar/readline/6.2.1/include conftest.c >&5
configure:3626: $? = 0
configure:3727: result: yes
configure:3744: checking for /usr/bin/cc option to accept ISO C89
configure:3818: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -I/usr/local/Cellar/readline/6.2.1/include conftest.c >&5
configure:3825: $? = 0
configure:3848: result: none needed
configure:3894: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -I/usr/local/Cellar/readline/6.2.1/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:22: error: 'choke' undeclared (first use in this function)
conftest.c:22: error: (Each undeclared identifier is reported only once
conftest.c:22: error: for each function it appears in.)
conftest.c:22: error: expected ';' before 'me'
configure:3901: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.0.4"
| #define PACKAGE_STRING "PostgreSQL 9.0.4"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PG_VERSION "9.0.4"
| #define PG_MAJORVERSION "9.0"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| /* end confdefs.h. */
|
| int
| main ()
| {
| #ifndef __INTEL_COMPILER
| choke me
| #endif
| ;
| return 0;
| }
configure:3941: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -I/usr/local/Cellar/readline/6.2.1/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:22: error: 'choke' undeclared (first use in this function)
conftest.c:22: error: (Each undeclared identifier is reported only once
conftest.c:22: error: for each function it appears in.)
conftest.c:22: error: expected ';' before 'me'
configure:3948: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.0.4"
| #define PACKAGE_STRING "PostgreSQL 9.0.4"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PG_VERSION "9.0.4"
| #define PG_MAJORVERSION "9.0"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| /* end confdefs.h. */
|
| int
| main ()
| {
| #ifndef __SUNPRO_C
| choke me
| #endif
| ;
| return 0;
| }
configure:4002: checking if /usr/bin/cc supports -Wdeclaration-after-statement
configure:4027: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -I/usr/local/Cellar/readline/6.2.1/include conftest.c >&5
configure:4034: $? = 0
configure:4039: result: yes
configure:4052: checking if /usr/bin/cc supports -Wendif-labels
configure:4077: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -I/usr/local/Cellar/readline/6.2.1/include conftest.c >&5
configure:4084: $? = 0
configure:4089: result: yes
configure:4103: checking if /usr/bin/cc supports -fno-strict-aliasing
configure:4128: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -I/usr/local/Cellar/readline/6.2.1/include conftest.c >&5
configure:4135: $? = 0
configure:4140: result: yes
configure:4154: checking if /usr/bin/cc supports -fwrapv
configure:4179: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.1/include conftest.c >&5
configure:4186: $? = 0
configure:4191: result: yes
configure:4400: checking whether the C compiler still works
configure:4423: /usr/bin/cc -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.1/include -L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -luuid >&5
configure:4430: $? = 0
configure:4438: result: yes
configure:4480: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.1/include conftest.c >&5
configure:4487: $? = 0
configure:4510: checking how to run the C preprocessor
configure:4550: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.2.1/include conftest.c
configure:4557: $? = 0
configure:4588: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.2.1/include conftest.c
conftest.c:17:28: error: ac_nonexistent.h: No such file or directory
configure:4595: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.0.4"
| #define PACKAGE_STRING "PostgreSQL 9.0.4"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PG_VERSION "9.0.4"
| #define PG_MAJORVERSION "9.0"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4628: result: /usr/bin/cc -E
configure:4657: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.2.1/include conftest.c
configure:4664: $? = 0
configure:4695: /usr/bin/cc -E -I/usr/local/Cellar/readline/6.2.1/include conftest.c
conftest.c:17:28: error: ac_nonexistent.h: No such file or directory
configure:4702: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.0.4"
| #define PACKAGE_STRING "PostgreSQL 9.0.4"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PG_VERSION "9.0.4"
| #define PG_MAJORVERSION "9.0"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4861: checking allow thread-safe client libraries
configure:4895: result: yes
configure:4902: checking whether to build with Tcl
configure:4930: result: no
configure:4966: checking whether to build Perl modules
configure:4994: result: yes
configure:5001: checking whether to build Python modules
configure:5029: result: yes
configure:5036: checking whether to build with GSSAPI support
configure:5071: result: yes
configure:5078: checking whether to build with Kerberos 5 support
configure:5113: result: yes
configure:5161: checking whether to build with PAM support
configure:5193: result: no
configure:5201: checking whether to build with LDAP support
configure:5233: result: no
configure:5241: checking whether to build with Bonjour support
configure:5273: result: yes
configure:5281: checking whether to build with OpenSSL support
configure:5313: result: yes
configure:5461: checking for xml2-config
configure:5477: found /usr/bin/xml2-config
configure:5488: result: xml2-config
configure:5625: checking for grep that handles long lines and -e
configure:5685: result: /usr/bin/grep
configure:5690: checking for egrep
configure:5754: result: /usr/bin/grep -E
configure:5805: checking for ld used by GCC
configure:5868: result: /usr/bin/cc
configure:5877: checking if the linker (/usr/bin/cc) is GNU ld
configure:5889: result: no
configure:6002: checking for ranlib
configure:6018: found /usr/bin/ranlib
configure:6029: result: ranlib
configure:6095: checking for strip
configure:6111: found /usr/bin/strip
configure:6122: result: strip
configure:6145: checking whether it is possible to strip libraries
configure:6155: result: no
configure:6204: checking for ar
configure:6220: found /usr/bin/ar
configure:6231: result: ar
configure:6534: checking for tar
configure:6552: found /usr/bin/tar
configure:6564: result: /usr/bin/tar
configure:6572: checking whether ln -s works
configure:6576: result: yes
configure:6587: checking for gawk
configure:6617: result: no
configure:6587: checking for mawk
configure:6617: result: no
configure:6587: checking for nawk
configure:6617: result: no
configure:6587: checking for awk
configure:6603: found /usr/bin/awk
configure:6614: result: awk
configure:6625: checking for a thread-safe mkdir -p
configure:6664: result: config/install-sh -c -d
configure:6680: checking for bison
configure:6698: found /usr/bin/bison
configure:6710: result: /usr/bin/bison
configure:6725: using bison (GNU Bison) 2.3
configure:6756: checking for flex
configure:6801: result: /usr/bin/flex
configure:6821: using flex 2.5.35
configure:6833: checking for perl
configure:6851: found /usr/bin/perl
configure:6863: result: /usr/bin/perl
configure:6875: using perl 5.10.0
configure:6910: checking for Perl archlibexp
configure:6913: result: /System/Library/Perl/5.10.0/darwin-thread-multi-2level
configure:6915: checking for Perl privlibexp
configure:6918: result: /System/Library/Perl/5.10.0
configure:6920: checking for Perl useshrplib
configure:6923: result: true
configure:6926: checking for flags to link embedded Perl
configure:6942: result: '-arch x86_64' -L/usr/local/lib -L/System/Library/Perl/5.10.0/darwin-thread-multi-2level/CORE -lperl -ldl -lm -lutil -lc
configure:6951: checking for python
configure:6969: found /usr/local/bin/python
configure:6981: result: /usr/local/bin/python
configure:6996: checking for Python distutils module
configure:7000: result: yes
configure:7009: checking Python configuration directory
configure:7017: result: /usr/local/Cellar/python/2.7.2/lib/python2.7/config
configure:7021: checking how to link an embedded Python application
configure:7042: result: -L/usr/local/Cellar/python/2.7.2/lib/python2.7/config -lpython2.7 -ldl -framework CoreFoundation
configure:7047: checking whether Python is compiled with thread support
configure:7051: result: yes
configure:7133: checking for main in -lm
configure:7162: /usr/bin/cc -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.1/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lm -luuid >&5
configure:7169: $? = 0
configure:7190: result: yes
configure:7201: checking for library containing setproctitle
configure:7242: /usr/bin/cc -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.1/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lm -luuid >&5
Undefined symbols:
"_setproctitle", referenced from:
_main in ccmgnRSa.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
configure:7249: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.0.4"
| #define PACKAGE_STRING "PostgreSQL 9.0.4"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PG_VERSION "9.0.4"
| #define PG_MAJORVERSION "9.0"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define ENABLE_GSS 1
| #define KRB5 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char setproctitle ();
| int
| main ()
| {
| return setproctitle ();
| ;
| return 0;
| }
configure:7242: /usr/bin/cc -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.1/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lutil -lm -luuid >&5
Undefined symbols:
"_setproctitle", referenced from:
_main in cc5WG67x.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
configure:7249: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.0.4"
| #define PACKAGE_STRING "PostgreSQL 9.0.4"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PG_VERSION "9.0.4"
| #define PG_MAJORVERSION "9.0"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define ENABLE_GSS 1
| #define KRB5 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char setproctitle ();
| int
| main ()
| {
| return setproctitle ();
| ;
| return 0;
| }
configure:7280: result: no
configure:7288: checking for library containing dlopen
configure:7329: /usr/bin/cc -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.1/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lm -luuid >&5
configure:7336: $? = 0
configure:7367: result: none required
configure:7375: checking for library containing socket
configure:7416: /usr/bin/cc -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.1/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lm -luuid >&5
configure:7423: $? = 0
configure:7454: result: none required
configure:7462: checking for library containing shl_load
configure:7503: /usr/bin/cc -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.1/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lm -luuid >&5
Undefined symbols:
"_shl_load", referenced from:
_main in ccp3Yk2e.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
configure:7510: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.0.4"
| #define PACKAGE_STRING "PostgreSQL 9.0.4"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PG_VERSION "9.0.4"
| #define PG_MAJORVERSION "9.0"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define ENABLE_GSS 1
| #define KRB5 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| int
| main ()
| {
| return shl_load ();
| ;
| return 0;
| }
configure:7503: /usr/bin/cc -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.1/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -ldld -lm -luuid >&5
ld: library not found for -ldld
collect2: ld returned 1 exit status
configure:7510: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.0.4"
| #define PACKAGE_STRING "PostgreSQL 9.0.4"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PG_VERSION "9.0.4"
| #define PG_MAJORVERSION "9.0"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define ENABLE_GSS 1
| #define KRB5 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| int
| main ()
| {
| return shl_load ();
| ;
| return 0;
| }
configure:7541: result: no
configure:7641: checking for library containing getopt_long
configure:7682: /usr/bin/cc -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.1/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lm -luuid >&5
configure:7689: $? = 0
configure:7720: result: none required
configure:7728: checking for library containing crypt
configure:7769: /usr/bin/cc -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.1/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lm -luuid >&5
configure:7776: $? = 0
configure:7807: result: none required
configure:7816: checking for library containing fdatasync
configure:7857: /usr/bin/cc -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.1/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lm -luuid >&5
configure:7864: $? = 0
configure:7895: result: none required
configure:7905: checking for library containing gethostbyname_r
configure:7946: /usr/bin/cc -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.1/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lm -luuid >&5
Undefined symbols:
"_gethostbyname_r", referenced from:
_main in cc1nA5Rv.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
configure:7953: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.0.4"
| #define PACKAGE_STRING "PostgreSQL 9.0.4"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PG_VERSION "9.0.4"
| #define PG_MAJORVERSION "9.0"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define ENABLE_GSS 1
| #define KRB5 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char gethostbyname_r ();
| int
| main ()
| {
| return gethostbyname_r ();
| ;
| return 0;
| }
configure:7946: /usr/bin/cc -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.1/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lnsl -lm -luuid >&5
ld: library not found for -lnsl
collect2: ld returned 1 exit status
configure:7953: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.0.4"
| #define PACKAGE_STRING "PostgreSQL 9.0.4"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PG_VERSION "9.0.4"
| #define PG_MAJORVERSION "9.0"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define ENABLE_GSS 1
| #define KRB5 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char gethostbyname_r ();
| int
| main ()
| {
| return gethostbyname_r ();
| ;
| return 0;
| }
configure:7984: result: no
configure:7993: checking for library containing shmget
configure:8034: /usr/bin/cc -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.1/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lm -luuid >&5
configure:8041: $? = 0
configure:8072: result: none required
configure:8094: checking for -lreadline
configure:8126: /usr/bin/cc -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.1/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lreadline -lm -luuid >&5
configure:8133: $? = 0
configure:8167: result: yes (-lreadline)
configure:8204: checking for inflate in -lz
configure:8239: /usr/bin/cc -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.1/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lz -lreadline -lm -luuid >&5
configure:8246: $? = 0
configure:8267: result: yes
configure:8305: checking for library containing gss_init_sec_context
configure:8346: /usr/bin/cc -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.1/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lz -lreadline -lm -luuid >&5
Undefined symbols:
"_gss_init_sec_context", referenced from:
_main in ccC83TUv.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
configure:8353: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.0.4"
| #define PACKAGE_STRING "PostgreSQL 9.0.4"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PG_VERSION "9.0.4"
| #define PG_MAJORVERSION "9.0"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define ENABLE_GSS 1
| #define KRB5 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char gss_init_sec_context ();
| int
| main ()
| {
| return gss_init_sec_context ();
| ;
| return 0;
| }
configure:8346: /usr/bin/cc -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.1/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
configure:8353: $? = 0
configure:8384: result: -lgssapi_krb5
configure:8403: checking for library containing com_err
configure:8444: /usr/bin/cc -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.1/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
configure:8451: $? = 0
configure:8482: result: none required
configure:8494: checking for library containing krb5_sendauth
configure:8535: /usr/bin/cc -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.1/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
configure:8542: $? = 0
configure:8573: result: none required
configure:8683: checking for CRYPTO_new_ex_data in -lcrypto
configure:8718: /usr/bin/cc -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.1/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
configure:8725: $? = 0
configure:8746: result: yes
configure:8762: checking for SSL_library_init in -lssl
configure:8797: /usr/bin/cc -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.1/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
configure:8804: $? = 0
configure:8825: result: yes
configure:9086: checking for xmlSaveToBuffer in -lxml2
configure:9121: /usr/bin/cc -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.1/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
configure:9128: $? = 0
configure:9149: result: yes
configure:9168: checking for xsltCleanupGlobals in -lxslt
configure:9203: /usr/bin/cc -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.1/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
configure:9210: $? = 0
configure:9231: result: yes
configure:9250: checking for uuid_export in -lossp-uuid
configure:9285: /usr/bin/cc -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.1/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -lossp-uuid -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
ld: library not found for -lossp-uuid
collect2: ld returned 1 exit status
configure:9292: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.0.4"
| #define PACKAGE_STRING "PostgreSQL 9.0.4"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PG_VERSION "9.0.4"
| #define PG_MAJORVERSION "9.0"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define ENABLE_GSS 1
| #define KRB5 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char uuid_export ();
| int
| main ()
| {
| return uuid_export ();
| ;
| return 0;
| }
configure:9313: result: no
configure:9318: checking for uuid_export in -luuid
configure:9353: /usr/bin/cc -o conftest -O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I/usr/local/Cellar/readline/6.2.1/include -I/usr/include/libxml2 -L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib conftest.c -luuid -lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid >&5
Undefined symbols:
"_uuid_export", referenced from:
_main in ccekCxPt.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
configure:9360: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "9.0.4"
| #define PACKAGE_STRING "PostgreSQL 9.0.4"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PG_VERSION "9.0.4"
| #define PG_MAJORVERSION "9.0"
| #define USE_INTEGER_DATETIMES 1
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define BLCKSZ 8192
| #define RELSEG_SIZE 131072
| #define XLOG_BLCKSZ 8192
| #define XLOG_SEG_SIZE (16 * 1024 * 1024)
| #define ENABLE_THREAD_SAFETY 1
| #define ENABLE_GSS 1
| #define KRB5 1
| #define PG_KRB_SRVNAM "postgres"
| #define USE_BONJOUR 1
| #define USE_SSL 1
| #define USE_LIBXML 1
| #define USE_LIBXSLT 1
| #define HAVE_LIBM 1
| #define HAVE_LIBREADLINE 1
| #define HAVE_LIBZ 1
| #define HAVE_SPINLOCKS 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_LIBSSL 1
| #define HAVE_LIBXML2 1
| #define HAVE_LIBXSLT 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char uuid_export ();
| int
| main ()
| {
| return uuid_export ();
| ;
| return 0;
| }
configure:9381: result: no
configure:9386: error: library 'ossp-uuid' or 'uuid' is required for OSSP-UUID
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-apple-darwin10.8.0
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=/usr/bin/cc
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=-I/usr/local/Cellar/readline/6.2.1/include
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_DOCBOOKSTYLE_set=
ac_cv_env_DOCBOOKSTYLE_value=
ac_cv_env_LDFLAGS_EX_set=
ac_cv_env_LDFLAGS_EX_value=
ac_cv_env_LDFLAGS_SL_set=
ac_cv_env_LDFLAGS_SL_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib'
ac_cv_env_LIBS_set=set
ac_cv_env_LIBS_value=-luuid
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_host=x86_64-apple-darwin10.8.0
ac_cv_lib_crypto_CRYPTO_new_ex_data=yes
ac_cv_lib_m_main=yes
ac_cv_lib_ossp_uuid_uuid_export=no
ac_cv_lib_ssl_SSL_library_init=yes
ac_cv_lib_uuid_uuid_export=no
ac_cv_lib_xml2_xmlSaveToBuffer=yes
ac_cv_lib_xslt_xsltCleanupGlobals=yes
ac_cv_lib_z_inflate=yes
ac_cv_objext=o
ac_cv_path_BISON=/usr/bin/bison
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_LD=/usr/bin/cc
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_PYTHON=/usr/local/bin/python
ac_cv_path_TAR=/usr/bin/tar
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='/usr/bin/cc -E'
ac_cv_prog_XML2_CONFIG=xml2-config
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_gnu_ld=no
ac_cv_search_com_err='none required'
ac_cv_search_crypt='none required'
ac_cv_search_dlopen='none required'
ac_cv_search_fdatasync='none required'
ac_cv_search_gethostbyname_r=no
ac_cv_search_getopt_long='none required'
ac_cv_search_gss_init_sec_context=-lgssapi_krb5
ac_cv_search_krb5_sendauth='none required'
ac_cv_search_setproctitle=no
ac_cv_search_shl_load=no
ac_cv_search_shmget='none required'
ac_cv_search_socket='none required'
pgac_cv_check_readline=-lreadline
pgac_cv_path_flex=/usr/bin/flex
## ----------------- ##
## Output variables. ##
## ----------------- ##
AR='ar'
AWK='awk'
BISON='/usr/bin/bison'
BISONFLAGS=''
CC='/usr/bin/cc'
CFLAGS='-O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv'
COLLATEINDEX=''
CPP='/usr/bin/cc -E'
CPPFLAGS='-I/usr/local/Cellar/readline/6.2.1/include -I/usr/include/libxml2 '
DEFS=''
DLLTOOL=''
DLLWRAP=''
DOCBOOKSTYLE=''
DTRACE=''
DTRACEFLAGS=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
ELF_SYS=''
EXEEXT=''
FLEX='/usr/bin/flex'
FLEXFLAGS=''
GCC='yes'
GCOV=''
GENHTML=''
GREP='/usr/bin/grep'
HAVE_IPV6=''
HAVE_POSIX_SIGNALS=''
INCLUDES=''
JADE=''
LCOV=''
LD='/usr/bin/cc'
LDAP_LIBS_BE=''
LDAP_LIBS_FE=''
LDFLAGS='-L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib '
LDFLAGS_EX=''
LDFLAGS_SL=''
LIBOBJS=''
LIBS='-lxslt -lxml2 -lssl -lcrypto -lgssapi_krb5 -lz -lreadline -lm -luuid'
LN_S='ln -s'
LTLIBOBJS=''
MKDIR_P='\${SHELL} \${top_srcdir}/config/install-sh -c -d'
MSGFMT=''
MSGMERGE=''
NSGMLS=''
OBJEXT='o'
OSSP_UUID_LIBS=''
OSX=''
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_NAME='PostgreSQL'
PACKAGE_STRING='PostgreSQL 9.0.4'
PACKAGE_TARNAME='postgresql'
PACKAGE_VERSION='9.0.4'
PATH_SEPARATOR=':'
PERL='/usr/bin/perl'
PG_MAJORVERSION='9.0'
PORTNAME='darwin'
PTHREAD_CC=''
PTHREAD_CFLAGS=''
PTHREAD_LIBS=''
PYTHON='/usr/local/bin/python'
RANLIB='ranlib'
SHELL='/bin/sh'
STRIP='strip'
STRIP_SHARED_LIB=':'
STRIP_STATIC_LIB=':'
SUN_STUDIO_CC='no'
TAR='/usr/bin/tar'
TAS=''
TCLSH=''
TCL_CONFIG_SH=''
TCL_INCLUDE_SPEC=''
TCL_LIBS=''
TCL_LIB_FILE=''
TCL_LIB_SPEC=''
TCL_SHARED_BUILD=''
TCL_SHLIB_LD_LIBS=''
WANTED_LANGUAGES=''
WINDRES=''
XGETTEXT=''
XML2_CONFIG='xml2-config'
XSLTPROC=''
ZIC=''
ac_ct_CC=''
acx_pthread_config=''
autodepend=''
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin10.8.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin10.8.0'
build_vendor='apple'
configure_args=' '\''--disable-debug'\'' '\''--prefix=/usr/local/Cellar/postgresql/9.0.4'\'' '\''--enable-thread-safety'\'' '\''--with-bonjour'\'' '\''--with-gssapi'\'' '\''--with-krb5'\'' '\''--with-openssl'\'' '\''--with-libxml'\'' '\''--with-libxslt'\'' '\''--with-python'\'' '\''--with-perl'\'' '\''--with-ossp-uuid'\'' '\''--datadir=/usr/local/Cellar/postgresql/9.0.4/share/postgresql'\'' '\''--docdir=/usr/local/Cellar/postgresql/9.0.4/share/doc/postgresql'\'' '\''ARCHFLAGS='\''\'\'''\''-arch x86_64'\''\'\'''\'''\'' '\''CC=/usr/bin/cc'\'' '\''CFLAGS=-O3 -march=core2 -msse4.1 -w -pipe -I/usr/include/libxml2 -I/usr/local/Cellar/ossp-uuid/1.6.2/include'\'' '\''LDFLAGS=-L/usr/local/Cellar/readline/6.2.1/lib -L/usr/local/Cellar/ossp-uuid/1.6.2/lib'\'' '\''LIBS=-luuid'\'' '\''CPPFLAGS=-I/usr/local/Cellar/readline/6.2.1/include'\'''
datadir='/usr/local/Cellar/postgresql/9.0.4/share/postgresql'
datarootdir='${prefix}/share'
default_port='5432'
docdir='/usr/local/Cellar/postgresql/9.0.4/share/doc/postgresql'
dvidir='${docdir}'
enable_coverage='no'
enable_debug='no'
enable_dtrace='no'
enable_nls='no'
enable_profiling='no'
enable_rpath='yes'
enable_shared='yes'
enable_thread_safety='yes'
exec_prefix='NONE'
have_docbook=''
host='x86_64-apple-darwin10.8.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin10.8.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
krb_srvtab='FILE:$(sysconfdir)/krb5.keytab'
ld_R_works=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
perl_archlibexp='/System/Library/Perl/5.10.0/darwin-thread-multi-2level'
perl_embed_ldflags=' '\''-arch x86_64'\'' -L/usr/local/lib -L/System/Library/Perl/5.10.0/darwin-thread-multi-2level/CORE -lperl -ldl -lm -lutil -lc'
perl_privlibexp='/System/Library/Perl/5.10.0'
perl_useshrplib='true'
prefix='/usr/local/Cellar/postgresql/9.0.4'
program_transform_name='s,x,x,'
psdir='${docdir}'
python_additional_libs='-ldl -framework CoreFoundation'
python_configdir='/usr/local/Cellar/python/2.7.2/lib/python2.7/config'
python_includespec='-I/usr/local/Cellar/python/2.7.2/include/python2.7'
python_libdir='/usr/local/Cellar/python/2.7.2/lib/python2.7/config'
python_libspec='-L/usr/local/Cellar/python/2.7.2/lib/python2.7/config -lpython2.7'
python_majorversion='2'
python_version='2.7'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
vpath_build=''
with_bonjour='yes'
with_gnu_ld='no'
with_gssapi='yes'
with_krb5='yes'
with_ldap='no'
with_libxml='yes'
with_libxslt='yes'
with_openssl='yes'
with_ossp_uuid='yes'
with_pam='no'
with_perl='yes'
with_python='yes'
with_system_tzdata=''
with_tcl='no'
with_zlib='yes'
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME "PostgreSQL"
#define PACKAGE_TARNAME "postgresql"
#define PACKAGE_VERSION "9.0.4"
#define PACKAGE_STRING "PostgreSQL 9.0.4"
#define PACKAGE_BUGREPORT "[email protected]"
#define PG_VERSION "9.0.4"
#define PG_MAJORVERSION "9.0"
#define USE_INTEGER_DATETIMES 1
#define DEF_PGPORT 5432
#define DEF_PGPORT_STR "5432"
#define BLCKSZ 8192
#define RELSEG_SIZE 131072
#define XLOG_BLCKSZ 8192
#define XLOG_SEG_SIZE (16 * 1024 * 1024)
#define ENABLE_THREAD_SAFETY 1
#define ENABLE_GSS 1
#define KRB5 1
#define PG_KRB_SRVNAM "postgres"
#define USE_BONJOUR 1
#define USE_SSL 1
#define USE_LIBXML 1
#define USE_LIBXSLT 1
#define HAVE_LIBM 1
#define HAVE_LIBREADLINE 1
#define HAVE_LIBZ 1
#define HAVE_SPINLOCKS 1
#define HAVE_LIBCRYPTO 1
#define HAVE_LIBSSL 1
#define HAVE_LIBXML2 1
#define HAVE_LIBXSLT 1
configure: exit 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment