Hello,<br><br>I have passed the location of gd libraries and everything went fine. But when I try to access the web interface I am able to see only home page and  I am having  the below error message for all other options.<br>

<br><h1>Internal Server Error</h1>
<p>The server encountered an internal error or misconfiguration and was unable 
to complete your request.</p>
<p>Please contact the server administrator, <a href="mailto:webmaster@mon.corpads.com" target="_blank">webmaster@mon.corpads.com</a> and inform 
them of the time the error occurred, and anything you might have done that may 
have caused the error.</p>
<p>More information about this error may be available in the server error 
log.</p>
<hr>

<address>Apache/2.0.58 (Unix) DAV/2 Server at <a href="http://nycmon.corpads.com" target="_blank">nycmon.corpads.com</a> Port 
80</address><br><br>And from error log I find these below errors.<br><br>[Fri May 08 16:47:25 2009] [error] [client 10.187.152.223] ld.so.1: tac.cgi: fatal: libglib-2.0.so.0: open failed: No such file or directory, referer: <a href="http://nycmon.corpads.com/nagios/side.html">http://nycmon.corpads.com/nagios/side.html</a><br>
[Fri May 08 16:47:25 2009] [error] [client 10.187.152.223] Premature end of script headers: tac.cgi, referer: <a href="http://nycmon.corpads.com/nagios/side.html">http://nycmon.corpads.com/nagios/side.html</a><br><br><br>
And I find the location of  libglib-2.0.so.0 in  /opt/csw/lib/libglib-2.0.so.0<br><br><u><b>Path</b></u><br><br># echo $LD_LIBRARY_PATH<br>/usr/lib:/lib:/usr/ucb/lib:/usr/ccs/lib:/usr/openwin/lib:/usr/sfw/lib:/opt/sfw/lib:/usr/local/lib:/opt/csw/lib<br>
<br>Thanks<br>Jai.<br><br><br><br><div class="gmail_quote">On Mon, Apr 13, 2009 at 9:56 PM, Marc Powell <span dir="ltr"><<a href="mailto:marc@ena.com" target="_blank">marc@ena.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div><br>
On Apr 13, 2009, at 6:10 PM, Jai Ram wrote:<br>
<br>
> Hello,<br>
><br>
> I have upgraded nagios from version 2.8 to 3.0.6 on Solaris-10. When<br>
> I was going through upgrade it has requested me for<br>
> statusmap.cgi,histogram.cgi and trends.cgi, was not found so I<br>
> copied it from version 2.8.<br>
><br>
> ** Is this because the above three files belongs to Version 2.8, If<br>
> so how would i get those three files for Nagios-3.0.6. I looked in<br>
> to Nagios-3.0.6 and those three files are missing. So how do I<br>
> compile them for Nagios-3.0.6**<br>
<br>
</div>It's because the GD libs (devel) are not installed or were not found<br>
in standard locations. There's a FAQ entry for it but it looks like<br>
the FAQ is broken right now. Examine the output of ./configure or<br>
config.log for information and links.<br>
<br>
if the GD devel libraries are installed, you may need to pass their<br>
location to ./configure with --<br>
<br>
--with-gd-lib=DIR sets location of the gd library<br>
--with-gd-inc=DIR sets location of the gd include files<br>
<br>
--<br>
Marc<br>
<br>
------------------------------------------------------------------------------<br>
This SF.net email is sponsored by:<br>
High Quality Requirements in a Collaborative Environment.<br>
Download a free trial of Rational Requirements Composer Now!<br>
<a href="http://p.sf.net/sfu/www-ibm-com" target="_blank">http://p.sf.net/sfu/www-ibm-com</a><br>
_______________________________________________<br>
Nagios-users mailing list<br>
<a href="mailto:Nagios-users@lists.sourceforge.net" target="_blank">Nagios-users@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/nagios-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/nagios-users</a><br>
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.<br>
::: Messages without supporting info will risk being sent to /dev/null<br>
</blockquote></div><br>