Re: PostgreSQL-9.0.1

From: Venkat Balaji <venkat(dot)balaji(at)verse(dot)in>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Raghavendra <raghavendra(dot)rao(at)enterprisedb(dot)com>, pgsql-admin(at)postgresql(dot)org
Subject: Re: PostgreSQL-9.0.1
Date: 2011-08-23 05:50:23
Message-ID: CAFrxt0h2b5YidybR_cFinFfBCO6_MfwGZrWEE2sjR9M5J3UTtQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi Tom,

Thank you very much for your reply !

Before I read this post, I had successfully installed Postgres with
"--without-zlib" option.

Could you please let me know what could be the impact on the database and
application performance ?

I am installing PG on a brand new server (CentOS - 5.4) 32 bit. I would redo
the installation with "ldconfig" option as well (i never did before).

But, we did not face this problem before on any of our servers (both on 64
bit and 32 bit). I mean we never had to manually link our libraries using
"ldconfig".

Thanks
Venkat

On Fri, Aug 19, 2011 at 7:21 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> Venkat Balaji <venkat(dot)balaji(at)verse(dot)in> writes:
> > I believe, there must be some options to be used with make.
>
> No, the make command should just be "make". Any options that are needed
> would be supplied at the configure step.
>
> > pg_backup_archiver.o: In function `SetOutput':
> > pg_backup_archiver.c:(.text+0x2b6f): undefined reference to `gzopen64'
>
> FWIW, this seems to indicate a mismatch between the zlib.h you're using
> and the libz.so you're linking to. The PG sources do not reference
> gzopen64, but some versions of zlib.h conditionally #define gzopen as
> gzopen64 --- in which case it'd better be used with a library that
> actually provides that symbol. Evidently the one that the linker is
> finding does not. If I had to bet based on this much information,
> I'd bet on a manual zlib installation that doesn't match the system's
> libz.so, and for which you forgot to do the ldconfig magic needed to get
> the linker to actually pick yours instead of the /usr/lib one.
>
> regards, tom lane
>

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Venkat Balaji 2011-08-23 06:52:09 Re: PostgreSQL-9.0.1
Previous Message Kevin Grittner 2011-08-22 15:17:57 Re: help in postgresql