From owner-freebsd-stable@FreeBSD.ORG Mon Sep 18 13:50:31 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 129C716A668 for ; Mon, 18 Sep 2006 13:50:31 +0000 (UTC) (envelope-from perl@ipchains.ru) Received: from hermes.hw.ru (hermes.hw.ru [80.68.240.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F6BB43D77 for ; Mon, 18 Sep 2006 13:50:08 +0000 (GMT) (envelope-from perl@ipchains.ru) Received: from [80.68.244.38] (account odambaev@rbc.ru [80.68.244.38] verified) by hermes.hw.ru (CommuniGate Pro SMTP 5.0.10) with ESMTPA id 135100517; Mon, 18 Sep 2006 17:50:07 +0400 Message-ID: <450EA362.80400@ipchains.ru> Date: Mon, 18 Sep 2006 17:47:14 +0400 From: Oleg Dambaev User-Agent: Thunderbird 1.5.0.5 (X11/20060831) MIME-Version: 1.0 To: rvenne@dental-on-line.fr References: <450EA174.5050207@dental-on-line.fr> In-Reply-To: <450EA174.5050207@dental-on-line.fr> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: mod_php4 unavaible X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 13:50:31 -0000 rvenne@dental-on-line.fr wrote: > hi list > > I've updated php4 this morning, and my web site using lost php module. > the php4 is unavailble on my system. /usr/ports/www/mod_php4 has been > removed, and I don't know how to get it workind, > > some ideas? As far as I know, php builds own modules called usually libphp(version number).so and places it in $PREFIX$/$MODULES$ dir of your apache. Did you used --with-apxs=... option while building?