sudo pecl install apc returns error

前端 未结 6 1899
隐瞒了意图╮
隐瞒了意图╮ 2020-12-14 14:25

I run the command: sudo pecl install apc

The file gets downloaded, the configuration succeeds, then make is launched and I get the followin

6条回答
  •  爱一瞬间的悲伤
    2020-12-14 14:29

    What version of PHP?

    For a while, some months ago, I had trouble installing APC, and could only make it work with pecl install apc-beta

    If you're not dealing with a production system, you might try that.

提交回复
热议问题