: rpm -Uvh bind*.*
: error: failed dependencies:
: libcrypto.so.2 is needed by bind-9.2.1-9
: libc.so.6(GLIBC_2.3) is needed by bind-9.2.1-9
: libcrypto.so.2 is needed by bind-utils-9.2.1-9
: libc.so.6(GLIBC_2.3) is needed by bind-utils-9.2.1-9
libcrypto.so 는 openssl 관련 화일입니다.
openssl 을 먼저 까시면 되겠네요.
그리고 glibc를 떠 까시면 되네요.
설명 나오는 대로 필요한 것들을 찾아 깔아주시면
저런 의존성 에러는 안 나옵니다.