Re: [GENERAL] Failure to install 7.3.3

2003-06-24 Thread wsheldah
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

Re: [GENERAL] Failure to install 7.3.3

2003-06-24 Thread Mike Mascari
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

Re: [GENERAL] Failure to install 7.3.3

2003-06-24 Thread scott.marlowe
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... ---

Re: [GENERAL] Failure to install 7.3.3

2003-06-24 Thread Paul Ramsey
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