前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >【说站】memcached安装失败 提示make: *** No targets specified and no makefile found. Stop.

【说站】memcached安装失败 提示make: *** No targets specified and no makefile found. Stop.

作者头像
很酷的站长
发布2022-11-24 17:42:48
6250
发布2022-11-24 17:42:48
举报
文章被收录于专栏:站长的编程笔记

为了加速WordPress网站,提高访问性能,编程笔记最近也在折腾WP的各种缓存技术,这就涉及到在Linux服务器上安装php扩展memcached。

但编程笔记在Linux宝塔面板安装php扩展memcached的时候出现了提示make: *** No targets specified and no makefile found. Stop.的错误,下面是错误详情:

代码语言:javascript
复制
checking for session includes... /www/server/php/74/include/php
checking for memcached session support... enabled
checking for memcached igbinary support... disabled
checking for memcached msgpack support... disabled
checking for libmemcached location... found version 1.0.18, under /usr/local/libmemcached
checking for libmemcached sasl.h requirement... no
checking whether to enable sasl support... yes
configure: error: no, libmemcached built with sasl disabled. Run configure with --disable-memcached-sasl or update libmemcached with sasl support
make: *** No targets specified and no makefile found. Stop.
Install failed

经查阅各种资料,包括咨询宝塔官方,综合各种资料,以下是make: *** No targets specified and no makefile found. Stop.错误的具体解决办法:

安装扩展包并更新Linux系统

远程登录Linux系统(不会的参考如何远程登录Linux服务器),或者在宝塔面板里面的SSH终端执行以下两条命令:

代码语言:javascript
复制
yum install epel-release -y
代码语言:javascript
复制
yum update
memcached安装失败 提示make: *** No targets specified and no makefile found. Stop.
memcached安装失败 提示make: *** No targets specified and no makefile found. Stop.

注意:如果命令执行过程中一直提示Trying other mirror.Trying other mirror、、、、、这样会导致命令执行不成功,这是因为Linux系统的yum源的问题,请更换yum源,参考本站以下文章:

更换Linux的yum源解决宝塔面板提示Trying other mirror

以上就是宝塔面板安装php扩展memcached安装失败 提示make: *** No targets specified and no makefile found. Stop的具体解决办法。

收藏 | 0点赞 | 0打赏

本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档