From owner-freebsd-hackers@FreeBSD.ORG Sat Feb 5 21:18:28 2011 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3DE811065670; Sat, 5 Feb 2011 21:18:28 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward13.mail.yandex.net (forward13.mail.yandex.net [95.108.130.120]) by mx1.freebsd.org (Postfix) with ESMTP id DCD258FC0A; Sat, 5 Feb 2011 21:18:27 +0000 (UTC) Received: from smtp11.mail.yandex.net (smtp11.mail.yandex.net [95.108.130.67]) by forward13.mail.yandex.net (Yandex) with ESMTP id 597EB10804F6; Sun, 6 Feb 2011 00:18:26 +0300 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1296940706; bh=LmwIAZSFjXjIf0sE4y7ZFEIR/8/DdPhyoC4qXJ6k9+A=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=nCPJRRQHOhve4zqMLxX+WrEoDTOD+HMXeJot2Y9YUviwLX8qQvhv6/htXhM1eyUVS b5bGucVApOgnkW3NNYYx3qjBV89R1oUQ8XXREXtAmJUF4X05cu8bFa3HcsZb0rexQE Yik9F5TCwCFRHZr5z8LR/Y4ker8eFVVsfhGSHk74= Received: from smeshariki2.local (unknown [213.138.85.225]) by smtp11.mail.yandex.net (Yandex) with ESMTPSA id E67184CC00B1; Sun, 6 Feb 2011 00:18:25 +0300 (MSK) Message-ID: <4D4DBE59.3060104@yandex.ru> Date: Sun, 06 Feb 2011 00:17:13 +0300 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; ru-RU; rv:1.9.2.13) Gecko/20110106 Thunderbird/3.1.7 MIME-Version: 1.0 To: Doug Barton References: <4D3CB2AF.9050003@yandex.ru> <4D4D9A4D.2070508@yandex.ru> <4D4D9DEA.8010502@yandex.ru> <4D4DB666.5070301@FreeBSD.org> In-Reply-To: <4D4DB666.5070301@FreeBSD.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-hackers@freebsd.org, Ivan Voras Subject: Re: Tracking down a problem with php on FreeBSD X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Feb 2011 21:18:28 -0000 05.02.2011 23:43, Doug Barton пишет: > On 02/05/2011 10:58, Ruslan Mahmatkhanov wrote: >> I just forget to add. >> We tried to rebuild php and modules with WITHOUT_LINKTHR=false > > Due to the way make works the opposite of WITHOUT_* is WITH_*. The > actual value that it's defined to is ignored. > > In any case, you're better off using 'make config', that's what it's > there for. :) > > > Doug > Yes, i saw the contradiction here, and yes i used make config for enabling this option. Thanks. -- Regards, Ruslan