From time to time (especially if Perl is jumping up a version) there are special FreeBSD update procedures that need to be performed to make all the modules happy again. You might ask the admin to look in their copies of /usr/src/UPDATING and /usr/ports/UPDATING for any Perl-specific incantations that they should be performing relative to whatever updates were done.

The last time I had to do anything like that, a script had been provided that did everything needed, it just needed to be called up and run by the admin.

Update: If your admin is tracking FreeBSD ports updates closely, the recent upgrade to Perl 5.8.8 specifically requires that the admin heed the wisdom of

man perl-after-upgrade

If used correctly perl-after-upgrade will harmonize Perl versions with Perl packages with everything else in FreeBSD's ports tree. It is not run automatically when upgrading the core Perl package because it may be destructive. For instance on my FreeBSD build server with lots of package dependencies I get:

--- Fixed 62 packages (1234 files moved, 8 files modified) Skipped 201 packages **** In addition, please pay attention to the following: The /usr/X11R6/bin/gnomedb-fe binary would be modified, make sure it w +orks The /usr/local/sbin/snmpd binary would be modified, make sure it works The /usr/local/sbin/snmptrapd binary would be modified, make sure it w +orks

In reply to Re: Problems after Perl was updated on FreeBSD. by madizen
in thread Problems after Perl was updated on FreeBSD. by techcode

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.