yum install php-pear* on centos

后端 未结 5 1108
半阙折子戏
半阙折子戏 2020-12-19 08:09

I\'m trying to install pear on my centos.

I\'ve used \"*yum install php-pear**\" to install pear and it seemed to install with success. No errors. I restart my serve

5条回答
  •  一整个雨季
    2020-12-19 08:41

    yum does not rebuild anything. It downloads the necessary software modules and installs it on your machine. Your stock centos php does not have pear pre-compiled, but it will still be able to use pear once you've downloaded your modules.

    If you cannot run pear, make sure you have the executable included in your path, or use "locate" to find it.

提交回复
热议问题