Ubuntu
Memcache - PHP- Ubuntu :: cd: /var/lib/memcache: 沒有這樣的文件或目錄
我在 Ubuntu 10.04 上安裝了 memcache PHP 模組
我的步驟:
- 安裝 php5-memcache ( http://pecl.php.net/package/memcache )
- 重啟阿帕奇
- 獲取 phpinfo()
memcache memcache support enabled Version 3.0.4 Revision $Revision: 1.83.2.36 $ Directive Local Value Master Value memcache.allow_failover 1 1 memcache.chunk_size 32768 32768 memcache.compress_threshold 20000 20000 memcache.default_port 11211 11211 memcache.hash_function crc32 crc32 memcache.hash_strategy consistent consistent memcache.lock_timeout 15 15 memcache.max_failover_attempts 20 20 memcache.protocol ascii ascii memcache.redundancy 1 1 memcache.session_redundancy 2 2
- 嘗試查找路徑:/var/lib/memcache(在 memcache.ini 中):
cd /var/lib/memcache;
得到錯誤:
cd: /var/lib/memcache: No such file or directory
為什麼我沒有這個目錄?
謝謝,
約瑟夫
在我們的 Ubuntu 10.04 上,帶有 php5 的 memcache 支持和執行 memached 服務也沒有 /var/lib/memcache。對我來說,根本不清楚你為什麼要尋找這個目錄。
親切的問候
斯蒂芬