Perl5.24.2?

Igor V. Ruzanov igorr at pochta.canmos.ru
Thu Sep 14 15:31:23 UTC 2017


I suggest you to install perl modules by native perl tools. Try the 
following:
- perl -MCPAN -e shell
And in the perl's shell install needed module:
- install DBD::Pg



|I am trying to build a perl module (p5-DBD-Pg) which has the following
|setting in its Makefile:
|
|USE_PERL5=configure
|
|However, this gives the error that perl5.24.2 cannot be found. 
|Perl5.24.1 is the version available through the package manager.  I am
|not comfortable with replacing the current version of Perl system-wide
|so I would like to simply have the module build with installed
|version.
|
|If I set USE_PERL5=5.24+ then the make file fails.  If I set
|USE_PERL5=5.24+ configure then it goes back to asking for and failing
|to find perl5.24.2.  How do I tell the module to use perl5.24.1 AND
|get it to configure?
|
|
|-- 
|***          e-Mail is NOT a SECURE channel          ***
|        Do NOT transmit sensitive data via e-Mail
| Do NOT open attachments nor follow links sent by e-Mail
|
|James B. Byrne                mailto:ByrneJB at Harte-Lyne.ca
|Harte & Lyne Limited          http://www.harte-lyne.ca
|9 Brockley Drive              vox: +1 905 561 1241
|Hamilton, Ontario             fax: +1 905 561 0757
|Canada  L8E 3C3
|
|_______________________________________________
|freebsd-questions at freebsd.org mailing list
|https://lists.freebsd.org/mailman/listinfo/freebsd-questions
|To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
|


More information about the freebsd-questions mailing list