MAIL PROTECTED]>
cc:"Daniel E. Fisher" <[EMAIL PROTECTED]>,
[EMAIL PROTECTED]
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&q
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-d
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...
---
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. Fishe