Re: Building 7.3.2 on HP-UX w/out zlib/readline

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: "Ed L(dot)" <pgsql(at)bluepolka(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Building 7.3.2 on HP-UX w/out zlib/readline
Date: 2003-05-24 01:53:24
Message-ID: 200305240153.h4O1rOJ27345@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Ed L. wrote:
> Should I expect any problems resulting from building 7.3.2 on HP-UX 11.00
> using the --without-readline and --without-zlib? [The build went fine and
> for the first time ever, all regression tests passed, even geometry.]

The INSTALL file explains what you are missing:

--without-readline

Prevents the use of the Readline library. This disables command-
line editing and history in psql, so it is not recommended.

--without-zlib

Prevents the use of the Zlib library. This disables compression
support in pg_dump. This option is only intended for those rare
systems where this library is not available.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Yudha Setiawan 2003-05-24 07:44:36 Re-Create Table make Faster.
Previous Message PeterKorman 2003-05-24 01:19:31 ALTER LANGUAGE?