Trying to build FR 4.0 on This flavour of Ubuntu and I get root@prodn2:/usr/local/src/freeradius-server-4.0.x# make scripts/boiler.mk:628: src/modules/rlm_lua/rlm_lua.mk: No such file or directory scripts/boiler.mk:628: src/modules/rlm_lua/libfreeradius-lua.mk: No such file or directory make: *** No rule to make target 'src/modules/rlm_lua/libfreeradius-lua.mk'. Stop. What do I need to install to get a bit further? A
Trying to build FR 4.0 on This flavour of Ubuntu and I get
root@prodn2:/usr/local/src/freeradius-server-4.0.x# make scripts/boiler.mk:628: src/modules/rlm_lua/rlm_lua.mk: No such file or directory scripts/boiler.mk:628: src/modules/rlm_lua/libfreeradius-lua.mk: No such file or directory make: *** No rule to make target 'src/modules/rlm_lua/libfreeradius-lua.mk'. Stop.
What do I need to install to get a bit further?
Most likely the lua-devel packages. This email is confidential and may be subject to privilege. If you are not the intended recipient, please do not copy or disclose its content but contact the sender immediately upon receipt.
tried apt-get install lua5.2 apt-get install liblua5.2-dev Still got scripts/boiler.mk:628: src/modules/rlm_lua/rlm_lua.mk: No such file or directory scripts/boiler.mk:628: src/modules/rlm_lua/libfreeradius-lua.mk: No such file or directory make: *** No rule to make target 'src/modules/rlm_lua/libfreeradius-lua.mk'. Stop. On 21 November 2016 at 16:23, Joaquin Alzola <Joaquin.Alzola@lebara.com> wrote:
Trying to build FR 4.0 on This flavour of Ubuntu and I get
root@prodn2:/usr/local/src/freeradius-server-4.0.x# make scripts/boiler.mk:628: src/modules/rlm_lua/rlm_lua.mk: No such file or directory scripts/boiler.mk:628: src/modules/rlm_lua/libfreeradius-lua.mk: No such file or directory make: *** No rule to make target 'src/modules/rlm_lua/libfreera dius-lua.mk'. Stop.
What do I need to install to get a bit further?
Most likely the lua-devel packages.
This email is confidential and may be subject to privilege. If you are not the intended recipient, please do not copy or disclose its content but contact the sender immediately upon receipt.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/ list/users.html
but if I cd'd into the src/modules//// lua directory and ran ./configure by hand, then back to root of 4.0 tree at least I could run a make and get to the state where I can run a make ; make install A On 21 November 2016 at 16:38, Alex Sharaz <alex.sharaz@york.ac.uk> wrote:
tried apt-get install lua5.2 apt-get install liblua5.2-dev
Still got scripts/boiler.mk:628: src/modules/rlm_lua/rlm_lua.mk: No such file or directory scripts/boiler.mk:628: src/modules/rlm_lua/libfreeradius-lua.mk: No such file or directory make: *** No rule to make target 'src/modules/rlm_lua/libfreeradius-lua.mk'. Stop.
On 21 November 2016 at 16:23, Joaquin Alzola <Joaquin.Alzola@lebara.com> wrote:
Trying to build FR 4.0 on This flavour of Ubuntu and I get
root@prodn2:/usr/local/src/freeradius-server-4.0.x# make scripts/boiler.mk:628: src/modules/rlm_lua/rlm_lua.mk: No such file or directory scripts/boiler.mk:628: src/modules/rlm_lua/libfreeradius-lua.mk: No such file or directory make: *** No rule to make target 'src/modules/rlm_lua/libfreera dius-lua.mk'. Stop.
What do I need to install to get a bit further?
Most likely the lua-devel packages.
This email is confidential and may be subject to privilege. If you are not the intended recipient, please do not copy or disclose its content but contact the sender immediately upon receipt.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list /users.html
Am running 3.0.12 in prodn, built 3.1.x as a playtoy thing, then thought that as there wasn't much dev going on for 3.1 I'd try 4.0, again, just as playtoy. .... think I'll go back to 3.0.12 A On 21 November 2016 at 16:42, Alex Sharaz <alex.sharaz@york.ac.uk> wrote:
but if I cd'd into the src/modules//// lua directory and ran ./configure by hand, then back to root of 4.0 tree at least I could run a make and get to the state where I can run a make ; make install
A
On 21 November 2016 at 16:38, Alex Sharaz <alex.sharaz@york.ac.uk> wrote:
tried apt-get install lua5.2 apt-get install liblua5.2-dev
Still got scripts/boiler.mk:628: src/modules/rlm_lua/rlm_lua.mk: No such file or directory scripts/boiler.mk:628: src/modules/rlm_lua/libfreeradius-lua.mk: No such file or directory make: *** No rule to make target 'src/modules/rlm_lua/libfreera dius-lua.mk'. Stop.
On 21 November 2016 at 16:23, Joaquin Alzola <Joaquin.Alzola@lebara.com> wrote:
Trying to build FR 4.0 on This flavour of Ubuntu and I get
root@prodn2:/usr/local/src/freeradius-server-4.0.x# make scripts/boiler.mk:628: src/modules/rlm_lua/rlm_lua.mk: No such file or directory scripts/boiler.mk:628: src/modules/rlm_lua/libfreeradius-lua.mk: No such file or directory make: *** No rule to make target 'src/modules/rlm_lua/libfreera dius-lua.mk'. Stop.
What do I need to install to get a bit further?
Most likely the lua-devel packages.
This email is confidential and may be subject to privilege. If you are not the intended recipient, please do not copy or disclose its content but contact the sender immediately upon receipt.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list /users.html
tried apt-get install lua5.2 apt-get install liblua5.2-dev
Still got scripts/boiler.mk:628: src/modules/rlm_lua/rlm_lua.mk: No such file or directory scripts/boiler.mk:628: src/modules/rlm_lua/libfreeradius-lua.mk: No such file or directory make: *** No rule to make target 'src/modules/rlm_lua/libfreeradius-lua.mk'. Stop.
Try to also: make clean And rerun again: ./configure This email is confidential and may be subject to privilege. If you are not the intended recipient, please do not copy or disclose its content but contact the sender immediately upon receipt.
On Nov 21, 2016, at 11:20 AM, Alex Sharaz <alex.sharaz@york.ac.uk> wrote:
Trying to build FR 4.0 on This flavour of Ubuntu and I get
The short answer is "don't use 4.0". At least until January. We're working on re-architecting large portions of it. If you need a RADIUS server, use v3.0.12. If you need a bit more functionality, use the v3.1.x branch from github. At this point, there are few reasons to use v4. Especially while it's still in development.
root@prodn2:/usr/local/src/freeradius-server-4.0.x# make scripts/boiler.mk:628: src/modules/rlm_lua/rlm_lua.mk: No such file or directory scripts/boiler.mk:628: src/modules/rlm_lua/libfreeradius-lua.mk: No such file or directory make: *** No rule to make target 'src/modules/rlm_lua/libfreeradius-lua.mk'. Stop.
What do I need to install to get a bit further?
Nothing. Just re-run "configure". Alan DeKok.
participants (3)
-
Alan DeKok -
Alex Sharaz -
Joaquin Alzola