<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.6000.16890" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Verdana color=#0000ff size=2><SPAN class=890073810-07092009>Dear
All,</SPAN></FONT></DIV>
<DIV><FONT face=Verdana color=#0000ff size=2><SPAN
class=890073810-07092009></SPAN></FONT> </DIV>
<DIV><FONT face=Verdana color=#0000ff size=2><SPAN class=890073810-07092009>I m
trying to monitor oracle database hosted on solaris machine. when i try
to configure/compile check_oracle_health plugin I m getting an error
as below...</SPAN></FONT></DIV>
<DIV><FONT face=Verdana color=#0000ff size=2><SPAN
class=890073810-07092009></SPAN></FONT> </DIV>
<DIV><FONT face=Verdana color=#0000ff size=2><SPAN
class=890073810-07092009>Please let me know any work around for this
error.</SPAN></FONT></DIV>
<DIV><FONT face=Verdana color=#0000ff size=2><SPAN
class=890073810-07092009></SPAN></FONT> </DIV>
<DIV><FONT face=Verdana color=#0000ff size=2><SPAN
class=890073810-07092009>Regards,</SPAN></FONT></DIV>
<DIV><FONT face=Verdana color=#0000ff size=2><SPAN
class=890073810-07092009>Chethan M N</SPAN></FONT></DIV>
<DIV><FONT face=Verdana color=#0000ff size=2><SPAN
class=890073810-07092009></SPAN></FONT> </DIV>
<DIV><FONT face=Verdana color=#0000ff size=2><SPAN
class=890073810-07092009>============================================================</SPAN></FONT></DIV>
<DIV><FONT face=Verdana color=#0000ff size=2><SPAN
class=890073810-07092009>bash-3.00# ./configure<BR>checking for a BSD-compatible
install... ./install-sh -c<BR>checking whether build environment is sane...
yes<BR>checking for a thread-safe mkdir -p... ./install-sh -c -d<BR>checking for
gawk... no<BR>checking for mawk... no<BR>checking for nawk... nawk<BR>checking
whether make sets $(MAKE)... yes<BR>checking how to create a pax tar archive...
pax<BR>checking build system type... sparc-sun-solaris2.10<BR>checking host
system type... sparc-sun-solaris2.10<BR>checking for a BSD-compatible install...
./install-sh -c<BR>checking whether make sets $(MAKE)... (cached)
yes<BR>variable with_statefiles_dir is /var/tmp/check_oracle_health<BR>checking
for sh... /usr/bin/sh<BR>checking for perl... /usr/bin/perl<BR>checking for
gzip... /usr/bin/gzip<BR>checking for gawk... no<BR>checking for nawk...
/usr/bin/nawk<BR>checking for grep... /usr/bin/grep<BR>checking for echo...
/usr/bin/echo<BR>checking for sed... /usr/bin/sed<BR>checking for cat...
/usr/bin/cat<BR>configure: creating ./config.status<BR>config.status: creating
Makefile<BR>config.status: creating plugins-scripts/Makefile<BR>config.status:
creating plugins-scripts/subst<BR>config.status: creating
t/Makefile<BR>
--with-perl:
/usr/bin/perl<BR>
--with-statefiles-dir:
/var/tmp/check_oracle_health<BR>
--with-nagios-user:
nagios<BR>
--with-nagios-group: nagios<BR>bash-3.00# make<BR>Making all in
plugins-scripts<BR>make: Fatal error: Don't know how to make target
`Nagios/DBD/Oracle/Server/Instance/SGA/SharedPool/DictionaryCache.pm'<BR>Current
working directory /tmp/test/check_oracle_health-1.4.0.1/plugins-scripts<BR>***
Error code 1<BR>The following command caused the error:<BR>failcom='exit 1';
\<BR>for f in x $MAKEFLAGS; do \<BR> case $f in \<BR>
*=* | --[!k]*);; \<BR> *k*) failcom='fail=yes';; \<BR>
esac; \<BR>done; \<BR>dot_seen=no; \<BR>target=`echo all-recursive | sed
s/-recursive//`; \<BR>list='plugins-scripts t'; for subdir in $list; do
\<BR> echo "Making $target in $subdir"; \<BR> if test "$subdir" =
"."; then \<BR> dot_seen=yes; \<BR>
local_target="$target-am"; \<BR> else \<BR>
local_target="$target"; \<BR> fi; \<BR> (cd $subdir &&
make $local_target) \<BR> || eval $failcom; \<BR>done; \<BR>if test
"$dot_seen" = "no"; then \<BR> make "$target-am" || exit 1; \<BR>fi;
test -z "$fail"<BR>make: Fatal error: Command failed for target
`all-recursive'<BR>=================================================================================</SPAN></FONT></DIV></BODY></HTML>