Re: BUG #14292: Error in installing the postgresql 9.3

Поиск
Список
Период
Сортировка
От Yogesh Sharma
Тема Re: BUG #14292: Error in installing the postgresql 9.3
Дата
Msg-id 1472060330.6929.25.camel@crunchydata.com
обсуждение исходный текст
Ответ на BUG #14292: Error in installing the postgresql 9.3  (kashyap.nagendra@xerox.com)
Список pgsql-bugs
On Wed, 2016-08-24 at 07:56 +0000, kashyap.nagendra@xerox.com wrote:
> The following bug has been logged on the website:
>=20
> Bug reference:=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A014292
> Logged by:=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0nag=
endra kashyap
> Email address:=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0kashyap.nagendra@xerox.=
com
> PostgreSQL version: 9.3.14
> Operating system:=C2=A0=C2=A0=C2=A0RHEL7
> Description:=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0
>=20
> While configuring postgresql 9.3 we received below errors.

Preferred approach is to use PGDG rpms from yum.postgresql.org

enable repo:
yum install=C2=A0https://download.postgresql.org/pub/repos/yum/9.3/redhat/r=
h
el-7-x86_64/pgdg-redhat93-9.3-2.noarch.rpm

install postgresql:
yum install postgresql93-server postgresql93-contrib


> **********************************
> configure: error: readline library not=C2=A0
> found
> If you have readline already installed, see config.log for details on
> the
> failure.=C2=A0=C2=A0It is possible the compiler isn't looking in the prop=
er
> directory.
> Use --without-readline to disable readline support
> ***********************************
> configure: error: zlib library not found
> If you have zlib already installed, see config.log for details on the
> failure.=C2=A0=C2=A0It is possible the compiler isn't looking in the prop=
er
> directory.
> Use --without-zlib to disable zlib support.
> ***********************************
> So we had to use below configuration command.
> *************************************
> ./configure --mandir=3D/u01/Database/PostgreSQL/9.3/man
> --prefix=3D/u01/Database/PostgreSQL/9.3 --without-readline --without-
> zlib
> **************************************
> But I believe there would be some issue in the future if we disable
> zlib. So
> could you please=C2=A0=C2=A0if we can reconfigure the postgresql with zli=
b with
> out
> disturbing the existing system or should be reinstall the database?
>=20
> Please let us know.
>=20
>=20
>=20
>=20

Without readline library (some of them):
1 command editing is not possible in psql
2 history navigation not possible in psql

Without zlib:
pg_dump, pg_restore, pg_baseback will not support
compression/uncompression



--=20
Kind Regards,
Yogesh Sharma
Data Architect
Crunchy Data -=C2=A0http://crunchydata.com
PostgreSQL Support for Secure Enterprises
Consulting, Training, & Open Source Development

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Yogesh Sharma
Дата:
Сообщение: Re: BUG #14229: pg_config missing from postgresql95-devel
Следующее
От: Kevin Grittner
Дата:
Сообщение: Re: BUG #14290: materialized view refresh doesn't use temp_tablespace