Re: Moving/Using Postgres Binaries on multiple machines - Mailing list pgsql-general

From Richard Huxton
Subject Re: Moving/Using Postgres Binaries on multiple machines
Date
Msg-id 41A498FC.3080604@archonet.com
Whole thread Raw
In response to Moving/Using Postgres Binaries on multiple machines  (Francis Reed <freed@iel.ie>)
List pgsql-general
Francis Reed wrote:
> Hi Richard, Sun/Sparc is the platform of choice in our case. 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 intidb process. The usual environment variables don't
> seem to help (LD_LIBRARY_PATH; PATH; PGLIB etc). Its not clear whether the
> concept of binary distribution is not supported, hence my general question.

Sounds like it should be fine, for your situation*. It could be there is
a glitch in create_conversion.sql, especially if it is something that
won't show if you compile on the machine you want to run on. You might
want to file a bug on it. I'm afraid I don't have a copy of the 7.4.6
tarball to hand.

It might also be worth checking 8.0beta to see if it's fixed there - I
know some relocation changes were made there (because of the Windows
port iirc).

Bit puzzled there isn't some standard binary package already built for
various flavours of Sun box though.

* of course, assuming you're on the same OS version with compatible
libraries etc etc etc.

PS - cc the list and the sender when you reply, it's the convention
round here (though not on most lists I'll grant you)
--
   Richard Huxton
   Archonet Ltd

pgsql-general by date:

Previous
From: ohp@pyrenet.fr
Date:
Subject: Re: just a test
Next
From: "Durga Prasad Mohapatra"
Date:
Subject: problem in modifing column datatype of a table