[Nagiosplug-devel] [ nagiosplug-Patches-752864 ] configure.in test for radiusclient on Solaris

SourceForge.net noreply at sourceforge.net
Thu Jun 12 14:25:03 CEST 2003


Patches item #752864, was opened at 2003-06-11 12:52
Message generated for change (Comment added) made by kenytt
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: Nobody/Anonymous (nobody)
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 14: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