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?