Memcached1.4.5にrepcacheをインストールするためにこのWebサイトをフォローしていました
http://forums.famillecollet.com/viewtopic.php?id=252
最初に、この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:
上記のスクリーンショットをご覧ください