Install PECL modules without the prompts

前端 未结 3 1145
滥情空心
滥情空心 2021-01-30 04:49

I just installed PHP on Ubuntu Natty from source.

I\'m trying to use PECL to install additional modules like APC and Memcache. I\'m using something like this:

         


        
3条回答
  •  感动是毒
    2021-01-30 05:28

    The following code seems to work ok:

    printf "\n" | pecl install apc
    

    You can also replace apc with any other PECL package.

    Cheers.

提交回复
热议问题