When you use libtool to compile a program and call libmemcached. So, a warning is given.
Libtool: Link: Warning: libmemcached. La seems to be moved
The reason for this is that the libmemcached. La file has been updated and the specified path has changed. You only need to manually change it back.
If the library path is specified as libdir = '/usr/local/lib'
Explanations of problems encountered by others
Http://archives.devshed.com/forums/development-94/libtool-link-warning-libexpat-la-seems-to-be-moved-1957466.html
FYI, those. La files are textfiles that describe where a library expects to be
Installed, what other libs it depends on etc. The warning means that
Library was moved to a different place than the one it expected to be,
Possibly causing it to not function or not function properly.
Lastly, you can install subversion from source without any root privileges
All, the only thing you need is to pass e.g .'~ /SVN-install'
Configure and adapt a few things like path and LD_LIBRARY_PATH. This helps
Keeping this install from affecting other stuff on the system. In fact that
Is a feature of autotools, so every program that comes with a configure
Script shoshould be installable like that.