Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 01 Apr 2011 22:38:26 +0200
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        bsd@abc.pl.ua
Cc:        freebsd-apache@freebsd.org
Subject:   Re: php5-imap  core dumped
Message-ID:  <4D9637C2.4080709@FreeBSD.org>
In-Reply-To: <3ba8dbabc703778d58bcae920ca36696.squirrel@www.abc.pl.ua>
References:  <3ba8dbabc703778d58bcae920ca36696.squirrel@www.abc.pl.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4D9637C2.4080709>