Ben başarıyla "memcache" uzantısı yüklü olabilir ama ben sorun PECL'de "memcached" PHP uzantısı yüklerken yaşıyorum. (Onlar ayrı PHP uzantıları vardır.)
Örneğin, bu komutlar tamam çalışır:
$ sudo pecl install memcache
$ sudo pecl install APC
$ sudo pecl install oauth
Ancak, memcached yüklemeye çalışırken hata neden olur:
$ sudo pecl install memcached
...
ld: library not found for -lmemcached
collect2: ld returned 1 exit status
make: *** [memcached.la] Error 1
ERROR: `make' failed
Ben yeni bir Intel Mac Pecl, memcached ve Mac Limanlarından libmemcached (macports.org) kullanıyorum. Libmemcached kütüphaneleri yerel / opt / bulunabilir:
/opt/local/include/libmemcached
/opt/local/include/libmemcached/libmemcached_config.h
/opt/local/lib/libmemcached.2.0.0.dylib
/opt/local/lib/libmemcached.2.dylib
/opt/local/lib/libmemcached.a
/opt/local/lib/libmemcached.dylib
/opt/local/lib/libmemcached.la
Ben yanlış yapıyor olabilir Herhangi bir fikir ne?