From owner-freebsd-questions@FreeBSD.ORG Wed Apr 25 12:30:25 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2386016A400 for ; Wed, 25 Apr 2007 12:30:25 +0000 (UTC) (envelope-from ghirai@ghirai.com) Received: from p28.ich-19.com (fa.ea.5646.static.theplanet.com [70.86.234.250]) by mx1.freebsd.org (Postfix) with ESMTP id 0700413C448 for ; Wed, 25 Apr 2007 12:30:24 +0000 (UTC) (envelope-from ghirai@ghirai.com) Received: from [89.122.145.219] (helo=Unknown-00-13-d4-de-87-6f.lan) by p28.ich-19.com with esmtpa (Exim 4.63) (envelope-from ) id 1Hggdb-00020H-11; Wed, 25 Apr 2007 07:30:23 -0500 Date: Wed, 25 Apr 2007 15:31:37 +0300 From: Ghirai X-Mailer: The Bat! (v3.98.4) Professional X-Priority: 3 (Normal) Message-ID: <2010466825.20070425153137@ghirai.com> To: "dhaneshk k" , freebsd-questions@freebsd.org In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - p28.ich-19.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - ghirai.com X-Source: X-Source-Args: X-Source-Dir: Cc: Subject: Re: PIL installation through Ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ghirai List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Apr 2007 12:30:25 -0000 Hello dhaneshk, Wednesday, April 25, 2007, 12:50:10 PM, you wrote: > Hi , > I have a FreeBSD6.0 server machine running zope2.9 and plone . > this m/c has python-2.4.4 but no PIL module , I have to install it to > support the zope/plone application that I am running in this machine But > in /usr/ports there is no such port for PIL OR I can't recoganize which > port is it > ... > please suggest the proper stpes to install PIL in my BSD box , > Thanks in advance > kk PIL is in /usr/ports/graphics/py-imaging So just do a "cd /usr/ports/graphics/py-imaging" and "make install clean" as root and you should be good to go. -- Best regards, Ghirai.