View Single Post
  #5  
Old 12th April 2009, 00:19
Fynnon's Avatar
Fynnon Fynnon is offline
xxx
 
Join Date: Nov 2007
P2P
Posts: 984
Default
Yup, VPS or dedicated server only for this tracker...i used a vps to install memcached successfully using this tutorial:

If you have tried YUM and APT-GET and still could not install the memcache then read on. When we talk about Memcache their two things that needs to be installed
  1. Memcache Daemon know as memcached, and
  2. Memcache client for your programing language, in this case PHP.

Installing Memcache Daemon

Steps to install Libevent(memcached dependency)

[LIST=1][*]First we need to check if libevent is installed or not?
  1. type whereis libevent on shell.
[*]If you don
Reply With Quote