Date: Tue, 16 Nov 2010 13:03:04 +0100 From: endzed@gmail.com To: ports@freebsd.org, freebsd-questions <freebsd-questions@freebsd.org> Subject: Re: [freebsd] pecl-imagick -> Segmentation fault: 11 (core dumped) on php -i under freebsd 7.3 Message-ID: <B0952F89-D2D3-40FC-8921-201C58632EBD@gmail.com> In-Reply-To: <1289520291.22576.5.camel@frosch.omx.ch> References: <1242763051.5505.18.camel@frosch.omx.ch> <47e01da70905240107u6baf7e44pb9e46f8d6952de70@mail.gmail.com> <1277196339.16778.20.camel@ompc.insign.local> <1289520291.22576.5.camel@frosch.omx.ch>
next in thread | previous in thread | raw e-mail | index | archive | help
Le 12 nov. 2010 =E0 01:04, Olivier Mueller a =E9crit :
> Good evening,
>=20
> On Tue, 2010-06-22 at 10:45 +0200, Olivier Mueller wrote:
>> Problem:
>>=20
>> [om@pandora ~]$ php -v -c /usr/local/etc/php.ini-production=20
>> PHP 5.3.2 with Suhosin-Patch (cli) (built: Jun 14 2010 18:11:48)=20
>> Copyright (c) 1997-2009 The PHP Group
>> Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
>> Segmentation fault: 11 (core dumped)
>>=20
Here's what did it for me :
remove the following lines from =
/usr/ports/textproc/libxml2/files/patch-configure and rebuild+reinstall =
libxml2
@@ -20678,6 +20679,8 @@ fi
fi
fi
;;
+ *freebsd*) THREAD_LIBS=3D""
+ ;;
esac
if test "$WITH_THREADS" =3D "1" ; then
THREAD_CFLAGS=3D"$THREAD_CFLAGS -D_REENTRANT"
I found this somewhere but cannot remember the thread url =
unfortunately...
NZ=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?B0952F89-D2D3-40FC-8921-201C58632EBD>
