On Oct 20, 2016, at 8:17 AM, Martin Pauly <pauly@hrz.uni-marburg.de> wrote:
#2 is this:
dh_install --sourcedir=/root/freeradius-server-3.0.12/debian/tmp -p freeradius-memcached install -d debian/freeradius-memcached//usr/lib/freeradius cp -a debian/tmp/usr/lib/freeradius/rlm_cache_memcached.so debian/freeradius-memcached//usr/lib/freeradius/ cp: cannot stat debian/tmp/usr/lib/freeradius/rlm_cache_memcached.so: No such file or directory dh_install: cp -a debian/tmp/usr/lib/freeradius/rlm_cache_memcached.so debian/freeradius-memcached//usr/lib/freeradius/ returned exit code 1 debian/rules:148: recipe for target 'install-arch' failed
in a quick search, I could find no hint as where things go wrong,
You probably didn't install the libmemcached-dev package. When you do a normal configure / make on that system, does it build rlm_cache_memcached? If not, the configure / make output will tell you why. Alan DeKok.