Re: Configure exit 1

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Configure exit 1
Дата
Msg-id 20090305205622.GG4087@alvh.no-ip.org
обсуждение исходный текст
Ответ на Configure exit 1  (Carol Walter <walterc@indiana.edu>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Configure exit 1
Следующее
От: msteben@autorevenue.com
Дата:
Сообщение: another PITR recovery question