I am trying to enable pcntl on my php on centos. I see I am suppose to do a ./configure make build but have not ever done it. Could someone give me some direction?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you want/need to compile PHP by yourself, you might want to take a look at Apache 2.0 on Unix systems : the process is not too complex, but it can take some time (say between one and two hours) if it’s your firt time.
If you have more specific questions, don’t hesitate to ask 🙂
As you are using a distribution that provides RPM, though, one question comes to my mind : is there no RPM providing the pcntl extension, that you could use instead of re-compiling yourself ?
(I don’t have a CentOS machine to test, sorry)