From owner-freebsd-ports@FreeBSD.ORG Fri Dec 24 05:55:11 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D638106564A for ; Fri, 24 Dec 2010 05:55:11 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from spartan.hamla.org (spartan.hamla.org [206.251.255.30]) by mx1.freebsd.org (Postfix) with ESMTP id 35BAE8FC15 for ; Fri, 24 Dec 2010 05:55:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by spartan.hamla.org (Postfix) with ESMTP id CD8CE17153 for ; Fri, 24 Dec 2010 00:55:10 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tandon.net; h= user-agent:in-reply-to:content-disposition:content-type :content-type:mime-version:references:reply-to:message-id :subject:subject:from:from:date:date:received:received; s=aegis; t=1293170110; bh=IG3HAH4mNQNiLf0tfeeNXc+y1xwhQfZTnZD5mcEi0gI=; b= DnGcgjjtP3PahvcPi0OvwcPzt8O5bLR6olamYp+xzITjy2PruyJ0/jwy2p09hEFU sQMHTAwsCblsa85XpoHTgkbGK8ARG2XvpU+eArq2Zjyxjnh1TTfm9kYrMdOziB2X ZbpgvRYkaUtS3xAwegUxIR3ppzh6KHh+y/iuDCIzzHc= X-Virus-Scanned: by ClamAV at spartan.hamla.org Received: from spartan.hamla.org ([127.0.0.1]) by localhost (spartan.hamla.org [127.0.0.1]) (amavisd-new, port 10027) with LMTP id yo50KwkhWbGs for ; Fri, 24 Dec 2010 00:55:10 -0500 (EST) Received: from magic.hamla.org (cpe-69-201-179-80.nyc.res.rr.com [69.201.179.80]) by spartan.hamla.org (Postfix) with ESMTPSA id 20CA717117 for ; Fri, 24 Dec 2010 00:55:09 -0500 (EST) Date: Fri, 24 Dec 2010 00:55:06 -0500 From: Sahil Tandon To: freebsd-ports@freebsd.org Message-ID: <20101224055506.GA49259@magic.hamla.org> References: <20101223050909.6a3ecdc5@seibercom.net> <201012232223.54433.david@vizion2000.net> <20101223182052.0aa2e85b@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20101223182052.0aa2e85b@seibercom.net> User-Agent: Mutt/1.5.20 (2009-06-14) Subject: Re: Unable to build Port: php5-mysqli-5.3.4 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-ports@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Dec 2010 05:55:11 -0000 On Thu, 2010-12-23 at 18:20:52 -0500, Jerry wrote: > pkg_info |grep mysql > mysql-client-5.5.7 Multithreaded SQL database (client) > mysql-server-5.5.7 Multithreaded SQL database (server) With MySQL 5.5.x, build databases/php5-mysqli WITH_MYSQLND=1. -- Sahil Tandon