From owner-freebsd-ports@FreeBSD.ORG Sat Mar 25 00:25:56 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 8A51616A423 for ; Sat, 25 Mar 2006 00:25:56 +0000 (UTC) (envelope-from doug@fledge.watson.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id B06C243D7D for ; Sat, 25 Mar 2006 00:25:39 +0000 (GMT) (envelope-from doug@fledge.watson.org) Received: from fledge.watson.org (localhost.watson.org [127.0.0.1]) by fledge.watson.org (8.13.4/8.13.4) with ESMTP id k2P0Pd1i055810 for ; Fri, 24 Mar 2006 19:25:39 -0500 (EST) (envelope-from doug@fledge.watson.org) Received: from localhost (doug@localhost) by fledge.watson.org (8.13.4/8.13.4/Submit) with ESMTP id k2P0PdmV055807 for ; Fri, 24 Mar 2006 19:25:39 -0500 (EST) (envelope-from doug@fledge.watson.org) Date: Fri, 24 Mar 2006 19:25:39 -0500 (EST) From: doug To: freebsd-ports@freebsd.org Message-ID: <20060324191436.P55313@fledge.watson.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: 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 00:25:56 -0000 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? 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.