From owner-freebsd-questions@FreeBSD.ORG Sat Jan 9 00:18:23 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 D028E1065670 for ; Sat, 9 Jan 2010 00:18:23 +0000 (UTC) (envelope-from lists@lizardhill.com) Received: from kermit7.lizardhill.com (kermit7.lizardhill.com [64.69.41.223]) by mx1.freebsd.org (Postfix) with ESMTP id B58888FC1A for ; Sat, 9 Jan 2010 00:18:23 +0000 (UTC) Received: from ip68-104-23-65.lv.lv.cox.net ([68.104.23.65] helo=mickey) by kermit.lizardhill.com with esmtpa (Exim 4.62) (envelope-from ) id 1NTP1t-000G4Y-Qh; Fri, 08 Jan 2010 16:18:09 -0800 From: "Don O'Neil" To: , Date: Fri, 8 Jan 2010 16:18:11 -0800 Message-ID: <157701ca90c1$3a62ecd0$af28c670$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcqQu8Ma5BQ7TrbPS9OIXMPzKBc5gg== Content-Language: en-us x-cr-hashedpuzzle: AKJk Ad/n BczJ DSZY DdD+ Hy2J J98G Kqtm KyDE LqEL MYO0 MpsZ OMwn PkLt SKH0 U986; 2; ZgByAGUAZQBiAHMAZAAtAHEAdQBlAHMAdABpAG8AbgBzAEAAZgByAGUAZQBiAHMAZAAuAG8AcgBnADsAcABoAHAALQBnAGUAbgBlAHIAYQBsAEAAbABpAHMAdABzAC4AcABoAHAALgBuAGUAdAA=; Sosha1_v1; 7; {D9082E8A-3676-4D81-96D2-98696C8130D9}; bABpAHMAdABzAEAAbABpAHoAYQByAGQAaABpAGwAbAAuAGMAbwBtAA==; Fri, 08 Jan 2010 23:39:04 GMT; QwBsAGUAYQBuACAAUABIAFAAIAA1AC4AMgAuADEAMgAgAEIAdQBpAGwAZAAgAEMAbwByAGUAIABEAHUAbQBwAGkAbgBnAA== x-cr-puzzleid: {D9082E8A-3676-4D81-96D2-98696C8130D9} Cc: Subject: 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: Sat, 09 Jan 2010 00:18:23 -0000 Ok... more info on the problem... I started with a clean untarred archive, ad just ran ./configure, make, make test.... I get a core dump. After running gdb on the core dump I noticed it was the sqlite stuff that was dumping, so I re-ran configure with --without-sqlite --without-pdo-sqlite --with-mysql=/usr/local/mysql Now the gdb shows this: 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, that's the last version I built and is installed on this system. Maybe it's pulling that from the system php? Secondly, even though I've told it not to use sqlite, it still seems to be. Any help here would be appreciated in moving forward. My whole reason for needing to rebuild php is I need the pdo_mysql module instead of the pdo_sqlite version. Thanks!