[Nagiosplug-devel] [ nagiosplug-Bugs-1482840 ] check_radius from 1.4.3 fails to build

SourceForge.net noreply at sourceforge.net
Tue May 30 02:39:07 CEST 2006


Bugs item #1482840, was opened at 2006-05-06 03:29
Message generated for change (Comment added) made by tonvoon
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=1482840&group_id=29880

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Compilation
Group: Release (specify)
>Status: Pending
>Resolution: Fixed
Priority: 5
Submitted By: Holger Weiss (hweiss)
>Assigned to: Ton Voon (tonvoon)
Summary: check_radius from 1.4.3 fails to build

Initial Comment:
check_radius from the 1.4.3 release fails to build on
Debian Sarge (the 1.4.2 release works fine):

/bin/sh ../libtool --mode=link --tag=CC gcc -Wall -g
-O2  -L. -o check_radius  check_radius.o netutils.o
utils.o ../lib/libnagiosplug.a ../lib/libcoreutils.a 
-lnsl -lresolv -lradiusclient -lssl -lcrypto 
gcc -Wall -g -O2 -o .libs/check_radius check_radius.o
netutils.o utils.o 
-L/server/nagios/src/nagios-plugins-1.4.3/plugins
../lib/libnagiosplug.a ../lib/libcoreutils.a -lresolv
/usr/lib/gcc-lib/i486-linux/3.3.5/../../..//.libs/libradiusclient.so
-lcrypt -lnsl -lssl -lcrypto
gcc:
/usr/lib/gcc-lib/i486-linux/3.3.5/../../..//.libs/libradiusclient.so:
No such file or directory
make[3]: *** [check_radius] Error 1

Manually building check_radius by replacing the broken
path to libradiusclient.so with "-lradiusclient" works
fine.

----------------------------------------------------------------------

>Comment By: Ton Voon (tonvoon)
Date: 2006-05-30 10:38

Message:
Logged In: YES 
user_id=664364

Holger,

Thanks for the report. We've updated libtool so this fixes it on my Debian 
system. Can you try the snapshot please at http://nagiosplug.sf.net/snapshot.

I've marked the call into pending - please reopen if it is still a problem.

Ton

----------------------------------------------------------------------

Comment By: M. Sean Finney (seanius)
Date: 2006-05-26 16:46

Message:
Logged In: YES 
user_id=226838

hey holger,

i'm being bitten by this too.  afaict this problem has to do
with the recently introduced libtool support, but this is a
bit outside of my area of understanding.  it seems like
libtool is introducing a '.libs' directory in between the
actual directory and location of the radiusclient library. 
i can't tell why exactly.

i can verify, however, that if you comment out the
AC_PROG_LIBTOOL macro in configure.in and rebuild configure,
everything compiles successfully, so i thought i'd share
that with you :)

now, i wonder if anyone else on the list knows what's going
on here...

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=1482840&group_id=29880




More information about the Devel mailing list