Page 1 of 1

Re: [Nagios-devel] Etiquette for reporting problems on CVS source

Posted: Thu May 16, 2002 5:53 pm
by Guest
As long as you don't come beating down my door, I'm okay with bug
reports. :-) Thanks for the note - I wrapped things up too quickly
last night without testing. Should be fixed in CVS now.

On 16 May 2002 at 17:46, Adams, Gavin wrote:

> Hi Ethan et al,
>
> I'm unsure what the process is for commenting on bugs found in CVS
> releases of Nagios. Please excuse me if I'm out of bounds here. Anyway,
>
> I d'l the CVS of Nagios today and attempted to make the package with
> MySQL support. However, the Makefile, while including -L/usr/lib/mysql,
> is not including the "-lmysqlclient" bit. Here is the relevant Makefile
> from 1.0b1:
>
> Makefile (1.01b):
> .
> CC=gcc
> CFLAGS=-g -O2 -I/usr/include/mysql -DHAVE_CONFIG_H
> LDFLAGS= -L/usr/lib/mysql -lmysqlclient
>
> prefix=/usr/local/nagios
> .
>
> Makefile (CVS):
>
> CC=gcc
> CFLAGS=-g -O2 -I/usr/include/mysql -DHAVE_CONFIG_H
> LDFLAGS= -L/usr/lib/mysql
>
>
> Both of these were created with the following ./configure line (and both
> source trees are on the same system):
>
> ./configure --with-mysql-lib=/usr/lib/mysql
> --with-mysql-inc=/usr/include/mysql
> --with-mysql-xdata --with-template-objects --with-template-extinfo
>
> One possible error I did find was in configure, on line 424. The test is
> for postgresql, but the variable is $MYSQLFOUND. Changing this to
> $PGSQLFOUND made no difference.
>
> I'm not strong on the usage of ./configure, so debugging this is prolly
> beyond me. Hope this helps determine where the error is.
>
> Cheers,
>
>
> --- Gavin Adams
>
>
> --- Gavin Adams
> Promisant (USA) Inc.
> O: +1.404.262.7321 M: +1.404.213.5539
>
>
> _______________________________________________________________
>
> Have big pipes? SourceForge.net is looking for download mirrors. We supply
> the hardware. You get the recognition. Email Us: bandwidth@sourceforge.net
> _______________________________________________
> Nagios-devel mailing list
> Nagios-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/lis ... gios-devel
>



Ethan Galstad,
Nagios Developer
---
Email: nagios@nagios.org
Website: http://www.nagios.org






This post was automatically imported from historical nagios-devel mailing list archives
Original poster: nagios@nagios.org