Thread: install problem
View Single Post
  #5  
Old 26th January 2015, 21:32
Zuby's Avatar
Zuby Zuby is offline
Senior Member
 
Join Date: Sep 2009
P2P
Posts: 101
Default
if u don't know anything about php... please stop now. This world is full of private trackers. Sit down, learn about p2p then you can go with your tracker.
That's my oppinion.

Code:
sudo apt-get update
Code:
sudo apt-get install php5-memcache
Code:
sudo apt-get install memcached
Code:
sudo apt-get install php-pear
Code:
sudo apt-get install build-essential
Code:
sudo pecl install memcache
Code:
echo "extension=memcache.so" | sudo tee /etc/php5/conf.d/memcache.ini
and final .. to check if memcache is working fine ..
Code:
ps aux | grep memcache
OS Ubuntu... if you want for centos based .. i will tech too
Reply With Quote
The Following User Says Thank You to Zuby For This Useful Post:
roland22 (26th January 2015)