can't install php-devel on centos

后端 未结 9 1120
天涯浪人
天涯浪人 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:23

    What I did was:

    yum search php53
    

    and it showed the php-devel file to install. Once I did the search and found the correct devel package, I simply copied and pasted the entire name after yum install. I executed

    yum install php53-devel.x86_64
    

    to get it

提交回复
热议问题