From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DMARC_NONE,FAKE_REPLY_C, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=4.0.0 Received: from zcamail03.zca.compaq.com (zcamail03.zca.compaq.com [161.114.32.103]) by chiba.3jane.net (Postfix) with ESMTP id CBA11EF7E for ; Mon, 19 Nov 2001 08:53:32 -0600 (CST) Received: by zcamail03.zca.compaq.com (Postfix, from userid 12345) id C72D511DC; Mon, 19 Nov 2001 06:51:32 -0800 (PST) Received: from mailrelay01.cac.cpqcorp.net (mailrelay01.cac.cpqcorp.net [16.47.132.152]) by zcamail03.zca.compaq.com (Postfix) with ESMTP id BE1E028F3 for ; Mon, 19 Nov 2001 06:51:32 -0800 (PST) Received: by mailrelay01.cac.cpqcorp.net (Postfix, from userid 12345) id DD5171747; Mon, 19 Nov 2001 06:51:43 -0800 (PST) Received: from yquarry.zk3.dec.com (rock.zk3.dec.com [16.141.0.34]) by mailrelay01.cac.cpqcorp.net (Postfix) with ESMTP id 79C031601 for ; Mon, 19 Nov 2001 06:51:43 -0800 (PST) Received: from plato.zk3.dec.com by yquarry.zk3.dec.com (8.8.8/1.1.22.3/11Mar00-0650AM) id JAA0000015974; Mon, 19 Nov 2001 09:51:42 -0500 (EST) Received: by plato.zk3.dec.com (8.9.3/1.1.29.3/09Apr01-0437PM) id JAA0000147285; Mon, 19 Nov 2001 09:51:42 -0500 (EST) Date: Mon, 19 Nov 2001 09:51:42 -0500 From: Chris Houser To: gentoo-dev@gentoo.org Subject: Re: [gentoo-dev] Shared perl library Message-ID: <20011119095142.B147024@plato.zk3.dec.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1006085639.24407.2.camel@inspiron.theleaf.office> User-Agent: Mutt/1.3.18i Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Developer discussion list List-Unsubscribe: , List-Archive: X-Archives-Salt: 033106ff-e89b-49d6-8c5a-7ca8a577a199 X-Archives-Hash: adb0ce0535fecd1c42053ea49ceffd4e Geert Bevin wrote: [Sun Nov 18 2001, 7:13:59AM EST] > to build perl support inside postgres it needs the shared version of > libperl (libperl.so). One option would be to create a new libperl ebuild. Another would be to extend the current perl ebuild to always build a .so, but to not necessarily use it for the perl binary itself. I don't know which is better, or if it would really be all that bad for /usr/bin/perl to use a perl.so. --Chouser