PGSQL non installer for linux

Lists: pgsql-ports
From: "Sivaramakrishnan Nageswaran" <sivaramakrishnan(dot)nageswaran(at)gmail(dot)com>
To: pgsql-ports(at)postgresql(dot)org
Subject: PGSQL non installer for linux
Date: 2008-06-20 08:52:24
Message-ID: c40c4eea0806200152r77e0b80ekdb9c084d3926e15a@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-ports

Hi,

Does pgsql have anything like non-installer for linux i.e tar-gzipped bundle
(as is available for linux in the form of zip file) which I can untar /unzip
in the target machine? Basically I do not want to use rpm to install as it
might fail due to dependency issues. So, if I have a custom built (for
various flavours and versions of linux) bundle, I can just unbundle the same
in a specified directory and start using it. Right now, if I use rpm for
installing pgsql, it installs the files in various directories (like in
/usr/bin, /var/lib/pgsql etc). Basically I wanted all the libraries,
binaries and the database to come under a common parent directory.

Hope I have made sense. Any help is highly appreciated.
Thanks for any help.
Regards
- Siva

Always do right. This will gratify some people and astonish the rest.
- Mark Twain
(Home page: http://rushto_siva.tripod.com)


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Sivaramakrishnan Nageswaran" <sivaramakrishnan(dot)nageswaran(at)gmail(dot)com>
Cc: pgsql-ports(at)postgresql(dot)org
Subject: Re: PGSQL non installer for linux
Date: 2008-06-20 14:05:54
Message-ID: 15811.1213970754@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-ports

"Sivaramakrishnan Nageswaran" <sivaramakrishnan(dot)nageswaran(at)gmail(dot)com> writes:
> Does pgsql have anything like non-installer for linux i.e tar-gzipped bundle
> (as is available for linux in the form of zip file) which I can untar /unzip
> in the target machine? Basically I do not want to use rpm to install as it
> might fail due to dependency issues.

To be blunt, you're out of your mind. You're going to end up
reinventing rpm, badly. If an rpm install fails due to dependencies
it's a good indication that the software wouldn't have worked when
installed.

regards, tom lane


From: Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>
To: pgsql-ports(at)postgresql(dot)org
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Sivaramakrishnan Nageswaran" <sivaramakrishnan(dot)nageswaran(at)gmail(dot)com>
Subject: Re: PGSQL non installer for linux
Date: 2008-06-20 18:52:39
Message-ID: 200806201452.39819.xzilla@users.sourceforge.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-ports

On Friday 20 June 2008 10:05:54 Tom Lane wrote:
> "Sivaramakrishnan Nageswaran" <sivaramakrishnan(dot)nageswaran(at)gmail(dot)com>
writes:
> > Does pgsql have anything like non-installer for linux i.e tar-gzipped
> > bundle (as is available for linux in the form of zip file) which I can
> > untar /unzip in the target machine? Basically I do not want to use rpm to
> > install as it might fail due to dependency issues.
>
> To be blunt, you're out of your mind. You're going to end up
> reinventing rpm, badly. If an rpm install fails due to dependencies
> it's a good indication that the software wouldn't have worked when
> installed.
>

That said, I believe postgres plus will do this for you. See
http://www.postgresrocks.com for download options.

--
Robert Treat
Build A Brighter LAMP :: Linux Apache {middleware} PostgreSQL