<div>I'm trying to build nagios2.9 on linux. There already happens to be </div>
<div>an older one installed via RPM as well as libgd, libpng and libjpeg </div>
<div>so I'm (re)installing from source.</div>
<div> </div>
<div>nagios 2.9 compiles but complains about GD, PNG or jpeg library.</div>
<div>Install gd-2.0.33 and libpng-1.2.18 and they both compile without error.</div>
<div>The error I get when nagios compiles is where it says</div>
<div> </div>
<div>Checking for gdImagePng in -lgd (order 1)... no</div>
<div> </div>
<div>If I've compiled libgd and libpng, installed them in the default</div>
<div>(/usr/local), what else do I need to do for them to be recognized?</div>
<div> </div>
<div>Thanks</div>