Just as the title says. I need my memcache.so to put it in the php.ini, but I cannot find it after installing it with package manager yum install memcached.
Anyone please help me.
Thanks
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.
I don’t think memcached RPM includes php extension, or centos doesn’t maintain the extension. You may need to install it manually:
If you are using XAMPP(Linux), you need to install xampp-linux-devel and use
phpizein/opt/lampp/bin/. If you haven’t installed devel files of Xampp yet, first you need to isntall XAMPP-devel package(expecting your XMAPP version is 1.7.7):Then try the same installation but use
/opt/lampp/bin/phpizeinstead ofphpizeHope this helps!