[Nagiosplug-devel] [ nagiosplug-Patches-752864 ] configure.in test for radiusclient on Solaris
SourceForge.net
noreply at sourceforge.net
Wed Oct 22 21:02:12 CEST 2003
Patches item #752864, was opened at 2003-06-11 15:52
Message generated for change (Settings changed) made by sghosh
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=397599&aid=752864&group_id=29880
Category: Bugfix
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Kenytt Avery (kenytt)
>Assigned to: Subhendu Ghosh (sghosh)
Summary: configure.in test for radiusclient on Solaris
Initial Comment:
The configure script will not find libradiusclient even if it
is present on Solaris because configure's test program
requires libsocket to compile succesfully.
Change line 148 of configure.in from:
AC_CHECK_LIB(radiusclient,rc_read_config)
to:
AC_CHECK_LIB
(radiusclient,rc_read_config,,,$SOCKETLIBS)
----------------------------------------------------------------------
Comment By: Kenytt Avery (kenytt)
Date: 2003-06-12 17:24
Message:
Logged In: YES
user_id=799189
Ok, that was enough to get ./configure to succeed. It
requires a little more work if you want to actually *build*
them.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=397599&aid=752864&group_id=29880
More information about the Devel
mailing list