missing perl module Lib::Text

Anton Yuzhaninov citrin+bsd at citrin.ru
Sat Aug 18 21:55:30 UTC 2018


On 8/10/18 5:12 AM, Matthias Apitz wrote:
> I have a 3rd party perl script which says:
> 
> $ ./magzett_PclToPs.pl < lp.test > lp.ps
> Can't locate Lib/Text.pm in @INC (you may need to install the Lib::Text module) (@INC contains: /usr/local/sisis-pap/lib/perl5 /usr/local/lib/perl5/site_perl/mach/5.24 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.24/mach /usr/local/lib/perl5/5.24 .) at ./magzett_PclToPs.pl line 120.
> BEGIN failed--compilation aborted at ./magzett_PclToPs.pl line 120.
> 
> 
> WHat is the way to know which of the /usr/ports/*/p5-* is missing?

Most perl modules have name with :: replaced by - so Lib::Text should have
name p5-Lib-Text and currently there is no such port.

Also I dind't  found Lib::Text on cpan.org, probably it is some local module...


More information about the freebsd-questions mailing list