"의존성"에 걸린 패키지들이 있군요.
첵크해 보니 필요한 패키지가 이렇게 나옵니다. 버전은 좀 틀리지만..
[root@embryo lib]# rpm -qf /usr/lib/libhistory.so.3.0
readline-2.2.1-6
[root@embryo lib]# rpm -qf /usr/lib/libncurses.so.5.0
ncurses-5.0_990516-3mz
[root@embryo lib]# rpm -qf /usr/lib/libreadline.so.3.0
readline-2.2.1-6
ncurses 및 readline 라이브러리를 먼저 설치하시기 바랍니다.
: libxml 을 설치하다가 에러가 나네요..
: 어떻게 해야될지.. ㅠㅠ
:
: rpm -ivh libxml2-2.3.7-1.i386.rpm 이라고 치니깐...
:
: error: failed dependencies:
: libhistory.so.3 is needed by libxml2-2.3.7-1
: libncurses.so.4 is needed by libxml2-2.3.7-1
: libreadline.so.3 is needed by libxml2-2.3.7-1
:
: 이렇게 나오는데.. 어떻게 해야되나요?
: ㅠㅠ