gpt4 book ai didi

php - pecl install apc 不工作。 shtool 不存在

转载 作者:IT王子 更新时间:2023-10-29 00:05:33 26 4
gpt4 key购买 nike

我绝对是个新手……直到一个小时前才了解 SSh,并在 2 小时前获得了我的第一个 VPS。还在学习!

所以我正在安装 MediaWiki 并且需要添加 APC 扩展。但是有点麻烦。有什么想法/提示吗?

[root@www ~]# pecl install apc`
downloading APC-3.1.13.tgz ...
Starting to download APC-3.1.13.tgz (171,591 bytes)
.....................................done: 171,591 bytes
55 source files, building
running: phpize
Configuring for:
PHP Api Version: 20090626
Zend Module Api No: 20090626
Zend Extension Api No: 220090626
shtool at '/var/tmp/APC/build/shtool' does not exist or is not executable.
Make sure that the file exists and is executable and then rerun this script.`

最佳答案

使用以下命令从/var/tmp 目录中删除 noexec 标志

mount -o remount,exec /var/tmp/

您可以使用相同的命令将 noexec 标志添加回来

mount -o remount,noexec /var/tmp/

关于php - pecl install apc 不工作。 shtool 不存在,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15692349/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com