Matthew Newton wrote:
Build & install all now seems to work great.
<whew>
(As usual after a tedious configure) 5.4 second build here. I'm still amazed at that :)
Using modern build tools helps a lot.
The debian package builds now builds, too (much slower, it's serial make), but it's getting a library path wrong somewhere
<shrug> The simplest way to fix that is to delete the old build system.
# /usr/sbin/freeradius /usr/sbin/freeradius: error while loading shared libraries: build/lib/relink/.libs/rlm_acctlog.so: cannot open shared object file: No such file or directory
It's installing the wrong binary. i.e. the one built with the new build system, *and* it's linking to the libraries in the build tree, not the ones in the installed directory. Alan DeKok.