boilermake not quite right still
Arran Cudbard-Bell
a.cudbardb at freeradius.org
Thu Dec 6 18:27:04 CET 2012
On 6 Dec 2012, at 12:55, Alan Buxey <A.L.M.Buxey at 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.mk#L15
And removing "$(filter rlm_%,${ALL_TGTS})"
-Arran
More information about the Freeradius-Devel
mailing list