<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2963" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>hi </FONT></DIV>
<DIV><FONT face=Arial size=2>i have some problem in installing plugin in 
linux</FONT></DIV>
<DIV><FONT face=Arial size=2>i did following procedure .i followed reademe txt 
file in source directory of plugin</FONT></DIV>
<DIV><FONT face=Arial size=2>cd to /root/plugi-1.4.4</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>./configure --prefix=/usr/local/nagios</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>after executing above command i executed make and 
make install command it is giving some mysql errors.in my system already mysql 
is been installed</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:97: error: 
`CR_UNKNOWN_HOST' undeclared (first use in this function)</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:99: error: 
`CR_VERSION_ERROR' undeclared (first use in this function)</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:101: error: 
`CR_OUT_OF_MEMORY' undeclared (first use in this function)</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:103: error: 
`CR_IPSOCK_ERROR' undeclared (first use in this function)</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:105: error: 
`CR_SOCKET_CREATE_ERROR' undeclared (first use in this function)</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:112: warning: 
passing arg 1 of `strlen' makes pointer from integer without a cast</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:112: warning: 
passing arg 2 of `memcpy' makes pointer from integer without a cast</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:112: warning: 
passing arg 1 of `__strdup' makes pointer from integer without a cast</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:116: error: 
`CR_SERVER_GONE_ERROR' undeclared (first use in this function)</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:118: error: 
`CR_SERVER_LOST' undeclared (first use in this function)</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:120: error: 
`CR_UNKNOWN_ERROR' undeclared (first use in this function)</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:127: warning: 
passing arg 1 of `strlen' makes pointer from integer without a cast</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:127: warning: 
passing arg 2 of `memcpy' makes pointer from integer without a cast</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:127: warning: 
passing arg 1 of `__strdup' makes pointer from integer without a cast</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:134: warning: 
passing arg 1 of `strlen' makes pointer from integer without a cast</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:134: warning: 
passing arg 2 of `memcpy' makes pointer from integer without a cast</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:134: warning: 
passing arg 1 of `__strdup' makes pointer from integer without a cast</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:146: error: `row' 
undeclared (first use in this function)</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:147: warning: 
passing arg 1 of `strlen' makes pointer from integer without a cast</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:147: warning: 
passing arg 2 of `memcpy' makes pointer from integer without a cast</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:147: warning: 
passing arg 1 of `__strdup' makes pointer from integer without a cast</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:165: error: 
`MYSQL_FIELD' undeclared (first use in this function)</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:165: error: 
`fields' undeclared (first use in this function)</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c: In function 
`print_help':</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:367: error: 
`MYSQL_PORT' undeclared (first use in this function)</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">make[2]: *** 
[check_mysql-check_mysql.o] Error 1</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">make[2]: Leaving directory 
`/root/nagios-plugins-1.4.4/plugins'</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">make[1]: *** [all-recursive] 
Error 1</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">then mv -f 
".deps/check_mysql-check_mysql.Tpo" ".deps/check_mysql-check_mysql.Po"; else rm 
-f ".deps/check_mysql-check_mysql.Tpo"; exit 1; fi</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:51:19: mysql.h: No 
such file or directory</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:52:20: errmsg.h: No 
such file or directory</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:58: error: 
`MYSQL_PORT' undeclared here (not in a function)</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c: In function 
`main':</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:73: error: `MYSQL' 
undeclared (first use in this function)</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:73: error: (Each 
undeclared identifier is reported only once</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:73: error: for each 
function it appears in.)</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:73: error: syntax 
error before "mysql"</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:74: error: 
`MYSQL_RES' undeclared (first use in this function)</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:74: error: `res' 
undeclared (first use in this function)</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:75: error: 
`MYSQL_ROW' undeclared (first use in this function)</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:75: error: syntax 
error before "row"</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:91: error: `mysql' 
undeclared (first use in this function)</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:93: error: 
`MYSQL_READ_DEFAULT_GROUP' undeclared (first use in this function)</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:97: error: 
`CR_UNKNOWN_HOST' undeclared (first use in this function)</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:99: error: 
`CR_VERSION_ERROR' undeclared (first use in this function)</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:101: error: 
`CR_OUT_OF_MEMORY' undeclared (first use in this function)</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:103: error: 
`CR_IPSOCK_ERROR' undeclared (first use in this function)</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:105: error: 
`CR_SOCKET_CREATE_ERROR' undeclared (first use in this function)</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:112: warning: 
passing arg 1 of `strlen' makes pointer from integer without a cast</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:112: warning: 
passing arg 2 of `memcpy' makes pointer from integer without a cast</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:112: warning: 
passing arg 1 of `__strdup' makes pointer from integer without a cast</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:116: error: 
`CR_SERVER_GONE_ERROR' undeclared (first use in this function)</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:118: error: 
`CR_SERVER_LOST' undeclared (first use in this function)</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:120: error: 
`CR_UNKNOWN_ERROR' undeclared (first use in this function)</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:127: warning: 
passing arg 1 of `strlen' makes pointer from integer without a cast</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:127: warning: 
passing arg 2 of `memcpy' makes pointer from integer without a cast</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:127: warning: 
passing arg 1 of `__strdup' makes pointer from integer without a cast</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:134: warning: 
passing arg 1 of `strlen' makes pointer from integer without a cast</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:134: warning: 
passing arg 2 of `memcpy' makes pointer from integer without a cast</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:134: warning: 
passing arg 1 of `__strdup' makes pointer from integer without a cast</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:146: error: `row' 
undeclared (first use in this function)</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:147: warning: 
passing arg 1 of `strlen' makes pointer from integer without a cast</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:147: warning: 
passing arg 2 of `memcpy' makes pointer from integer without a cast</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:147: warning: 
passing arg 1 of `__strdup' makes pointer from integer without a cast</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:165: error: 
`MYSQL_FIELD' undeclared (first use in this function)</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:165: error: 
`fields' undeclared (first use in this function)</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c: In function 
`print_help':</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:367: error: 
`MYSQL_PORT' undeclared (first use in this function)</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">make[2]: *** 
[check_mysql-check_mysql.o] Error 1</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">make[2]: Leaving directory 
`/root/nagios-plugins-1.4.4/plugins'</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">make[1]: *** [all-recursive] 
Error 1</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">make[1]: Leaving directory 
`/root/nagios-plugins-1.4.4'</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">make: *** [all] Error 2</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">[root@nit36 
nagios-plugins-1.4.4]# make install</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">Making install in lib</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">make[1]: Entering directory 
`/root/nagios-plugins-1.4.4/lib'</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">make<SPAN 
style="mso-spacerun: yes">  </SPAN>install-recursive</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">make[2]: Entering directory 
`/root/nagios-plugins-1.4.4/lib'</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">Making install in tests</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">make[3]: Entering directory 
`/root/nagios-plugins-1.4.4/lib/tests'</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">make[4]: Entering directory 
`/root/nagios-plugins-1.4.4/lib/tests'</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">make[4]: Nothing to be done for 
`install-exec-am'.</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">make[4]: Nothing to be done for 
`install-data-am'.</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">make[4]: Leaving directory 
`/root/nagios-plugins-1.4.4/lib/tests'</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">make[3]: Leaving directory 
`/root/nagios-plugins-1.4.4/lib/tests'</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">make[3]: Entering directory 
`/root/nagios-plugins-1.4.4/lib'</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">make[4]: Entering directory 
`/root/nagios-plugins-1.4.4/lib'</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">make[4]: Nothing to be done for 
`install-exec-am'.</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">make[4]: Nothing to be done for 
`install-data-am'.</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">make[4]: Leaving directory 
`/root/nagios-plugins-1.4.4/lib'</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">make[3]: Leaving directory 
`/root/nagios-plugins-1.4.4/lib'</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">make[2]: Leaving directory 
`/root/nagios-plugins-1.4.4/lib'</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">make[1]: Leaving directory 
`/root/nagios-plugins-1.4.4/lib'</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">Making install in plugins</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">make[1]: Entering directory 
`/root/nagios-plugins-1.4.4/plugins'</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">if gcc 
-DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -I.. 
-I../lib -I../intl -I/usr/include/ldap<SPAN style="mso-spacerun: yes">  
</SPAN>-I/usr/include -I/usr/local/mysql/include/mysql<SPAN 
style="mso-spacerun: yes">  </SPAN>-I/usr/local/mysql/include/mysql -g -O2 
-MT check_mysql-check_mysql.o -MD -MP -MF ".deps/check_mysql-check_mysql.Tpo" -c 
-o check_mysql-check_mysql.o `test -f 'check_mysql.c' || echo 
'./'`check_mysql.c; \</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">then mv -f 
".deps/check_mysql-check_mysql.Tpo" ".deps/check_mysql-check_mysql.Po"; else rm 
-f ".deps/check_mysql-check_mysql.Tpo"; exit 1; fi</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:51:19: mysql.h: No 
such file or directory</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:52:20: errmsg.h: No 
such file or directory</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:58: error: 
`MYSQL_PORT' undeclared here (not in a function)</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c: In function 
`main':</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:73: error: `MYSQL' 
undeclared (first use in this function)</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:73: error: (Each 
undeclared identifier is reported only once</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:73: error: for each 
function it appears in.)</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:73: error: syntax 
error before "mysql"</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:74: error: 
`MYSQL_RES' undeclared (first use in this function)</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:74: error: `res' 
undeclared (first use in this function)</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:75: error: 
`MYSQL_ROW' undeclared (first use in this function)</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:75: error: syntax 
error before "row"</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:91: error: `mysql' 
undeclared (first use in this function)</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:93: error: 
`MYSQL_READ_DEFAULT_GROUP' undeclared (first use in this function)</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:97: error: 
`CR_UNKNOWN_HOST' undeclared (first use in this function)</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:99: error: 
`CR_VERSION_ERROR' undeclared (first use in this function)</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:101: error: 
`CR_OUT_OF_MEMORY' undeclared (first use in this function)</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:103: error: 
`CR_IPSOCK_ERROR' undeclared (first use in this function)</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:105: error: 
`CR_SOCKET_CREATE_ERROR' undeclared (first use in this function)</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:112: warning: 
passing arg 1 of `strlen' makes pointer from integer without a cast</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:112: warning: 
passing arg 2 of `memcpy' makes pointer from integer without a cast</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:112: warning: 
passing arg 1 of `__strdup' makes pointer from integer without a cast</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:116: error: 
`CR_SERVER_GONE_ERROR' undeclared (first use in this function)</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:118: error: 
`CR_SERVER_LOST' undeclared (first use in this function)</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:120: error: 
`CR_UNKNOWN_ERROR' undeclared (first use in this function)</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:127: warning: 
passing arg 1 of `strlen' makes pointer from integer without a cast</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:127: warning: 
passing arg 2 of `memcpy' makes pointer from integer without a cast</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:127: warning: 
passing arg 1 of `__strdup' makes pointer from integer without a cast</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:134: warning: 
passing arg 1 of `strlen' makes pointer from integer without a cast</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:134: warning: 
passing arg 2 of `memcpy' makes pointer from integer without a cast</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:134: warning: 
passing arg 1 of `__strdup' makes pointer from integer without a cast</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:146: error: `row' 
undeclared (first use in this function)</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:147: warning: 
passing arg 1 of `strlen' makes pointer from integer without a cast</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:147: warning: 
passing arg 2 of `memcpy' makes pointer from integer without a cast</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:147: warning: 
passing arg 1 of `__strdup' makes pointer from integer without a cast</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:165: error: 
`MYSQL_FIELD' undeclared (first use in this function)</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:165: error: 
`fields' undeclared (first use in this function)</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c: In function 
`print_help':</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">check_mysql.c:367: error: 
`MYSQL_PORT' undeclared (first use in this function)</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">make[1]: *** 
[check_mysql-check_mysql.o] Error 1</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">make[1]: Leaving directory 
`/root/nagios-plugins-1.4.4/plugins'</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">make: *** [install-recursive] 
Error 1</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt">[root@nit36 
nagios-plugins-1.4.4]#</P>
<P class=MsoNormal style="MARGIN: 0in 0in 0pt"><?xml:namespace prefix = o ns = 
"urn:schemas-microsoft-com:office:office" /><o:p> </o:p></P></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>then it is not creating libexec directory or it is 
not installing any files into /usr/local/nagios it just creating some files into 
/root/nagios-plugin-1.4.4</FONT></DIV>
<DIV><FONT face=Arial size=2>please advice me .</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV></BODY></HTML>