Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Sep 2017 18:31:14 +0300 (MSK)
From:      "Igor V. Ruzanov" <igorr@pochta.canmos.ru>
To:        byrnejb@harte-lyne.ca
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Perl5.24.2?
Message-ID:  <alpine.BSF.2.00.1709141828520.59850@pochta.canmos.ru>
In-Reply-To: <9172c06a79667cf19cb8df58baafb2f3.squirrel@webmail.harte-lyne.ca>
References:  <9172c06a79667cf19cb8df58baafb2f3.squirrel@webmail.harte-lyne.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
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@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@freebsd.org mailing list
|https://lists.freebsd.org/mailman/listinfo/freebsd-questions
|To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
|



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1709141828520.59850>