php5-imap core dumped

Olli Hauer ohauer at FreeBSD.org
Fri Apr 1 20:38:03 UTC 2011


On 2011-04-01 21:59, bsd at 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



More information about the freebsd-apache mailing list