Take the 2-minute tour ×
Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.

I tried running yum install php on my centos box however it kept installing an older version. Therefore I installed apache 2.4 and php 5.4 from source. However, I'm not sure how to install the libphp5.so in my apache configuration. I can't find that file anywhere where I downloaded this. Any ideas how to proceed?

share|improve this question
1  
It would be helpful to see what commands you used to build both apache 2.4 and php 5.4 This QA from SO might be helpful: stackoverflow.com/a/8393778/297629 . Alternatively, you might consider using yum repositories that provide newer versions of apache and php: unix.stackexchange.com/a/121012/4252 –  KM. Jun 7 at 22:52

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.