From owner-freebsd-apache@FreeBSD.ORG Fri Apr 1 20:38:03 2011 Return-Path: Delivered-To: freebsd-apache@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C16831065674 for ; Fri, 1 Apr 2011 20:38:03 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from u18-124.dslaccess.de (unknown [194.231.39.124]) by mx1.freebsd.org (Postfix) with ESMTP id 731458FC14 for ; Fri, 1 Apr 2011 20:38:03 +0000 (UTC) Received: from [172.20.1.100] (unknown [172.20.1.100]) by u18-124.dslaccess.de (Postfix) with ESMTPSA id A49B72078A; Fri, 1 Apr 2011 22:37:56 +0200 (CEST) Message-ID: <4D9637C2.4080709@FreeBSD.org> Date: Fri, 01 Apr 2011 22:38:26 +0200 From: Olli Hauer User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9 MIME-Version: 1.0 To: bsd@abc.pl.ua References: <3ba8dbabc703778d58bcae920ca36696.squirrel@www.abc.pl.ua> In-Reply-To: <3ba8dbabc703778d58bcae920ca36696.squirrel@www.abc.pl.ua> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-apache@freebsd.org Subject: Re: php5-imap core dumped X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ohauer@FreeBSD.org List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2011 20:38:03 -0000 On 2011-04-01 21:59, bsd@abc.pl.ua wrote: > Hello!!! > > I have > > FreeBSD 8.2-RELEASE #0 > > hostitt# pkg_info | grep imap > php5-imap-5.3.6 The imap shared extension for php > > hostitt# pkg_info | grep apache > apache-2.2.17_1 Version 2.2.x of Apache web server with prefork MPM. > > If I include extension=imap.so,have > > phphostitt# php -m > Segmentation fault (core dumped) > > How to be here? > Please provide additional the output of the commands # cat /usr/local/etc/php/extensions.ini # httpd -V # php -v If php -v fails, then set a comment with `;' in the extensions.ini like this `;extension=imap.so' and try additional # php -m