Unable to compile nagios-plugins-1.4.3

Hi all,

this is my first post here.

In the way to update to the lastest nagios-plugins, i got some bugs that i didn’t had with the nagios-plugins-1.4.2

so here i start.

My server environment: Sunos 5.9

I have a pre-configured script to lunch corretly the ./configure command here it is:
the script: compilesh

LD_LIBRARY_PATH="/usr/local/lib:/usr/local/ssl/lib"
export LD_LIBRARY_PATH
LDFLAGS="-L/usr/local/lib -L/usr/local/ssl/lib -R/usr/local/ssl/libs"
export LDFLAGS
CPPFLAGS="-I/usr/local/include"
export CPPFLAGS
./configure --with-openssl=/usr/local/ssl --with-mysql=/opt/sfw/mysql

It works very well with version 1.4.2 and prior but on the version 1.4.3, the configure script doesn’t write the " Makefile " so i can’t build the package.

If i only use the ./configure command, it’s okay but i need to add the support of mysql. The problem might be there?

For some reason the 1.4.3 package has more problems on Solaris.

Could you try downloading and compiling the nightly CVS export? That one seems to work better…

where can i find the nightly cvs export ? i do not have access to the internet with the cvs protocol…

I admit that it’s a bit of a bitch finding the snapshot :slight_smile:

Here you go -> nagiosplug.sourceforge.net/snapshot/