Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
error_log起動時に次の行を示します。
error_log
動的ライブラリ '/usr/lib/php/extensions/no-debug-non-zts-20060613/memcache.so' をロードできません - (null) 行 0 の不明
ファイルが存在し、適切にコンパイルされました。PHP のバージョンは 5.2.6 です。数時間グーグルで調べた後、いくつかの同様の問題を見つけることができましたが、解決策はありませんでした。
これを処理する最も簡単な方法は、MacPortsを介してmemcacheを使用してPHPを5.2.8に更新することであることが判明しました。現在、すべてが正常に機能しています。