can't install php-devel on centos

后端 未结 9 1127
天涯浪人
天涯浪人 2020-12-08 22:03

I need help with installation of php-devel (I need it, cause it has phpize, which is necessary to install eAccelerator). But when I try to install php-devel with yum i

9条回答
  •  温柔的废话
    2020-12-08 22:26

    If you have php 5.5.x, centos 6.5 64 try this

    yum install php55w-devel
    

    You will need also gcc

    yum install gcc.x86_64
    

提交回复
热议问题