Re: What Linux edition we should chose?

From: Nilesh Govindarajan <lists(at)itech7(dot)com>
To: Alan Hodgson <ahodgson(at)simkin(dot)ca>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: What Linux edition we should chose?
Date: 2010-06-01 01:29:29
Message-ID: AANLkTimlCUP4sv2WutwoaX1oh33hqca5w9vP21p95dVu@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Jun 1, 2010 at 4:40 AM, Alan Hodgson <ahodgson(at)simkin(dot)ca> wrote:
> On Monday 31 May 2010, Devrim Gündüz <devrim(at)gunduz(dot)org> wrote:
>> On Mon, 2010-05-31 at 21:14 +0530, Nilesh Govindarajan wrote:
>> > if you install some libraries like python clients or some
>> > software depending on PgSql from the repositories in RPM/DPKG based
>> > OS, you will have a tough time with the dependency stuff.
>>
>> Really?
>>
>
> Depends. If you build a compat- RPM to supply the original system-provided
> client libpq.so it will usually satisfy their package requirements. If you
> don't, then you might find yourself needing to rebuild other packages to
> coexist with upgraded PostgreSQL versions. Neither option is terribly
> difficult to accommodate.
>
> --
> "No animals were harmed in the recording of this episode. We tried but that
> damn monkey was just too fast."
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>

@Devrim: You got the reason from @Alan.
Self compilation has the advantage of custom gcc flags like -O3 -march
-msse, etc. which can improve performance.
Building RPMs is not a task that everyone can do. It requires
extensive reading about rpmbuild and writing the specfile.
So if you install directly from source without RPM, it won't satisfy
the libpq.so dependency, so you cannot install applications using yum.
This is not the case with Arch PKGBUILD, because the PKGBUILD is just
a bash script.

--
Nilesh Govindarajan
Facebook: nilesh.gr
Twitter: nileshgr
Website: www.itech7.com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Nilesh Govindarajan 2010-06-01 02:30:35 Re: What Linux edition we should chose?
Previous Message Clemens Schwaighofer 2010-06-01 01:08:06 Re: What Linux edition we should chose?