저는 Solaris 배경을 가지고 있고 RHEL을 처음 사용하며 여기에 Oracle 11g를 설치하고 싶습니다.
RHEL 6에 설치하는 방법을 설명하는 Oracle 설명서를 다운로드했습니다.
Oracle Linux 6 및 Red Hat Enterprise Linux 6용으로 다음 이상의 패키지를 설치해야 합니다.
binutils-2.20.51.0.2-5.11.el6 (x86_64)
compat-libcap1-1.10-1 (x86_64)
compat-libstdc++-33-3.2.3-69.el6 (x86_64)
compat-libstdc++-33-3.2.3-69.el6.i686
gcc-4.4.4-13.el6 (x86_64)
gcc-c++-4.4.4-13.el6 (x86_64)
glibc-2.12-1.7.el6 (i686)
glibc-2.12-1.7.el6 (x86_64)
glibc-devel-2.12-1.7.el6 (x86_64)
glibc-devel-2.12-1.7.el6.i686
ksh
libgcc-4.4.4-13.el6 (i686)
libgcc-4.4.4-13.el6 (x86_64)
libstdc++-4.4.4-13.el6 (x86_64)
libstdc++-4.4.4-13.el6.i686
11
libstdc++-devel-4.4.4-13.el6 (x86_64)
libstdc++-devel-4.4.4-13.el6.i686
libaio-0.3.107-10.el6 (x86_64)
libaio-0.3.107-10.el6.i686
libaio-devel-0.3.107-10.el6 (x86_64)
libaio-devel-0.3.107-10.el6.i686
make-3.81-19.el6
sysstat-9.0.4-11.el6 (x86_64)
모든 패키지를 설치하려고합니다. 나는 이 패키지를 다운로드했습니다: compat-libcap1-1.10-1.src.rpm
rpm -i compat-libcap1-1.10-1.src.rpm
나는 다음과 같은 결과를 얻었습니다.
warning: compat-libcap1-1.10-1.src.rpm: Header V3 RSA/SHA256 Signature, key ID c105b9de: NOKEY
warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root
warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root
warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root
warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root
warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root
warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root
warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root
warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root
warning: user mockbuild does not exist - using root
warning: group mockbuild does not exist - using root
누군가 나에게 이 문제를 해결하라고 제안했습니다.
# yum install mock
and create the ‘mockbuild’ user
# useradd -s /sbin/nologin mockbuild
사용하려고 하면:
yum install mock
나는 다음과 같은 결과를 얻습니다.
Loaded plugins: product-id, refresh-packagekit, security, subscription-manager
Updating certificate-based repositories.
Unable to read consumer identity
Setting up Install Process
No package mock available.
Error: Nothing to do
이 명령을 yum
사용할 수 없습니다rpm
답변1
Oracle 11g를 성공적으로 설치했습니다(여러 번).http://www.oracle-base.com/articles/11g/oracle-db-11gr2-installation-on-oracle-linux-6.php가이드.
CentOS 6.x, RHEL 6.x에 설치했습니다.
CentOS에 oracle 11g를 설치할 때 일부 패키지가 설치되지 않는다는 경고가 표시되었습니다. 하지만 나는 그 경고를 무시했고 모든 것이 괜찮았습니다. Oracle 11g는 새 패키지를 인식하지 못하므로 경고가 나타나면 무시해도 됩니다.