<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi,<br>
Did you do a make all *before* you did a make install?<br>
I think your CGIs have not been built yet!<br>
other way to check is #cd /your/nagios/source/cgi<br>
on my machine i do # cd /usr/local/src/nagios-2.9/cgi<br>
Then do<br>
# file tac.cgi<br>
It should give you something like <br>
tac.cgi: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for
GNU/Linux 2.6.0, dynamically linked (uses shared libs), not stripped<br>
See the last two words?<br>
now when i go to the nagios install directory,<br>
#cd /usr/local/nagios/sbin<br>
and then do #file tac.cgi<br>
I get<br>
tac.cgi: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for
GNU/Linux 2.6.0, dynamically linked (uses shared libs), stripped<br>
Here it says "stripped".<br>
<br>
Strip basically removes all symbols from the executable so that it cant
be reverse engineered.<br>
So when it says format not recognized, it means that your cgis have not
been built yet.<br>
<br>
<div class="moz-signature">Regards,<br>
Shiv<br>
</div>
<br>
<br>
Toto Carpaccio said the following:
<blockquote
 cite="mid:619cf3c0707250240n1766d6fcv36df41180c241b7a@mail.gmail.com"
 type="cite">Hi all,<br>
  <br>
I am trying to install nagios 1.4.1 on a debian system. The configure
went fine but the make-install is going wrong :<br>
debian:/nagios-1.4.1# make install<br>
cd ./base && make install<br>
make[1]: Entering directory `/nagios-
1.4.1/base'<br>
/usr/bin/install -c -m 775 -o nagios -g nagios -d /usr/local/nagios/bin<br>
/usr/bin/install -c -m 774 -o nagios -g nagios nagios
/usr/local/nagios/bin<br>
/usr/bin/strip /usr/local/nagios/bin/nagios<br>
make[1]: Leaving directory `/nagios-
1.4.1/base'<br>
cd ./cgi && make install<br>
make[1]: Entering directory `/nagios-1.4.1/cgi'<br>
/usr/bin/install -c -m 775 -o nagios -g nagios -d /usr/local/nagios/sbin<br>
for file in *.cgi; do \<br>
                /usr/bin/install -c -m 775 -o nagios -g nagios $file
/usr/local/nagios/sbin; \
  <br>
                /usr/bin/strip /usr/local/nagios/sbin/$file; \<br>
        done<br>
/usr/bin/strip: /usr/local/nagios/sbin/avail.cgi: File format not
recognized<br>
/usr/bin/strip: /usr/local/nagios/sbin/cmd.cgi: File format not
recognized
  <br>
/usr/bin/strip: /usr/local/nagios/sbin/config.cgi: File format not
recognized<br>
/usr/bin/strip: /usr/local/nagios/sbin/extinfo.cgi: File format not
recognized<br>
/usr/bin/strip: /usr/local/nagios/sbin/histogram.cgi: File format not
recognized
  <br>
/usr/bin/strip: /usr/local/nagios/sbin/history.cgi: File format not
recognized<br>
/usr/bin/strip: /usr/local/nagios/sbin/notifications.cgi: File format
not recognized<br>
/usr/bin/strip: /usr/local/nagios/sbin/outages.cgi: File format not
recognized
  <br>
/usr/bin/strip: /usr/local/nagios/sbin/showlog.cgi: File format not
recognized<br>
/usr/bin/strip: /usr/local/nagios/sbin/status.cgi: File format not
recognized<br>
/usr/bin/strip: /usr/local/nagios/sbin/statusmap.cgi: File format not
recognized
  <br>
/usr/bin/strip: /usr/local/nagios/sbin/statuswml.cgi: File format not
recognized<br>
/usr/bin/strip: /usr/local/nagios/sbin/statuswrl.cgi: File format not
recognized<br>
/usr/bin/strip: /usr/local/nagios/sbin/summary.cgi: File format not
recognized
  <br>
/usr/bin/strip: /usr/local/nagios/sbin/tac.cgi: File format not
recognized<br>
/usr/bin/strip: /usr/local/nagios/sbin/trends.cgi: File format not
recognized<br>
make[1]: *** [install] Error 1<br>
make[1]: Leaving directory `/nagios-
1.4.1/cgi'<br>
make: *** [install] Error 2<br>
  <br>
Any ideas to help me continue?<br>
  <br>
Thanks<br>
  <pre wrap="">
<hr size="4" width="90%">
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  <a class="moz-txt-link-freetext" href="http://get.splunk.com/">http://get.splunk.com/</a></pre>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
Nagios-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a>
<a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/nagios-users">https://lists.sourceforge.net/lists/listinfo/nagios-users</a>
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null</pre>
</blockquote>
</body>
</html>