Broken image on Statusmap

Hi Guys,

When I go to

Current Status --> Map

I get a broken image.

From the System -->Configuration --> Object Type (Host)

I can see the images.

These is the config file:
icon_image linux40.gif
vrml_image linux40.gif
statusmap_image linux40.png

the whole image is broken? you are porblaby missing the GD libraries. check what the “./configure” output says when making nagios.

Found the problem.

Had to edit the
#vi /etc/ld.so.conf

and add

/usr/local/gd2/lib

After that do a

#ldconfig

and the error was corrected.

I suppose the system could not locate the libraries (cause by default they should have been install in /usr/local/lib)