Re: [GENERAL] 8.1.4: Installation ends up in endless recheck loops

2006-06-04 Thread Frank Finner
On Sun, 04 Jun 2006 15:14:37 -0400 Tom Lane <[EMAIL PROTECTED]> thought long, then sat down and wrote: > Frank Finner <[EMAIL PROTECTED]> writes: > > I run "./configure --with-perl --with-pam --with-openssl" > > then "gmake" > > and end up in endless loops of "cd . && ./config.status --recheck"

Re: [GENERAL] 8.1.4: Installation ends up in endless recheck loops

2006-06-04 Thread Tom Lane
Frank Finner <[EMAIL PROTECTED]> writes: > I run "./configure --with-perl --with-pam --with-openssl" > then "gmake" > and end up in endless loops of "cd . && ./config.status --recheck" > so "configure" runs again and again and again... Check your system clock ... it's probably set to a time befo

[GENERAL] 8.1.4: Installation ends up in endless recheck loops

2006-06-04 Thread Frank Finner
Hi! I found a strange problem during installation on NetBSD with PostgreSQL 8.1.4: I run "./configure --with-perl --with-pam --with-openssl" then "gmake" and end up in endless loops of "cd . && ./config.status --recheck" so "configure" runs again and again and again... System: NetBSD 3.0 on Co