Re: CVS doesn't compile initdb and other binaries

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Laurent Perez <downloader(at)free(dot)fr>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: CVS doesn't compile initdb and other binaries
Date: 2003-04-15 03:45:29
Message-ID: 200304150345.h3F3jT709399@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


You can't mix binaries from different versions. You are basically stuck
on 7.3.X until we can upgrade, or you can pull out the patch from CVS
and see if that works -- I am not sure if that is safe.

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

Laurent Perez wrote:
> Hello
>
> I'm trying to compile CVS version of Postgres to get rid of the
> heap_mark4update bug ; the lines I used were :
>
> cvs -z3 -d :pserver:anoncvs(at)anoncvs(dot)postgresql(dot)org:/projects/cvsroot co -P
> pgsql-server
> cvs -z3 -d :pserver:anoncvs(at)anoncvs(dot)postgresql(dot)org:/projects/cvsroot co -P
> pgsql
>
> compilation lines were :
>
> ./configure --prefix=/usr/local/pgsql-cvs --without-tk --without-tcl ; make
> ; make install
> ./configure --prefix=/usr/local/pgsql-cvs-server --without-tk --without-tcl
> ; make ; make install
>
> Whatever I do, there is no binary for initdb created in the bin/
> installation directory, I only get psql & postmaster. When I try to run
> them with my 7.3.2 pgdata dir, it fails, saying : FATAL: The data
> directory was initialized by PostgreSQL version 7.3, which is not
> compatible with this version 7.4devel.
>
> How am I supposed to compile all 7.4devel binaries from CVS ?
>
> Thanks
>
> Laurent Perez
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faqs/FAQ.html
>

--
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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2003-04-15 03:53:28 Re: Live Link to Oracle?
Previous Message Sailesh Krishnamurthy 2003-04-15 03:13:55 Re: Are we losing momentum?