On Mon, Nov 05, 2012 at 05:07:16PM -0800, Sam Moore wrote:
> Hi all.
> I'm trying to get my memcached, currently at 1.4.2, updated to 1.4.15.
> I'm on Ubuntu 10.04 LTS.
> I've downloaded and compiled the source (compiling libevent along the way), 
> and the usual ./configure - make - make install seems to have run fine.
> However when I stop and restart the process, stats is still reporting the 
> memcached version as 1.4.2
> 
> I'm not sure what to do next... any ideas appreciated.
> And of course I can supply details as requested.
> 
> Cheers, and thanks for a great piece of software.

Have you installed Debian package? Default installation prefix is
/usr/local/ , whereas Debian package is installed under /usr/
so, if you installed a newer version from source, maybe you should
remove the Debian package, use:
$ sudo apt-get purge memcached

Reply via email to