[root@test5 nsr]# rpm -iv lgtoclnt*
?ㅻ쪟: Failed dependencies:
openmotif is needed by lgtoclnt-7.4.3-1.x86_64
libXp.so.6()(64bit) is needed by lgtoclnt-7.4.3-1.x86_64
해당 오류는 시스템에 관련 라이브러리가 설치되지 않아서 발생하는 오류 입니다.
단순한 종속성에 관련된 문제이기에, 해당하는 라이브러리만 설치 해 주면 됩니다.
관련해서 설치 해야 할 라이브러리들은 다음과 같습니다.
1. libXp
2. libXp-devel
3. openmotif
리눅스의 경우 위의 라이브러리들을 yum을 이용 해 간단히 설치할 수 있습니다.
설치 과정은 아래와 같습니다. 참고하시길.
설치과정 보기
[root@test5 nsr]# yum install libXp
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install arguments
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Downloading header for libXp to pack into transaction set.
libXp-1.0.0-8.1.el5.i386. 100% |=========================| 6.9 kB 00:00
---> Package libXp.i386 0:1.0.0-8.1.el5 set to be updated
---> Downloading header for libXp to pack into transaction set.
libXp-1.0.0-8.1.el5.x86_6 100% |=========================| 6.8 kB 00:00
---> Package libXp.x86_64 0:1.0.0-8.1.el5 set to be updated
--> Running transaction check
Dependencies Resolved
=============================================================================
Package Arch Version Repository Size
=============================================================================
Installing:
libXp i386 1.0.0-8.1.el5 base 23 k
libXp x86_64 1.0.0-8.1.el5 base 23 k
Transaction Summary
=============================================================================
Install 2 Package(s)
Update 0 Package(s)
Remove 0 Package(s)
Total download size: 45 k
Is this ok [y/N]: y
Downloading Packages:
(1/2): libXp-1.0.0-8.1.el 100% |=========================| 23 kB 00:00
(2/2): libXp-1.0.0-8.1.el 100% |=========================| 23 kB 00:00
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Installing: libXp ######################### [1/2]
Installing: libXp ######################### [2/2]
Installed: libXp.i386 0:1.0.0-8.1.el5 libXp.x86_64 0:1.0.0-8.1.el5
Complete!
[root@test5 nsr]#
[root@test5 nsr]#
[root@test5 nsr]#
[root@test5 nsr]# yum install libXp-devel
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install arguments
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Downloading header for libXp-devel to pack into transaction set.
libXp-devel-1.0.0-8.1.el5 100% |=========================| 6.2 kB 00:00
---> Package libXp-devel.x86_64 0:1.0.0-8.1.el5 set to be updated
---> Downloading header for libXp-devel to pack into transaction set.
libXp-devel-1.0.0-8.1.el5 100% |=========================| 6.2 kB 00:00
---> Package libXp-devel.i386 0:1.0.0-8.1.el5 set to be updated
--> Running transaction check
Dependencies Resolved
=============================================================================
Package Arch Version Repository Size
=============================================================================
Installing:
libXp-devel x86_64 1.0.0-8.1.el5 base 15 k
libXp-devel i386 1.0.0-8.1.el5 base 15 k
Transaction Summary
=============================================================================
Install 2 Package(s)
Update 0 Package(s)
Remove 0 Package(s)
Total download size: 30 k
Is this ok [y/N]: y
Downloading Packages:
(1/2): libXp-devel-1.0.0- 100% |=========================| 15 kB 00:00
(2/2): libXp-devel-1.0.0- 100% |=========================| 15 kB 00:00
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Installing: libXp-devel ######################### [1/2]
Installing: libXp-devel ######################### [2/2]
Installed: libXp-devel.x86_64 0:1.0.0-8.1.el5 libXp-devel.i386 0:1.0.0-8.1.el5
Complete!
[root@test5 nsr]# rpm -ivh lgtoclnt*
?ㅻ쪟: Failed dependencies:
openmotif is needed by lgtoclnt-7.4.3-1.x86_64
[root@test5 nsr]# yum install openmotif
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install arguments
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Downloading header for openmotif to pack into transaction set.
openmotif-2.3.0-0.5.el5.i 100% |=========================| 17 kB 00:00
---> Package openmotif.i386 0:2.3.0-0.5.el5 set to be updated
---> Downloading header for openmotif to pack into transaction set.
openmotif-2.3.0-0.5.el5.x 100% |=========================| 17 kB 00:00
---> Package openmotif.x86_64 0:2.3.0-0.5.el5 set to be updated
--> Running transaction check
Dependencies Resolved
=============================================================================
Package Arch Version Repository Size
=============================================================================
Installing:
openmotif i386 2.3.0-0.5.el5 base 1.5 M
openmotif x86_64 2.3.0-0.5.el5 base 1.5 M
Transaction Summary
=============================================================================
Install 2 Package(s)
Update 0 Package(s)
Remove 0 Package(s)
Total download size: 3.0 M
Is this ok [y/N]: y
Downloading Packages:
(1/2): openmotif-2.3.0-0. 100% |=========================| 1.5 MB 00:00
(2/2): openmotif-2.3.0-0. 100% |=========================| 1.5 MB 00:00
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Installing: openmotif ######################### [1/2]
Installing: openmotif ######################### [2/2]
Installed: openmotif.i386 0:2.3.0-0.5.el5 openmotif.x86_64 0:2.3.0-0.5.el5
Complete!
[root@test5 nsr]# rpm -ivh lgtoclnt*
以鍮?以?.. ########################################### [100%]
1:lgtoclnt ########################################### [100%]







rss