On 19 Jul 2017, at 07:31, Mathieu Devos <mathieu.devos@intopalo.com> wrote:
Hi,
Thanks for the quick reply, since only 2.6.x is available on aptitude, I have continued attempting to build it from the git repo. git checkout v3.0.x followed by make clean && ./configure && make && make install -- now runs a whole lot further.
./configure - fully runs, however I had to add --disable-developer because it found the .git repo and straight up assumed I was a dev
Because people who build from git generally are. There are tar balls available to download both from the website and GitHub.
make - fully runs make install - fails on the following line:
make: *** No rule to make target 'src/modules/rlm_lua/example.lua', needed by '/usr/local/etc/raddb/mods-config/lua/example.lua'. Stop.
You have files from the v4.0.x branch in your working directory. Use git clean to remove them. -Arran