From: | Laurent Perez <downloader(at)free(dot)fr> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | CVS doesn't compile initdb and other binaries |
Date: | 2003-04-08 09:11:03 |
Message-ID: | 5.0.2.1.2.20030408110540.02bc4a38@pop3.free.fr |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
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
From | Date | Subject | |
---|---|---|---|
Next Message | Jan Wieck | 2003-04-08 10:24:55 | Re: Backpatch FK changes to 7.3 and 7.2? |
Previous Message | Nigel J. Andrews | 2003-04-08 09:04:30 | Casting |