From owner-freebsd-questions@freebsd.org Thu Sep 14 15:31:23 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21CC6E1FA6F for ; Thu, 14 Sep 2017 15:31:23 +0000 (UTC) (envelope-from igorr@pochta.canmos.ru) Received: from pochta-mx.canmos.ru (pochta-mx.canmos.ru [89.107.127.240]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D608A80023 for ; Thu, 14 Sep 2017 15:31:22 +0000 (UTC) (envelope-from igorr@pochta.canmos.ru) Received: from pochta-mx.canmos.ru (pochta-mx.canmos.ru [89.107.127.240]) by pochta-mx.canmos.ru (Postfix) with ESMTP id ABA742DBB757; Thu, 14 Sep 2017 18:31:14 +0300 (MSK) X-Spam-Checker-Version: SpamAssassin 3.3.2-pochta_20120910 (2011-06-06) on pochta.canmos.ru X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.2-pochta_20120910 Received: from pochta-mx.canmos.ru (pochta-mx.canmos.ru [89.107.127.240]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by pochta-mx.canmos.ru (Postfix) with ESMTPS; Thu, 14 Sep 2017 18:31:14 +0300 (MSK) Date: Thu, 14 Sep 2017 18:31:14 +0300 (MSK) From: "Igor V. Ruzanov" To: byrnejb@harte-lyne.ca cc: freebsd-questions@freebsd.org Subject: Re: Perl5.24.2? In-Reply-To: <9172c06a79667cf19cb8df58baafb2f3.squirrel@webmail.harte-lyne.ca> Message-ID: References: <9172c06a79667cf19cb8df58baafb2f3.squirrel@webmail.harte-lyne.ca> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) X-GPG-PUBLIC-KEY: 1024D/F433BDD5 2009-06-17 Igor V. Ruzanov X-GPG-FINGERPRINT: 5030 C793 4238 FAFF 827F 0E99 FDCE 63DD F433 BDD5 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Sep 2017 15:31:23 -0000 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" |