Well, I just fixed (for the second time) an installation on a virtual hosting provider that did the same thing so here are some clues. It was DBI stuff not FreeType but anyway.

First time around, the reason was that the provider decided to fix the recent BSD security hole. By upgrading the OS, so I had to recompile four modules (DBI,DBD,SQL::Statement,Text::CSV). I had these modules in my own directory (included with -I on the bang line) since they weren't supplied. Also it was upgraded to Perl 5.6. They said "it was supposed to be compatible" but whatever.

Second time around (today), I found the provider had installed a later version of DBI than my own (1.13 to 1.18), which superseeded mine, so I got a DBI object version error. Fixed by using their modules, though I'm wondering if it will break again if they install SQL and Text later.

Is it possible that you have your own installation of Image Magick or truetype and it has been superseded by an installation recently made by the provider? I was thinking about how to guard against this in the future, and the only thing I came up with was having my own local Perl install. This is a pain and I'm starting to think that you just can't trust a provider not to break a system you're depending on.. hope this helps.


In reply to Re: A path with heart by mattr
in thread A path with heart by jeffpflueger

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.