There are many tips to fix your database of instaled ports/packages, lets rock.
(that message i think he is saying you dont have Perl installed via ports)
a very nice app to help you maintainning the installed ports is sysutils/portupgrade. just:
#cd /usr/ports/sysutils/portupgrade ; make install clean ; rehash ; portversion | grep '<'
(read UPDATING) and then
#portupgrade -aR
finaly fix the database
#pkgdb -Fu
#pkg_info perl-5\* | more
(#ls -l /var/db/pkg/perl*)
and you can see if you have Perl installed by ports/packages.
if you have Perl installed but want to force a reinstall, do:
#cd /usr/ports/lang/perl5.8 ; make FORCE_PKG_REGISTER=yes install
read the last output normaly the file pkg_desc or message is outputed in he end of the instalation of any port. i recomend you take a look at http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html
if you get loss just come to #FreeBSD @freenode.
god PIP :) (port install party)
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.