From: | "Jaime Casanova" <systemguards(at)gmail(dot)com> |
---|---|
To: | "Rudi Lausarot" <rudilb(at)gmail(dot)com> |
Cc: | pgsql-es-ayuda(at)postgresql(dot)org |
Subject: | Re: HAVE_INT64_TIMESTAMP but the server was compiled without HAVE_INT64_TIMESTAMP????? |
Date: | 2007-06-26 01:31:08 |
Message-ID: | c2d9e70e0706251831s672f258cvcf0d253010286d77@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-es-ayuda |
On 6/25/07, Rudi Lausarot <rudilb(at)gmail(dot)com> wrote:
> Cuando quiero levantar la base, usando:
> ./postmaster -D /var/lib/postgres/data/
>
> me da el siguiente error:
>
> 2007-06-25 12:30:29 [3436] 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.
>
> como hago para solucionar lo del timestamp??
> Alvaro Herrera me contesto:
>
> Ejecuta configure nuevamente con --enable-integer-datetimes (o era
> --integer-datetimes? no me acuerdo) Idealmente deberias usar las mismas
> opciones a configure que el original para evitar posibles
> incompatibilidades (puedes verlas con pg_config --configure, si todavia
> tienes el pg_config de la version que se rompió)
>
> Pero esto no me funcionó o yo me equivoco al usarlo.
> Alguna otra opcion?
>
pregunta tonta: ejecutaste "make install" despues del "configure", verdad?
--
Atentamente,
Jaime Casanova
"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs and the universe trying
to produce bigger and better idiots.
So far, the universe is winning."
Richard Cook
From | Date | Subject | |
---|---|---|---|
Next Message | Fabian Pineda | 2007-06-26 10:15:28 | Re: funcion desde el CRON |
Previous Message | Mario Gonzalez | 2007-06-26 01:23:27 | Re: Instalación postgres 8.1 en Debian 4 |