From owner-freebsd-questions@FreeBSD.ORG Tue Jun 26 15:49:53 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 8813916A41F for ; Tue, 26 Jun 2007 15:49:53 +0000 (UTC) (envelope-from dmw@unete.cl) Received: from mail06.ifxnetworks.com (mail06.ifxnetworks.com [190.61.128.16]) by mx1.freebsd.org (Postfix) with ESMTP id 24D2C13C43E for ; Tue, 26 Jun 2007 15:49:52 +0000 (UTC) (envelope-from dmw@unete.cl) Received: (qmail 547 invoked from network); 26 Jun 2007 15:49:51 -0000 Received: from unknown (HELO webmail.ifxnw.cl) ([190.61.128.22]) (envelope-sender ) by mail06.ifxnetworks.com (qmail-ldap-1.03) with SMTP for ; 26 Jun 2007 15:49:51 -0000 Received: from 64.117.137.69 (proxying for 161.131.179.195, 161.131.179.195) (SquirrelMail authenticated user dmw@unete.cl) by webmail.ifxnw.cl with HTTP; Tue, 26 Jun 2007 11:49:51 -0400 (CLT) Message-ID: <47959.64.117.137.69.1182872991.squirrel@webmail.ifxnw.cl> In-Reply-To: <7FB8E7CC40A0412884F7DACC514AF9AB@Europa> References: <7FB8E7CC40A0412884F7DACC514AF9AB@Europa> Date: Tue, 26 Jun 2007 11:49:51 -0400 (CLT) From: "Daniel Molina Wegener" To: darryl@osborne-ind.com User-Agent: SquirrelMail/1.4.8 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: freebsd-questions@freebsd.org Subject: Re: Verifying PHP support X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dmw@unete.cl List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jun 2007 15:49:53 -0000 El Mar, 26 de Junio de 2007, 10:38, Darryl Hoar escribió: > Greetings, > I have a machine with 6.2 release installed on it. > I have apache 1.3.37 installed and am using it > for my personal website. I want to install Gallery2 > for doing photo albums. The pkg info in ports says > it needs php support. I did a pkg_info -a and did > not see php installed on my system. How should > I add php support so that I can install Gallery2 ? Ok, it depends on which version of php do you want. I can't remember exactly where is the port, but you can search for it on /usr/ports and make search: # cd /usr/ports # make search name=php4 # make search name=php5 If the port is in lang # cd /usr/ports/lang/php5 # make config install clean The php extensions are installed separatelly. If you want binary packages, look for the available package version at the Makefile in the port directory and install with pkg_add: # pkg_add -r 'php5' > > thanks, > Darryl Good luck... > > BTW, on a different machine a while ago, I tried > installing php after the fact and had a bit of a > mess on my hands, thus the question. > [SNIP] Regards, -- .O. | Daniel Molina Wegener | C/C++ Developer ..O | dmw [at] unete [dot] cl | FOSS Coding Adict OOO | BSD & Linux User | Standards Rocks!