From owner-freebsd-questions@FreeBSD.ORG Mon Aug 29 00:16:39 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4433816A41F for ; Mon, 29 Aug 2005 00:16:39 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9F9F43D49 for ; Mon, 29 Aug 2005 00:16:37 +0000 (GMT) (envelope-from nikolas.britton@gmail.com) Received: by wproxy.gmail.com with SMTP id 55so493496wri for ; Sun, 28 Aug 2005 17:16:37 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=LjVh74jjwLJA6Rg+PDAjilQnqhQy62PKQBce/Ygr60FuwbNbc/3oqw4nJhvoFk3/TnDDv9mStK0sNfflzY8Qj/w/JFzNNSULMQsw9M9CaDzRZENdEyZW5i4fOnYfc6jYR4IgamoK9q6wMsGYxD+2uFNdSqge63nk2HNNkoKLDK4= Received: by 10.54.44.30 with SMTP id r30mr5795204wrr; Sun, 28 Aug 2005 17:16:37 -0700 (PDT) Received: by 10.54.124.11 with HTTP; Sun, 28 Aug 2005 17:16:37 -0700 (PDT) Message-ID: Date: Sun, 28 Aug 2005 19:16:37 -0500 From: Nikolas Britton To: Daniel Eriksson In-Reply-To: <4F9C9299A10AE74E89EA580D14AA10A605F547@royal64.emp.zapto.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4F9C9299A10AE74E89EA580D14AA10A605F547@royal64.emp.zapto.org> Cc: freebsd-questions@freebsd.org, Beecher Rintoul Subject: Re: PHP Session Errors X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2005 00:16:39 -0000 On 8/28/05, Daniel Eriksson wrote: > Beecher Rintoul wrote: >=20 > > I'm trying to get a new php install configured, but I'm > > getting the following > > error when calling session_start () >=20 > What you probably want is all of the common extensions. Check out > /usr/ports/lang/php5-extensions for a meta-port that will install what > you need. >=20 Installing the Horde application framework meta-port works well too www/horde-php5-3.0.5, www/horde (for php4), and mail/imp. One of the quickest ways to get a PHP/Perl/SQL/LDAP/IMAP server up and running. It has meny build options like switching MySQL out for PostgreSQL etc.