From owner-freebsd-questions@FreeBSD.ORG Fri May 12 19:24:45 2006 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 C928A16ADEE for ; Fri, 12 May 2006 19:24:45 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F10943D6D for ; Fri, 12 May 2006 19:24:39 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [192.168.2.2] ([69.27.149.254]) by ezekiel.daleco.biz (8.13.4/8.13.1) with ESMTP id k4CJOawA064376; Fri, 12 May 2006 14:24:37 -0500 (CDT) (envelope-from kdk@daleco.biz) Message-ID: <4464E0EF.9020106@daleco.biz> Date: Fri, 12 May 2006 14:24:31 -0500 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.0.2) Gecko/20060509 SeaMonkey/1.0.1 MIME-Version: 1.0 To: justin References: <20060512185626.D57174@justnosweat.net> In-Reply-To: <20060512185626.D57174@justnosweat.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: hello (DSL -- should be: installing PHP5) 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: Fri, 12 May 2006 19:24:46 -0000 justin wrote: > > I `ve got a question about installing the php5 module. > I`m installing it from the /usr/ports/www/php5-session port. > Interesting; that's not the usual place. > Everything runs ok and it seems like the module is installed. > There is only one problem, in the httpd.conf there is a LoadModule > php5_module refering to libexec/apache/libphp5.so. > > The library libphp5.so is not made by the install and so my appache will > not start with the php5 enabled. > > What is wrong and what can i do to let the install make the libphp5.so. php5-session is a "sub-port" if you will; it's supposed to be an extension to /usr/ports/lang/php5. IIRC, this was "split out" from PHP5 quite some time ago. So, you should *probably* install /usr/ports/lang/php5 first, and then install the php5-session port; or, even better, install lang/php5 and then lang/php5-extensions, and you can get sessions and all other kinds of 'neat stuff', too. HTH, Kevin Kinsey -- All other things being equal, a bald man cannot be elected President of the United States. -- Vic Gold