这篇文章主要介绍了linux下安装php的memcached客户端的步骤,需要的朋友可以参考下
下面将介绍安装php的memcached客户端安装步骤
1、下载安装libmemcached客户端
官网地址:
$wget -c https://launchpad.net/libmemcached/1.0/1.0.16/+download/libmemcached-1.0.16.tar.gz #亲 千万不要下载1.0.17哦 有bug $tar -zxvf libmemcached-1.0.16.tar.gz $cd libmemcached-1.0.16 $./configure --prefix=/usr/local/libmemcached --with-memcached $sudo make $sudo make install
2、下载安装memcached
官网地址:
$wget -c $tar -zxvf memcached-2.2.0b1.tgz $cd memcached-2.2.0b1 $sudo /usr/local/php/bin/phpize $./configure --enable-memcached --with-php-config=/usr/local/php/bin/php-config --with-libmemcached-dir=/usr/local/libmemcached --disabled-memcached-sasl $sudo make $sudo make install
3、重启php nginx
$sudo /etc/init.d/nginx restart $sudo /etc/init.d/php restart
注:如何编写重启nginx和php脚本 参考
php启动脚本
nginx启动脚本
4、检查是否安装成功
phpinfo()函数 如果出现如下 则说明安装成功

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

SublimeText3 English version
Recommended: Win version, supports code prompts!

Atom editor mac version download
The most popular open source editor

Notepad++7.3.1
Easy-to-use and free code editor

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.
