Re: Configure exit 1

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Carol Walter <walterc(at)indiana(dot)edu>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Configure exit 1
Date: 2009-03-05 20:56:22
Message-ID: 20090305205622.GG4087@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)postgresql(dot)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.

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message msteben 2009-03-05 21:15:03 another PITR recovery question
Previous Message Tom Lane 2009-03-05 20:43:51 Re: Configure exit 1