Hi, I've just built and installed 3.0.9 In debug mode, when it fires up I get ..... Mon Jul 20 13:35:39 2015 : Debug: } Mon Jul 20 13:35:39 2015 : Debug: } Mon Jul 20 13:35:39 2015 : Debug: Loading library using absolute path "/usr/local/lib/proto_acct.so " Mon Jul 20 13:35:39 2015 : Debug: Failed with error: /usr/local/lib/proto_acct.so: cannot open shar ed object file: No such file or directory Mon Jul 20 13:35:39 2015 : Debug: Library file not found Mon Jul 20 13:35:39 2015 : Debug: Loading library using linker search path(s) Mon Jul 20 13:35:39 2015 : Debug: Defaults : /lib:/usr/lib Mon Jul 20 13:35:39 2015 : Debug: Failed with error: proto_acct.so: cannot open shared object file: No such file or directory Mon Jul 20 13:35:39 2015 : Debug: listen { ........ and .... Mon Jul 20 13:35:39 2015 : Debug: Loading library using linker search path(s) Mon Jul 20 13:35:39 2015 : Debug: Defaults : /lib:/usr/lib Mon Jul 20 13:35:39 2015 : Debug: Failed with error: proto_auth.so: cannot open shared object file: No such file or directory Mon Jul 20 13:35:39 2015 : Debug: listen { Mon Jul 20 13:35:39 2015 : Debug: type = "auth" Mon Jul 20 13:35:39 2015 : Debug: ipv6addr = :: Mon Jul 20 13:35:39 2015 : Debug: port = 0 Mon Jul 20 13:35:39 2015 : Debug: limit { Mon Jul 20 13:35:39 2015 : Debug: max_connections = 16 Mon Jul 20 13:35:39 2015 : Debug: lifetime = 0 Mon Jul 20 13:35:39 2015 : Debug: idle_timeout = 30 Mon Jul 20 13:35:39 2015 : Debug: } Mon Jul 20 13:35:39 2015 : Debug: } ..... proto_auth.so and proto_acct.so certainly don't exist. Should they? A
On 20 Jul 2015, at 13:52, A.L.M.Buxey@lboro.ac.uk wrote:
Hi,
I've just built and installed 3.0.9
what configure flags? fresh install shows no such error here
just ran ./configure nothing extra However, just remembered that with 3.0.9, what I actually got was root@prodn2:/usr/local/src# cd freeradius-server-3.0.9 root@prodn2:/usr/local/src/freeradius-server-3.0.9# make CC src/modules/rlm_ldap/sasl.c src/modules/rlm_ldap/sasl.c:31:23: fatal error: sasl/sasl.h: No such file or directory #include <sasl/sasl.h> ^ compilation terminated. make: *** [build/objs/src/modules/rlm_ldap/sasl.lo] Error 1 I had to exclude building rlm_ldap before 3.0.9 would build. This is on a digital ocean Ubuntu 14.04 VM. At that point I got the errors about proto_auth and proto_acct. I then went back to 3.0.8 ( deleted raddb, deleted source dir, unpacked 3.0.8 from tar file and built that, again just using ./configure and this time that built o.k. but still get the proto_auth and proto_acct errors. On another VM .. different hosting company, 3.0.9 built just fine and didn't get the sasl.h error. but still get the proto_XXX errors A
alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Downloaded freeradius-server-3.0.9.tar.gz On 20 Jul 2015, at 14:26, Alan DeKok wrote:
On Jul 20, 2015, at 2:38 PM, Alex Sharaz <alex.sharaz@york.ac.uk> wrote:
I've just built and installed 3.0.9
You've probably installed the v3.1.x branch. Don't do that.
Alan DeKok.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
On 20 Jul 2015, at 09:26, Alan DeKok <aland@deployingradius.com> wrote:
On Jul 20, 2015, at 2:38 PM, Alex Sharaz <alex.sharaz@york.ac.uk> wrote:
I've just built and installed 3.0.9
You've probably installed the v3.1.x branch. Don't do that.
and I believe you only get that output with -Xx. Potentially useful for developers, not so good for users. Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS development team FD31 3077 42EC 7FCD 32FE 5EE2 56CF 27F9 30A8 CAA2
Ah! I am running it with -fxxxx A On 20 Jul 2015, at 14:33, Arran Cudbard-Bell wrote:
On 20 Jul 2015, at 09:26, Alan DeKok <aland@deployingradius.com> wrote:
On Jul 20, 2015, at 2:38 PM, Alex Sharaz <alex.sharaz@york.ac.uk> wrote:
I've just built and installed 3.0.9
You've probably installed the v3.1.x branch. Don't do that.
and I believe you only get that output with -Xx.
Potentially useful for developers, not so good for users.
Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS development team
FD31 3077 42EC 7FCD 32FE 5EE2 56CF 27F9 30A8 CAA2
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
On Jul 20, 2015, at 10:50 AM, Arran Cudbard-Bell <a.cudbardb@freeradius.org> wrote:
On Jul 20, 2015, at 10:16 AM, Alex Sharaz <alex.sharaz@york.ac.uk> wrote:
Ah! I am running it with -fxxxx
Fixed the sasl autoconf code to check for sasl/sasl.h. In travis it seems to just be there, somehow, magically, but they're running 12.04.
Install libsasl2-dev and you'll get the header. I'll add it to the list of prerequisites. -Arran
Yup works just fine .... still got the proto_.. messages but now got 3.0.9 at each end. Thx A On 20 Jul 2015, at 15:51, Arran Cudbard-Bell wrote:
On Jul 20, 2015, at 10:50 AM, Arran Cudbard-Bell <a.cudbardb@freeradius.org> wrote:
On Jul 20, 2015, at 10:16 AM, Alex Sharaz <alex.sharaz@york.ac.uk> wrote:
Ah! I am running it with -fxxxx
Fixed the sasl autoconf code to check for sasl/sasl.h. In travis it seems to just be there, somehow, magically, but they're running 12.04.
Install libsasl2-dev and you'll get the header. I'll add it to the list of prerequisites.
-Arran
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (4)
-
A.L.M.Buxey@lboro.ac.uk -
Alan DeKok -
Alex Sharaz -
Arran Cudbard-Bell