안녕하세요. 현재 Redhat 8.0을 쓰고 있는 초보입니다.
커널 버전이 2.4.18이라서 새 버전으로 패치를 하려고
하는데, KLDP의 문서대로 한다고 따라했는데, 잘 안되
네요. 도와주세요. 오류 메시지는 아래와 같습니다.
[root@localhost src]# pwd
/usr/src
[root@localhost src]# ls
linux-2.4 linux-2.4.18-14 patch-2.4.19.gz patch-2.4.20.gz redhat
[root@localhost src]# gzip -cd patch-2.4.19.gz | patch -p0
can't find file to patch at input line 4
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -urN linux-2.4.18/COPYING linux-2.4.19/COPYING
|--- linux-2.4.18/COPYING Tue Oct 9 15:00:06 2001
|+++ linux-2.4.19/COPYING Fri Aug 2 17:39:42 2002
--------------------------
File to patch:
감사합니다.