From owner-freebsd-python@FreeBSD.ORG Tue Nov 27 12:24:06 2012 Return-Path: Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D45CC566; Tue, 27 Nov 2012 12:24:06 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward3h.mail.yandex.net (forward3h.mail.yandex.net [IPv6:2a02:6b8:0:f05::3]) by mx1.freebsd.org (Postfix) with ESMTP id 475AD8FC12; Tue, 27 Nov 2012 12:24:06 +0000 (UTC) Received: from smtp4h.mail.yandex.net (smtp4h.mail.yandex.net [84.201.186.21]) by forward3h.mail.yandex.net (Yandex) with ESMTP id 2C4E41360121; Tue, 27 Nov 2012 16:24:04 +0400 (MSK) Received: from smtp4h.mail.yandex.net (localhost [127.0.0.1]) by smtp4h.mail.yandex.net (Yandex) with ESMTP id 9B77E2C026E; Tue, 27 Nov 2012 16:24:03 +0400 (MSK) Received: from unknown (unknown [77.66.155.61]) by smtp4h.mail.yandex.net (nwsmtp/Yandex) with ESMTP id O2G0GfTw-O3GefWWk; Tue, 27 Nov 2012 16:24:03 +0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1354019043; bh=M1g+ydvFhplfHaLQopl5n8Ca5v8jFJdTr18pnC+XJAo=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=hf9GQxWAGOFFF7vZSkQmJjbYZaj5LUO+/IUP2eqhP1CIJHsq5ixI7/aKC4VAksbBd Yg8ERX6gPPjDY4ON+6NEOcST9GESaTBE8+CRTeZVn5N0ciKGgCimjUPu3HlMBm14Cs AlRfNLyYIFmdNKP0wzYpUKA3cK1fJpGAdBIatvB0= Message-ID: <50B4B0D1.1000805@yandex.ru> Date: Tue, 27 Nov 2012 16:23:45 +0400 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: =?ISO-8859-1?Q?Rafael_Esp=EDndola?= Subject: Re: Postgresql + Python References: <50B49EE5.2050100@FreeBSD.org> <50B4A07A.8040200@FreeBSD.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: Palle Girgensohn , pgsql@FreeBSD.org, python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Nov 2012 12:24:06 -0000 Rafael Espíndola wrote on 27.11.2012 16:17: > Hi, > > I just solve as follows, first of all I installed Python32, then changed the Makefile Postgresql91 follows: > > CONFIGURE_ARGS + = - with-libraries = $ {PREFIX} / lib \ > - with-includes = $ {PREFIX} / include \ > - enable-thread-safety \ > - with-python > > Added the - with-python, worked perfectly, installed the library "plpython3u", I appreciate your interest in helping, this is very good. A hug! Strange enough, slave's Makefile has ``CONFIGURE_ARGS= --with-python'' and it worked fine earlier in my tests. -- Regards, Ruslan Tinderboxing kills... the drives.