pecl install apc isn't working. shtool does not exist

后端 未结 2 607
-上瘾入骨i
-上瘾入骨i 2021-02-01 06:21

I am an absolute newbie…didn\'t learn about SSh till an hour ago and got my first VPS 2 hours ago. Still learning!

So I\'m installing MediaWiki and need to add APC exten

2条回答
  •  渐次进展
    2021-02-01 07:09

    Remove noexec flag from /var/tmp directory use the following command

    mount -o remount,exec /var/tmp/

    You can use the same command to add the noexec flag back

    mount -o remount,noexec /var/tmp/

提交回复
热议问题