ClaireTan0216 / memcached

Automatically exported from code.google.com/p/memcached
0 stars 0 forks source link

Upgrade from 1.4.5 to 1.4.20 #378

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Uninstalled 1.4.5 using make uninstall command. Installed 1.4.20 using make 
install, but when checking the version using memcached -h, version comes up as 
1.4.4 instead of 1.4.20. We don't even see this installation anywhere.

What version of the product are you using? On what operating system?
Redhat Linux

Original issue reported on code.google.com by swethaay...@gmail.com on 8 Oct 2014 at 6:29

GoogleCodeExporter commented 9 years ago
you have another version of memcached installed.

This isn't a bug in memcached, please ask redhat or linux support channels for 
how to manage installed software.

`which memcached` will tell you the location of the one you're calling, which 
probably isn't where "make install" put your new one.

Original comment by dorma...@rydia.net on 8 Oct 2014 at 7:38

GoogleCodeExporter commented 9 years ago
"which memcached" returns the value as "/usr/lib/memcached"

./configure command was run with out any --prefix, so the installation would 
happen in /usr/local".

Could that be the problem? If yes can you please help us in uninstalling this 
old 1.4.4 version.

Original comment by swethaay...@gmail.com on 8 Oct 2014 at 8:04

GoogleCodeExporter commented 9 years ago
no, sorry. please ask for help in redhat support channels.

Original comment by dorma...@rydia.net on 8 Oct 2014 at 8:31