On 6 Dec 2012, at 12:55, Alan Buxey <A.L.M.Buxey@LBORO.AC.UK> wrote:
hi,
using latest GIT HEAD 3.x pull
with boilermake , then install....
# service radiusd start Starting radiusd: /usr/sbin/radiusd: error while loading shared libraries: build/lib/.libs/rlm_acctlog.so: cannot open shared object file: No such file or directory [FAILED]
running from the build directory radiusd -fxx -l stdout - works.
running whilst in another directory (eg top level or root home)
# radiusd -fxx -l stdout radiusd: error while loading shared libraries: build/lib/.libs/rlm_acctlog.so: cannot open shared object file: No such file or directory
*sigh* Could you try editing this file: https://github.com/FreeRADIUS/freeradius-server/blob/master/src/main/radiusd... And removing "$(filter rlm_%,${ALL_TGTS})" -Arran