<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=us-ascii" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18812"></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=688460820-09092009><FONT color=#0000ff
size=2 face=Arial>Hi Chetan,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=688460820-09092009><FONT color=#0000ff
size=2 face=Arial></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=688460820-09092009><FONT color=#0000ff
size=2 face=Arial>looks like your tar command isn't able to handle filenames
longer than 100 characters. (I think SuSE has this problem)</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=688460820-09092009><FONT color=#0000ff
size=2 face=Arial>So when you unpacked the tar archive, not all of the files
inside were extracted. Please download the .shar.gz file and extract it
with</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=688460820-09092009><FONT color=#0000ff
size=2 face=Arial>sh check_oracle_health-1.6.2.shar.gz</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=688460820-09092009><FONT color=#0000ff
size=2 face=Arial></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=688460820-09092009><FONT color=#0000ff
size=2 face=Arial>Gerhard</FONT></SPAN></DIV><BR>
<BLOCKQUOTE
style="BORDER-LEFT: #0000ff 2px solid; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px"
dir=ltr>
<DIV dir=ltr lang=de class=OutlookMessageHeader align=left>
<HR tabIndex=-1>
<FONT size=2 face=Tahoma><B>Von:</B> chethan.mnc@wipro.com
[mailto:chethan.mnc@wipro.com] <BR><B>Gesendet:</B> Montag, 7. September 2009
12:38<BR><B>An:</B> Nagios-users@lists.sourceforge.net<BR><B>Betreff:</B>
[Nagios-users] Check_oracle_health plugin error<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV><FONT color=#0000ff size=2 face=Verdana><SPAN
class=890073810-07092009>Dear All,</SPAN></FONT></DIV>
<DIV><FONT color=#0000ff size=2 face=Verdana><SPAN
class=890073810-07092009></SPAN></FONT> </DIV>
<DIV><FONT color=#0000ff size=2 face=Verdana><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 color=#0000ff size=2 face=Verdana><SPAN
class=890073810-07092009></SPAN></FONT> </DIV>
<DIV><FONT color=#0000ff size=2 face=Verdana><SPAN
class=890073810-07092009>Please let me know any work around for this
error.</SPAN></FONT></DIV>
<DIV><FONT color=#0000ff size=2 face=Verdana><SPAN
class=890073810-07092009></SPAN></FONT> </DIV>
<DIV><FONT color=#0000ff size=2 face=Verdana><SPAN
class=890073810-07092009>Regards,</SPAN></FONT></DIV>
<DIV><FONT color=#0000ff size=2 face=Verdana><SPAN
class=890073810-07092009>Chethan M N</SPAN></FONT></DIV>
<DIV><FONT color=#0000ff size=2 face=Verdana><SPAN
class=890073810-07092009></SPAN></FONT> </DIV>
<DIV><FONT color=#0000ff size=2 face=Verdana><SPAN
class=890073810-07092009>============================================================</SPAN></FONT></DIV>
<DIV><FONT color=#0000ff size=2 face=Verdana><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></BLOCKQUOTE></BODY></HTML>