我刚在Mac OS上安装了memcached。它完美安装,当我在终端中输入memcached时,我得到了这个:
failed to listen on TCP port 11211 tcp
listen: Address already in use
我的localhost中有一个包含以下内容的脚本:
$memcache = new Memcache();
But I get an error thrown saying Fatal error: Class 'Memcache' not found.
如何让memcached工作,是因为没有收听端口11211,这可能不会使memcached工作?
当我sudo pecl install memcache
显示
已安装pecl / memcache,与已发布的2.2.7版安装失败相同