Re: [Nagios-devel] Patch for NDOUtils 1.4b2 with RHEL4 64-bit and

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

Re: [Nagios-devel] Patch for NDOUtils 1.4b2 with RHEL4 64-bit and

Post by Guest »

Alex Burger wrote:
>
> When using ./configure on RHEL4 64bit, I was getting:
>
> *** MySQL library could not be located... **************************
>
> Using ./configure --with-mysql-lib=/usr/lib/mysql didn't work because
> there is a bug in configure. Attached is a patch.
>
> Alex
>
>
>
>
> ------------------------------------------------------------------------
>
> --- configure.old 2007-01-19 15:34:39.000000000 -0500
> +++ configure 2007-04-06 17:44:37.000000000 -0400
> @@ -5897,8 +5897,7 @@
> DBLDFLAGS="-L${withval}"
> LD_RUN_PATH="${withval}${LD_RUN_PATH:+:}${LD_RUN_PATH}"
>
> -fi;
> -if test "x$withval" != "xno" ; then
> +else
> DBLDFLAGS="$LDFLAGS -L/usr/lib/mysql"
> fi
>
>

Thanks - patch will be in CVS shortly...



Ethan Galstad,
Nagios Developer
---
Email: [email protected]
Website: http://www.nagios.org





This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
Locked