Thread: install problem
View Single Post
  #10  
Old 28th January 2015, 04:24
autotron autotron is offline
Senior Member
 
Join Date: Apr 2008
Canada
Posts: 29
Default
Quote:
Originally Posted by Zuby View Post
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
you do not need steps 4 5 and 6 lol, why waste time doing it twice. and no i dont buy the reason to make sure its installed
Reply With Quote