<div>Hello</div>
<div> </div>
<div>I have installed Nagios 3.2.0 on Red Hat Enterprise Linux ES release 4 (Nahant Update 6). I am able to see the web interface for Nagios.</div>
<div> </div>
<div>Earlier i had missing trend.cgi, statusmap.cgi and histogram.cgi. Initially I had missed out installing the gd libraries. Then later I installed the gd libraries and tried reconfiguring and re-installing nagios. During configure it did say that it could find the GD libraries. Some of the things did work out eg: gif image displays.</div>

<div> </div>
<div>I configured using command : ./configure --with-gd-lib=/usr/local/lib --with-gd-inc=/usr/local/include --with-command-group=nagcmd</div>
<div> </div>
<div>But I see that, when i try to click on the links for trends/histogram/map I get the below error:</div>
<div>
<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:you@example.com">you@example.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>
<p>I tried doing ldd for following cgi's :</p>
<p>[root@lon-engbuild66 sbin]# ldd histogram.cgi<br>        <strong>libgd.so.2 => not found</strong><br>        libpng12.so.0 => /usr/lib/libpng12.so.0 (0x06f79000)<br><strong>        libjpeg.so.7 => not found</strong><br>
        libz.so.1 => /usr/lib/libz.so.1 (0x00d79000)<br>        libm.so.6 => /lib/tls/libm.so.6 (0x00c2a000)<br>        libc.so.6 => /lib/tls/libc.so.6 (0x00af3000)<br>        /lib/ld-linux.so.2 (0x00ad9000)<br></p>

<p>I get similar message's for statusmap.cgi and trends.cgi. But I checked and I have the shared objects present under /usr/local/lib.</p>
<p>I dont understand why this error is coming up still. </p>
<p>Please help me resolve this.</p>
<p>Regards</p>
<p>Sowmya Dass</p>
<p> </p></div>