[Nagiosplug-devel] [ nagiosplug-Bugs-1482840 ] check_radius from 1.4.3 fails to build
SourceForge.net
noreply at sourceforge.net
Wed Jun 14 04:20:39 CEST 2006
Bugs item #1482840, was opened at 05/05/06 19:29
Message generated for change (Settings changed) made by sf-robot
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: Closed
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: SourceForge Robot (sf-robot)
Date: 06/13/06 19:20
Message:
Logged In: YES
user_id=1312539
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
----------------------------------------------------------------------
Comment By: Ton Voon (tonvoon)
Date: 05/30/06 02: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: 05/26/06 08: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