Failure to install 7.3.3

Started by Daniel E. Fisheralmost 23 years ago5 messagesgeneral
Jump to latest
#1Daniel E. Fisher
danfisher@bwkip.com

I get an error during config I have redhat 7.2. readline library and Zlib
library not found...they are installed with the latest version how do I fix
this?

-Dan

#2Paul Ramsey
pramsey@cleverelephant.ca
In reply to: Daniel E. Fisher (#1)
Re: Failure to install 7.3.3

Red Hat (and most other RPM based distros) split libraries into
"runtime" and "development" halves. In order to actually compile
software against the libraries, you must install the development half.
So, to compile against readline, you must also install the
readline-devel RPM.

Daniel E. Fisher wrote:

I get an error during config I have redhat 7.2. readline library and Zlib
library not found...they are installed with the latest version how do I fix
this?

-Dan

--
__
/
| Paul Ramsey
| Refractions Research
| Email: pramsey@refractions.net
| Phone: (250) 885-0632
\_

#3scott.marlowe
scott.marlowe@ihs.com
In reply to: Daniel E. Fisher (#1)
Re: Failure to install 7.3.3

On Tue, 24 Jun 2003, Daniel E. Fisher wrote:

I get an error during config I have redhat 7.2. readline library and Zlib
library not found...they are installed with the latest version how do I fix
this?

you need the -devel versions of those RPMs. i.e. readline-devel etc...

#4Mike Mascari
mascarm@mascari.com
In reply to: Paul Ramsey (#2)
Re: Failure to install 7.3.3

Paul Ramsey wrote:

Red Hat (and most other RPM based distros) split libraries into
"runtime" and "development" halves. In order to actually compile
software against the libraries, you must install the development half.
So, to compile against readline, you must also install the
readline-devel RPM.

Daniel E. Fisher wrote:

I get an error during config I have redhat 7.2. readline library and
Zlib library not found...they are installed with the latest version how do
I fix this?

Also, even though the SRPM dependencies don't explicitly state a
requirement for them, I have found that I must also install
termcap-devel to get readline support to build.

Mike Mascari
mascarm@mascari.com

#5Noname
wsheldah@lexmark.com
In reply to: Mike Mascari (#4)
Re: Failure to install 7.3.3

If that's true, then termcap-devel should probably be added to the SRPM
dependencies. Isn't the RPM maintainer on this list? (wink wink)

Wes

Mike Mascari <mascarm@mascari.com>@postgresql.org on 06/24/2003 03:32:22 PM

Sent by: pgsql-general-owner@postgresql.org

To: Paul Ramsey <pramsey@refractions.net>
cc: "Daniel E. Fisher" <danfisher@bwkip.com>,
pgsql-general@postgresql.org
Subject: Re: [GENERAL] Failure to install 7.3.3

Paul Ramsey wrote:

Red Hat (and most other RPM based distros) split libraries into
"runtime" and "development" halves. In order to actually compile
software against the libraries, you must install the development half.
So, to compile against readline, you must also install the
readline-devel RPM.

Daniel E. Fisher wrote:

I get an error during config I have redhat 7.2. readline library and
Zlib library not found...they are installed with the latest version how

do

I fix this?

Also, even though the SRPM dependencies don't explicitly state a
requirement for them, I have found that I must also install
termcap-devel to get readline support to build.

Mike Mascari
mascarm@mascari.com

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster