Re: Configure exit 1

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
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:43:51
Message-ID: 10443.1236285831@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Carol Walter <walterc(at)indiana(dot)edu> writes:
> I'm installing version PostgreSQL 8.3.6 as a test. I want to take it
> live in two weeks. I installed it configured and ran gmake once and
> it seemed to work fine, but I didn't have the data directory name that
> I thought I should have had, so I ran gmake distclean deleted the
> files that were created in postgres directory and ran configure
> again. This time I got an error on it. The error said that ...

> checking whether getpwuid_r takes a fifth argument... yes
> checking whether strerror_r returns int... yes
> checking test program... failed
> configure: error:
> Could not execute a simple test program. This may be a problem
> related to locating shared libraries. Check the file 'config.log'
> for the exact reason.

Did you use the exact same configure arguments both times? There's
no obvious reason why this test would work once and fail the second
time.

> When I looked at the config.log file, the end looks like this ...

You need to look at the output about the specific test that failed,
which is usually several hundred lines above the end of config.log.
(The rest of it is a dump of configure's internal variables, which
is generally not too interesting.)

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Alvaro Herrera 2009-03-05 20:56:22 Re: Configure exit 1
Previous Message Carol Walter 2009-03-05 20:42:29 Re: Configure exit 1