Source RPM 설치

OS/Linux 2013. 1. 10. 09:19 Posted by 이정식

 

1. Install the source RPM package.
# rpm -ivh e1000e-<version>.src.rpm

2. Build the binary RPM for the e1000e driver.
# cd /usr/src/redhat
# rpmbuild -bb SPECS/e1000e.spec

3. Install the new RPM package
# rpm -ivh RPMS/<arch>/e1000e-<version>.<arch>.rpm

The e1000e.ko module is installed in the following directory:

Red Hat EL 4/5
/lib/modules/<kernel_version>/kernel/drivers/net

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

메모리 누수 확인 방법  (0) 2013.01.10
defunct 프로세스 한번에 종료 하기  (0) 2013.01.10
tail 로 특정 문자 모니터링 쉽게 하는 방법  (0) 2013.01.09
Kickstart 맛보기 동영상...  (2) 2013.01.09
GMT 표준 시간 설정  (0) 2013.01.07