Re: Help in compiling 8.1.2 from source

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: The Doctor <doctor(at)doctor(dot)nl2k(dot)ab(dot)ca>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Help in compiling 8.1.2 from source
Date: 2006-02-01 14:59:05
Message-ID: 200602011459.k11Ex5q05346@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Do you have an old initdb in your path? When are you seeing this error
message? During initdb?

---------------------------------------------------------------------------

The Doctor wrote:
> iHELP!!
>
> I compile postgresql 8.1.2
>
> using:
> ./configure \
> --prefix=/usr/local/pgsql \
> --infodir=/usr/share/info \
> --mandir=/usr/share/man \
> --enable-debug \
> --enable-depend \
> --enable-cassert \
> --enable-thread-safety \
> --with-perl \
> --with-openssl \
> --with-gnu-ld
>
>
> and Now I am getting:
>
> ns1# FATAL: database files are incompatible with server
> DETAIL: The database cluster was initialized with HAVE_INT64_TIMESTAMP but the server was compiled without HAVE_INT64_TIMESTAMP.
> HINT: It looks like you need to recompile or initdb.
>
>
> What do I need to get this running again?
>
> --
> Member - Liberal International
> This is doctor(at)nl2k(dot)ab(dot)ca Ici doctor(at)nl2k(dot)ab(dot)ca
> God Queen and country! Beware Anti-Christ rising!
> Born 29 Jan 1969 Redhill Surrey UK
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: explain analyze is your friend
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Mott Leroy 2006-02-01 15:01:57 Re: help with locked table(s)/transactions(s)
Previous Message Richard Huxton 2006-02-01 14:58:52 Re: Help in compiling 8.1.2 from source