Linux 64비트에 패키지나 소프트웨어를 설치할 수 없습니다.

Linux 64비트에 패키지나 소프트웨어를 설치할 수 없습니다.

Linux RHEL6을 사용하고 있는데 패키지를 설치할 수 없습니다.

[root@linux6 Python-2.7.9]# uname -a
Linux linux6.4 2.6.32-358.el6.x86_64 #1 SMP Tue Jan 29 11:47:41 EST 2013 x86_64 x86_64 x86_64 GNU/Linux
[root@linux6 Python-2.7.9]# ./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for --enable-universalsdk... no
checking for --with-universal-archs... 32-bit
checking MACHDEP... linux2
checking EXTRAPLATDIR... 
checking for --without-gcc... no
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/usr/src/Python-2.7.9':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details
[root@linux6 Python-2.7.9]# 

linux32를 사용해 보았지만 운이 없었습니다.

[root@linux6 Python-2.7.9]# linux32 ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for --enable-universalsdk... no
checking for --with-universal-archs... 32-bit
checking MACHDEP... linux2
checking EXTRAPLATDIR... 
checking for --without-gcc... no
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/usr/src/Python-2.7.9':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details

답변1

C 컴파일러가 없는 것 같습니다.

이 작업을 수행:yum install gcc gcc-c++ autoconf automake

C 컴파일러 설치에 대한 자세한 내용은 여기에서 확인할 수 있습니다.

답변2

귀하의 질문과 의견에 따르면 Red Hat Network에 가입하지 않아서 yum 패키지를 설치할 수 없는 문제가 발생하는 것으로 보입니다.

구독하실 수 있습니다여기. 그러나 이것은 유료 구독이라는 점에 유의하십시오. Linux 매니아이고 Red Hat 평가판을 실행하려면 설치가 필요할 수 있습니다.중앙 운영 체제대신 기본적으로 무료 RHEL입니다.

관련 정보