Re: Configure exit 1 - Mailing list pgsql-admin

From Alvaro Herrera
Subject Re: Configure exit 1
Date
Msg-id 20090305205622.GG4087@alvh.no-ip.org
Whole thread Raw
In response to Configure exit 1  (Carol Walter <walterc@indiana.edu>)
List pgsql-admin
Carol Walter wrote:

> When I looked at the config.log file, the end looks like this ...
>
> #define HAVE_WCTYPE_H 1
> #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org"
> #define PACKAGE_NAME "PostgreSQL"
> #define PACKAGE_STRING "PostgreSQL 8.3.6"
> #define PACKAGE_TARNAME "postgresql"
> #define PACKAGE_VERSION "8.3.6"
> #define PG_KRB_SRVNAM "postgres"
> #define PG_VERSION "8.3.6"
> #define PG_VERSION_NUM 80306
> #define PG_VERSION_STR "PostgreSQL 8.3.6 on sparc-sun-solaris2.10,
> compiled by GCC gcc (GCC) 3.4.3 (csl-sol210-3_4-branch+sol_rpath)"
> #define STRERROR_R_INT
> #define USE_PAM 1
> #define USE_SSL 1
> #define WORDS_BIGENDIAN 1
>
> configure: exit 1
>
> What does an exit code 1 from configure mean?

config.log ends with a long list of definitions and variables that
configure detected.  The output you actually want is just above the long
#define list, and the sections that say "output variables" and "cache
variables".

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: Configure exit 1
Next
From: msteben@autorevenue.com
Date:
Subject: another PITR recovery question