Installation failure during make and general confusion

Arran Cudbard-Bell a.cudbardb at freeradius.org
Wed Jul 19 13:41:05 CEST 2017


> On 19 Jul 2017, at 07:31, Mathieu Devos <mathieu.devos at 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


More information about the Freeradius-Users mailing list