Re: Moving/Using Postgres Binaries on multiple machines

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Francis Reed <freed(at)iel(dot)ie>
Cc: "'Martijn van Oosterhout'" <kleptog(at)svana(dot)org>, "'pgsql-general(at)postgresql(dot)org'" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Moving/Using Postgres Binaries on multiple machines
Date: 2004-11-24 15:21:08
Message-ID: 200411241621.08964.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Francis Reed wrote:
> We tested the principle with postgres 7.4.6 but found a what we
> believe is a compile time dependancy in create_conversion.sql where
> $libdir is not being resolved properly during the initdb process on
> the second machine. The usual environment variables don't seem to
> help (LD_LIBRARY_PATH; PATH; PGLIB etc). Anyone come across that?

Moving the installation to a different path is not supported for
permanent use before 8.0. You better try to install in the same
directory layout on all machines where you want to deploy.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2004-11-24 15:22:43 Re: problem in modifing column datatype of a table
Previous Message Thomas Chille 2004-11-24 15:12:42 Are subselects treated as atomic single commands?