From owner-freebsd-questions@FreeBSD.ORG Fri Feb 4 00:00:39 2005 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 700D516A4D0 for ; Fri, 4 Feb 2005 00:00:39 +0000 (GMT) Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id E284443D2F for ; Fri, 4 Feb 2005 00:00:36 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from tedwin2k (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) j1400Yj84993; Thu, 3 Feb 2005 16:00:34 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Thomas Foster" , "Ken Hawkins" , Date: Thu, 3 Feb 2005 16:00:32 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <009301c50a3a$f02d9ff0$c900a8c0@ostros> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Importance: Normal Subject: RE: apache13_modssl + mod_php4 + php4-extenstions+mysql323-*+myphpadmin = ... 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: Fri, 04 Feb 2005 00:00:39 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Thomas Foster > Sent: Thursday, February 03, 2005 1:54 PM > To: Ken Hawkins; freebsd-questions@freebsd.org > Subject: Re: apache13_modssl + mod_php4 + > php4-extenstions+mysql323-*+myphpadmin = ... > > > I would think that you need to have a PHP.ini... > I can assure you that you don't. > you would not be able to enable/disable certain features without it.. That is probably true - but that doesen't mean you need it. > I installed PHP 4.3.10 from ports today on another machine to > check what > youre saying.. and the PHP.ini was placed in /usr/local/etc/.. It shouldn't have been - the php installation always places php.ini-dist there, it's up to you to modify it and rename it php.ini Your other machine probably wan't a clean install. I can tell you that the system I have Horde/IMP running on right now has no /usr/local/etc/php.ini file in it yet php is picking up the horde include_path from somewhere. > so I am not > sure what youre running into > Neither am I. I was always used to having to modify php.ini in the past on previous horde/IMP installs. Ted