From owner-freebsd-questions@FreeBSD.ORG Sun Dec 5 00:32:32 2004 Return-Path: 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 A4CA416A4CE for ; Sun, 5 Dec 2004 00:32:32 +0000 (GMT) Received: from newman.alt-network.com (wsip-68-110-223-100.ks.ok.cox.net [68.110.223.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA75E43D5D for ; Sun, 5 Dec 2004 00:32:29 +0000 (GMT) (envelope-from justin@alt-network.com) Received: from [192.168.0.10] ([192.168.0.10])iB50S1jn013064; Sat, 4 Dec 2004 18:28:02 -0600 (CST) (envelope-from justin@alt-network.com) From: "Justin L. Boss" Organization: Alt Network To: "Kevin D. Kinsey, DaleCo, S.P." Date: Sat, 4 Dec 2004 18:28:01 -0600 User-Agent: KMail/1.7.1 References: <200412011511.13016.justin@cpaaa.org> <200412011606.24892.justin@cpaaa.org> <41AE56FC.6000503@daleco.biz> In-Reply-To: <41AE56FC.6000503@daleco.biz> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200412041828.01885.justin@alt-network.com> X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on newman.alt-network.com X-Virus-Scanned: ClamAV 0.80/614/Wed Dec 1 09:44:43 2004 clamav-milter version 0.80j on newman.alt-network.com X-Virus-Status: Clean cc: csnyder cc: questions@freebsd.org cc: "Justin L. Boss" Subject: Re: moregroupware not working because of PHP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Dec 2004 00:32:32 -0000 Sorry it took so long. It worked Thanks so much. Moregroupware is still not up do to MySQL password but I'm sure it has something to do with how I'm doing it. But thanks again. On Wednesday 01 December 2004 05:42 pm, Kevin D. Kinsey, DaleCo, S.P. wrote: > Justin L. Boss wrote: > >Ya, I seen something about the in my research. But doesn't it need to be > >enabled? If not how can I pass the option to configure when using the > > ports collection? > > > >On Wednesday 01 December 2004 03:43 pm, csnyder wrote: > >>>>From the PHP manual: > >> > >>"Session support is enabled in PHP by default. If you would not like > >>to build your PHP with session support, you should specify the > >>--disable-session option to configure." > >> > >>Sounds like a config-time problem rather than something missing from > >>your php.ini. > > Sorry to give an "RTFM" answer, but you've apparently been > out of the loop since July.... > > --------------------------------------------------------------------------- >------------------------------------------------- 20040719: > AFFECTS: users of PHP > AUTHOR: ale@FreeBSD.org > > The old lang/php4 and lang/php5 ports have been splitted into 'base' PHP, > PEAR, and shared extensions to allow more flexibility and add new > features. > Upgrading your current PHP installation will result in a 'base' PHP > installation (no PEAR and no extensions). > PEAR can be found in the new devel/php4-pear and devel/php5-pear > ports, while > the set of PHP extensions to install can be choosen via the meta-ports > lang/php4-extensions and lang/php5-extensions, or installing singular > extensions individually. > If you have a previous php.ini configuration file, be sure to comment out > the extension_dir parameter, since the correct path is statically > compiled into the PHP binary. > For an overview of the modules used with the old PHP binary, use > the command "php -m". > --------------------------------------------------------------------------- >-------------------------------------------------------- > > # cd /usr/ports/lang/php4-extensions [or php5-extensions] > # make install clean > > Should take care of it. > > Kevin Kinsey