安装:
yum install gcc tcl -y
http://download.redis.io/redis-stable.tar.gz
tar -xvzf redis-stable.tar.gz
cd redis-stable
make && make install
cd utils
./install_server.sh
指定路径:/usr/local/bin/redi
...
PHP
下载 :
wget php-5.4.7.tar.gz
安装 :
tar -zxvf php-5.4.7.tar.gz
cd php-5.4.7
./configure --prefix=/root/web/php/ --enable-fpm --with-config-file-path=/root/web/php/etc
make
make test
make install
配置
...
wget http://www.thekelleys.org.uk/dnsmasq/dnsmasq-2.79.tar.gz
yum -y install gcc
tar -zxvf dnsmasq-2.79.tar.gz
cd dnsmasq-2.79
make install
ln -s /usr/local/sbin/dnsmasq /usr/sbin/dnsmasq
vi /usr/li
...
最新评论