yum을 이용한 gcc 설치yum을 이용한 gcc 설치

Posted at 2010. 11. 10. 10:22 | Posted in Computer/Linux

gcc를 설치하기 위해서 Debian 계열에는 다음과 같이 입력한다.

# sudo apt-get install build-essential linux-headers-$(uname -r)


Redhat 계열에서는 다음과 같이 입력한다.

# yum install gcc gcc-c++ kernel-devel

'Computer > Linux' 카테고리의 다른 글

Mail Server  (0) 2010.03.10
Domain Name Server  (0) 2010.03.10
VirtualBox 환경에서 CentOS 5.4 게스트 확장 설치시 오류가 발생할 경우  (0) 2010.02.18
//

Mail ServerMail Server

Posted at 2010. 3. 10. 21:55 | Posted in Computer/Linux

//

Domain Name ServerDomain Name Server

Posted at 2010. 3. 10. 21:54 | Posted in Computer/Linux

Domain Name Server는 트리 형태의 계층 구조를 취하고 있다.

Domain Name을 IP Address로 변환하는 것을 Name Resolution이라고 부른다.

//

VirtualBox 환경에서 CentOS 5.4 게스트 확장 설치시 오류가 발생할 경우VirtualBox 환경에서 CentOS 5.4 게스트 확장 설치시 오류가 발생할 경우

Posted at 2010. 2. 18. 10:51 | Posted in Computer/Linux
<게스트 확장 설치시 오류>

VirtualBox 환경에서 CentOS 5.4를 설치하고 게스트 확장 설치시 오류가 발생할 경우

커널을 업데이트 해주어야 한다. 방법은 yum을 이용하여 업데이트 하면 된다.

# yum -y install kernel source
# yum -y install kernel-devel
# yum -y install gcc

'Computer > Linux' 카테고리의 다른 글

yum을 이용한 gcc 설치  (0) 2010.11.10
Mail Server  (0) 2010.03.10
Domain Name Server  (0) 2010.03.10
//