From owner-freebsd-ports@FreeBSD.ORG Fri Jun 30 15:07:51 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71DD516A412 for ; Fri, 30 Jun 2006 15:07:51 +0000 (UTC) (envelope-from szlists@szarka.org) Received: from hustle.szarka.net (hustle.szarka.net [204.89.131.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8DE443E9F for ; Fri, 30 Jun 2006 15:07:46 +0000 (GMT) (envelope-from szlists@szarka.org) Received: from BUCKY.szarka.org (ip-65-75-16-177.ct.dsl.ntplx.com [65.75.16.177]) (authenticated bits=0) by hustle.szarka.net (8.13.6/8.13.6) with ESMTP id k5UF7h4j012114 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Fri, 30 Jun 2006 11:07:45 -0400 (EDT) (envelope-from szlists@szarka.org) Message-Id: <7.0.1.0.0.20060630110223.04c4eda0@szarka.org> X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Date: Fri, 30 Jun 2006 11:07:49 -0400 To: freebsd-ports@freebsd.org From: Rob Szarka Cc: freebsd-ports@freebsd.org In-Reply-To: <44A496C4.8090602@rogers.com> References: <7.0.1.0.0.20060629211947.04d85b80@szarka.org> <44A4839F.9060607@rogers.com> <7.0.1.0.0.20060629222522.053e2518@szarka.org> <44A496C4.8090602@rogers.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: PHP 5.1.4 w/ mysqli dumps core - SOLVED? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jun 2006 15:07:51 -0000 At 11:13 PM 6/29/2006, Mike Jakubik wrote: >>MySQL is 5.1.11 >> >>I did just "solve" the problem. Having read >>http://www.bsdforums.org/forums/archive/index.php/t-28681.html , >>which notes a similar problem with the php5-mysql (not mysqli) >>extension, I did a "make && make deinstall && make reinstall" on >>first net/php5-sockets and then >>/databases/php5-mysqli. >> >>PHP no longer dumps core. I have no insight as to what this >>fixed--totally cargo cult configuration on my part. So, maybe this >>is still an issue with the port that demands attention. (If it was >>something I did, it would at least be good to know what, so I don't >>do it again... ;) > >Perhaps you liked against an old MySQL library. Keep in mind though, >that 5.1 is still beta. Hmm.. Well, this is a brand-new system, with no earlier installation of MySQL AFAIK. And I installed MySQL before the PHP stuff. Thanks for the tip about the version. I didn't realize the 5.1 tree was development.