Hi<br><br>I found this out and i believe it might be useful to other folks who are trying to install Cacti on Solaris<br>and have built their SAMP using packages from OpenCSW. The problem i had was with the graphs in Cacti<br>
being too slow to show up sometimes taking up to 20 seconds. These are the steps i took to fix it on my installation<br>after much googling.<br><br>1. Use <code>fc-cache -f -v</code> to rebuild the font cache files<br>     /opt/csw/bin/fc-cache -f -v<br>
<br>2. Change the permissions on the fontconfig folder to make it writeable<br>    chmod 777 /var/opt/csw/cache/fontconfig<br>after refresh the Cacti page to see if the graphs display faster. If not then<br><br>3. Change the permissions on the cache folder to make it writeable<br>
     chmod 777 /var/opt/csw/cache<br><br>Hope it helps if you are having the same problem.<br><br>Kafui<br><br><br><br>