What's the URL of the page containing the problem?
http://review-board.org/docs/manual/dev/admin/installation/linux/
What is the expected output? What do you see instead?
Corrected:
libmemcache:
Next you’ll need to install libmemcache.
This may be provided by your distribution. If not, you can install it from
http://people.freebsd.org/~seanc/libmemcache
Download the tarball and do the following:
$ ./configure
$ make
$ make install
cmemcache:
Finally you’ll need to install cmemcache.
This may be provided by your distribution. If not, you can install it from http://gijsbert.org/cmemcache/.
Download the tarball and do the following:
$ sudo python setup.py install
Current:
Next you’ll need to install cmemcache. This may be provided by your distribution. If not, you can
install it from http://gijsbert.org/cmemcache/. Download the tarball and do the following:
$ ./configure --prefix=/usr
$ make
$ make install