Summary: | databases/p5-DBD-mysql missing library during compilation | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Jonathan Price <freebsd> |
Component: | Individual Port(s) | Assignee: | freebsd-perl (Nobody) <perl> |
Status: | Closed FIXED | ||
Severity: | Affects Many People | Flags: | freebsd:
maintainer-feedback?
(perl) |
Priority: | --- | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Jonathan Price
2014-11-27 18:15:15 UTC
Auto-assigned to maintainer perl@FreeBSD.org Have you upgraded Perl as of today ? My installation of Perl is currently 5.16, and was not updated today. Apparently the default has just shifted to 5.18 as of yesterday. Do I need to re-install my existing version of perl or upgrade to 5.18? You will either need to upgrade to 5.18, as the layout has changed, or if you really need to keep 5.16, you will need to add to your make.conf: DEFAULT_VERSIONS+= perl5=5.16 And rebuild Perl. Also, make sure you have the *latest* ports tree, on or after r373565. (There were horrible bugs before, some that would eat you alive.) |