From owner-freebsd-questions@FreeBSD.ORG Sun Jul 24 00:14:21 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 3E4E216A41F; Sun, 24 Jul 2005 00:14:21 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id C04B343D48; Sun, 24 Jul 2005 00:14:20 +0000 (GMT) (envelope-from gabor.kovesdan@t-hosting.hu) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id 854F3997928; Sun, 24 Jul 2005 02:14:18 +0200 (CEST) Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 86626-01; Sun, 24 Jul 2005 02:14:15 +0200 (CEST) Received: from [80.98.156.20] (catv-50629c14.catv.broadband.hu [80.98.156.20]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.t-hosting.hu (Postfix) with ESMTP id 10194997561; Sun, 24 Jul 2005 02:14:15 +0200 (CEST) Message-ID: <42E2DD50.4090304@t-hosting.hu> Date: Sun, 24 Jul 2005 02:14:08 +0200 From: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jack Raats References: <000e01c58f6b$20bc9670$9800000a@jara2> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: amavisd-new at t-hosting.hu Cc: FreeBSD Stable , freebsd-questions@freebsd.org Subject: Re: Trouble with PHP4-extensions 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: Sun, 24 Jul 2005 00:14:21 -0000 On 7/23/05, Jack Raats wrote: >I had installed Apache, PHP4.40 and imap on a FreeBSD 5.4-STABLE server. It worked OK. I had to recompile IMAP and after this apache refuses to start. I have to recompile the php4-imap part of php. > >How to do this? >Deinstall php4 completely and then reinstall it >or >Can i use the extensions to recompile only a part? > >Met vriendelijke groeten >Jack Raats > Just delete only php4-imap with pkg_delete, then mkdir to /usr/ports/lang/php4-extensions and make config. Make only imap part selected and make FORCE_PKG_REGISTER=YES install. Cheers, Gábor Kövesdán