freeradius-server
freeradius-server copied to clipboard
./configure --without-libfreeradius-json has no effect
As suggested by the ./configure output:
configure: WARNING: json-c libraries not found. Use --with-jsonc-lib-dir=
I set ./configure --prefix=/usr/local/freeradius
...
--without-libfreeradius-json
but ./configure continues to error out with the same:
configure: WARNING: json-c libraries not found. Use --with-jsonc-lib-dir=
src/modules/rlm_redis/configure has the same issue
you havent installed the freeradius sql package your distro provides separately I'd guess - eg freeradius-sql or such. please use the users mailing list for further questions.
On 9 February 2017 at 07:49, stevejohn82 [email protected] wrote:
Hello i am finding it deep trouble configuring coova chilli with freeradiaus2 , I have installed chap modules, free radius , sql and common packages to work, but after a landing page when i enter username and password i am stuck to a waiting message
my radius debug gives me : Could not link driver rlm_sql_mysql: file not found Error: Make sure it (and all its dependent libraries!) are in the search path of your system's ld. although driver is present is usr/lib/freeradius2
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/FreeRADIUS/freeradius-server/issues/1791#issuecomment-278570492, or mute the thread https://github.com/notifications/unsubscribe-auth/ACE-VZEPZiHN3YcF67XBNRB4gU4JwHBIks5rasUOgaJpZM4KYBDd .
It looks like autoconf doesn't handle "-" in module names.