Re: error intalling bind-9.2.1-0.70.2.i386.rpm with RH 7.0
Tom Pollerman <[email protected]>
| Newsgroups | gmane.linux.redhat.release.guinness |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 01 Nov 2002 09:39:18 -0300 "Edgardo E. Lust K." <[email protected]> wrote: > I'm installing the new bin rpm. but the installation give me: > rpm -Fvh bind-9.2.1-0.70.2.i386.rpm > error: failed dependencies: > libcrypto.so.1 is needed by bind-9.2.1-0.70.2 > libdns.so.5 is needed by bind-9.2.1-0.70.2 > libisc.so.4 is needed by bind-9.2.1-0.70.2 > > Where can I find the libcrypto.so.1, libdns.so.5 and libisc.so.4? > I have the full installation RH 7.0 (I have installed all ther rpm > packages (two CD)) > > You might look for the upgrade files and their dependent files under the RH 7.1 file tree. I'd check the RedHat 7.1 errata files at RedHat.com. A newer version of openssl should include libcrypto.so.1 The bind-utils-9.2.1-0.70.2 package should contain the libdns.so.5 and libisc.so.4. Of course, upgrading the openssl package may mean you also need to upgrade that line of dependencies also. Best, Tom