Re: CVS doesn't compile initdb and other binaries - Mailing list pgsql-general

From Bruce Momjian
Subject Re: CVS doesn't compile initdb and other binaries
Date
Msg-id 200304150345.h3F3jT709399@candle.pha.pa.us
Whole thread Raw
In response to CVS doesn't compile initdb and other binaries  (Laurent Perez <downloader@free.fr>)
Responses Re: CVS doesn't compile initdb and other binaries  (Neil Conway <neilc@samurai.com>)
List 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@anoncvs.postgresql.org:/projects/cvsroot co -P
> pgsql-server
> cvs -z3 -d :pserver:anoncvs@anoncvs.postgresql.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@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073


pgsql-general by date:

Previous
From: "Thomas T. Thai"
Date:
Subject: pgreplication status
Next
From: Bruce Momjian
Date:
Subject: Re: Live Link to Oracle?