From owner-freebsd-questions@FreeBSD.ORG Wed Jun 9 02:31:20 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D377216A4CE for ; Wed, 9 Jun 2004 02:31:20 +0000 (GMT) Received: from hermes.webtent.net (hermes.webtent.net [192.216.106.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7063143D39 for ; Wed, 9 Jun 2004 02:31:18 +0000 (GMT) (envelope-from robert@webtent.com) Received: from columbus.webtent.org (webtent.org [198.79.127.235]) by hermes.webtent.net (8.10.2/8.10.2) with ESMTP id i592VDK09566 for ; Tue, 8 Jun 2004 22:31:13 -0400 From: Robert Fitzpatrick To: FreeBSD Content-Type: text/plain Organization: WebTent Networking, Inc. Message-Id: <1086748276.2295.9.camel@columbus> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Tue, 08 Jun 2004 22:31:16 -0400 Content-Transfer-Encoding: 7bit Subject: Building Perl with shared lib libperl X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jun 2004 02:31:21 -0000 Trying to install a procedural language in PostgreSQL 7.4.2, pl/perl, but it complains that my 'libperl is not a shared library' and that I may need to rebuild my Perl. I am using Perl 5.6.1, is there a way to set this option when using the port /usr/ports/lang/perl5? -- Robert