freeradius-server icon indicating copy to clipboard operation
freeradius-server copied to clipboard

./configure --without-libfreeradius-json has no effect

Open vollkommenheit opened this issue 9 years ago • 3 comments

As suggested by the ./configure output:

configure: WARNING: json-c libraries not found. Use --with-jsonc-lib-dir=. configure: error: set --without-libfreeradius-json to disable it explicitly. configure: error: ./configure failed for src/modules/rlm_json

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=. configure: error: set --without-libfreeradius-json to disable it explicitly. configure: error: ./configure failed for src/modules/rlm_json

vollkommenheit avatar Oct 16 '16 16:10 vollkommenheit

src/modules/rlm_redis/configure has the same issue

vollkommenheit avatar Oct 19 '16 23:10 vollkommenheit

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 .

alanbuxey avatar Feb 09 '17 22:02 alanbuxey

It looks like autoconf doesn't handle "-" in module names.

alandekok avatar Jun 04 '17 20:06 alandekok