From owner-freebsd-questions@FreeBSD.ORG Sun Jan 10 15:39:54 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 53DAA106566C for ; Sun, 10 Jan 2010 15:39:54 +0000 (UTC) (envelope-from mpeters@mac.com) Received: from asmtpout011.mac.com (asmtpout011.mac.com [17.148.16.86]) by mx1.freebsd.org (Postfix) with ESMTP id 4144F8FC12 for ; Sun, 10 Jan 2010 15:39:54 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=ISO-8859-1; format=flowed Received: from [192.168.15.24] ([68.189.86.17]) by asmtp011.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPA id <0KW1005WWCQFNW60@asmtp011.mac.com> for freebsd-questions@freebsd.org; Sun, 10 Jan 2010 06:39:52 -0800 (PST) Message-id: <4B49E6B3.4070809@mac.com> Date: Sun, 10 Jan 2010 06:39:47 -0800 From: "Michael A. Peters" User-Agent: Thunderbird 2.0.0.23 (X11/20090817) To: Don O'Neil References: <157701ca90c1$3a62ecd0$af28c670$@com> In-reply-to: <157701ca90c1$3a62ecd0$af28c670$@com> Cc: php-general@lists.php.net, freebsd-questions@freebsd.org Subject: Re: [PHP] Clean PHP 5.2.12 Build Core Dumping 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, 10 Jan 2010 15:39:54 -0000 Don O'Neil wrote: > > Core was generated by `php'. > Program terminated with signal 11, Segmentation fault. > #0 0x081d50a7 in sqlite3Select (pParse=0xbbc00080, p=0x0, eDest=164102200, > iParm=0, pParent=0x24, parentTab=139141440, pParentAgg=0x84c10d8, > aff=0x0) > at > /usr/local/directadmin/customapache/php-5.2.11/ext/pdo_sqlite/sqlite/src/sel > ect.c:3172 > 3172 for(j=0; jnExpr; j++){ > > > First off, the compile directory listed is wrong, don't know where it got > php-5.2.11 from I've experienced the same type of issue when building php RPM's on Linux. The solution is to either remove the previous php build or build it in a chroot build environment (such as mock for RPM based distros).