我下面這個網站上Memcached1.4.5RHEL 5:無法應用補丁
http://forums.famillecollet.com/viewtopic.php?id=252
最初安裝repcache我下載了這個repcached-2.3-1.4.5.patch.gz
我使用RHEL5
然後我運行
gunzip repcached-2.3-1.4.5.patch.gz
它生成一個名爲repcached-2.3-1.4.5.patch
然後執行
patch -p1 -i repcached-2.3-1.4.5.patch
它開始生產這種
patching file ChangeLog.repcached
can't find file to patch at input line 66
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -urN memcached-1.4.5/Makefile.am memcached-1.4.5-repcached-2.3/Makefile.am
|--- memcached-1.4.5/Makefile.am Sat Apr 3 11:07:16 2010
|+++ memcached-1.4.5-repcached-2.3/Makefile.am Thu Feb 11 19:51:30 2010
--------------------------
File to patch:
請參見上述
的截屏文件