From owner-freebsd-ports@FreeBSD.ORG Sat Mar 25 08:10:04 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E4E816A400 for ; Sat, 25 Mar 2006 08:10:04 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from graf.pompo.net (graf.pompo.net [81.56.186.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id DABAE43D48 for ; Sat, 25 Mar 2006 08:10:03 +0000 (GMT) (envelope-from thierry@pompo.net) Received: by graf.pompo.net (Postfix, from userid 1001) id C34B71143B; Sat, 25 Mar 2006 09:10:01 +0100 (CET) Date: Sat, 25 Mar 2006 09:10:01 +0100 From: Thierry Thomas To: doug Message-ID: <20060325081001.GF3631@graf.pompo.net> Mail-Followup-To: doug , freebsd-ports@freebsd.org References: <20060324191436.P55313@fledge.watson.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20060324191436.P55313@fledge.watson.org> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 6.1-PRERELEASE i386 Organization: Kabbale Eros X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc; y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: X-PGP: 0xC71405A2 Cc: freebsd-ports@freebsd.org Subject: Re: how to install php4 session support on 4.11 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Mar 2006 08:10:04 -0000 Le Sam 25 mar 06 à 1:25:39 +0100, doug écrivait : > I have installed from ports: apache-1.3.34_4, php4-4.4.2_1, > php4-mysql-4.4.2_1, php4-pcre-4.4.2_1, php4-xml-4.4.2_1, pear-1.4.6, > pear-Auth-1.2.4. > > Taking the default configuration for all the above. This seems to install > php without session support. Should I backup and build all this into php4 > and not use the modular ports? No, don't deinstall anything: just install the port www/php4-session (i.e. php4-session-4.4.2_1). > Also I was looking for php4-pear which seems to exist in 6.x but is not > listed on the website nor is it in my ports tree. > > My goal is to supoort web applications with support for pear-auth. Install directly the port security/pear-Auth (or package pear-Auth-1.2.4), it would install its required dependencies (but it seems that you have already everything). Regards, -- Th. Thomas.