Monthly Archives: July 2010
sh: phpize: not found
When using pecl, or something else that require phpize, you may get a warning saying that phpize is not found, even when you have PHP installed on your server. In order to use phpize you need to install the PHP … Continue reading
The markup declarations contained or pointed to by the document type declaration must be well-formed.
This error is caused by the DTD file not being valid. You have most likely created a DTD-file containing: <!DOCTYPE…. [ ... ]> Simply remove the first and last line delcaring the DTD data, since those are only to be … Continue reading
Munin-graph error: Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()
You may get a mail from cron complaining about “Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()”, if you are running Munin. This is caused by Munin not receiving valid UTF-8 data. For this you have 2 possible solutions: 1) … Continue reading