1019: Admin Guide Installation Linux: cmemcache instructions incorrect

magne*****@gmai***** (Google Code) (Is this you? Claim this profile.)
chipx86
chipx86
April 20, 2009
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
chipx86
#1 chipx86
  • +Confirmed
  • +Component-Docs
    +OpSys-Linux
    +Milestone-Release1.0
  • +chipx86
chipx86
#2 chipx86
Fixed in r1913. This will be updated on the site tonight.
  • -Confirmed
    +Fixed