sudo pecl install apc returns error

前端 未结 6 1901
隐瞒了意图╮
隐瞒了意图╮ 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:36

    PCRE is a dependency for installing APC. You can install it pretty quick with

    yum install pcre-devel or apt-get install libpcre3-dev

    once it's installed, re-run

    sudo pecl install apc

提交回复
热议问题