From owner-freebsd-questions@FreeBSD.ORG Sun Jan 10 03:55:01 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 A8D571065670 for ; Sun, 10 Jan 2010 03:55:01 +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 916F08FC17 for ; Sun, 10 Jan 2010 03:55:01 +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 1NTot1-00003r-Vg; Sat, 09 Jan 2010 19:54:44 -0800 From: "Don O'Neil" To: , References: <157701ca90c1$3a62ecd0$af28c670$@com> <20100109073442.c86fe9e4.freebsd@edvax.de> <188101ca918f$40141810$c03c4830$@com> In-Reply-To: Date: Sat, 9 Jan 2010 19:55:05 -0800 Message-ID: <19e201ca91a8$b1f70690$15e513b0$@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: AcqRp8XxiB6zRxxVT9mV40D+Saj2SwAAJXgQ Content-Language: en-us Cc: php-general@lists.php.net Subject: RE: 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 03:55:01 -0000 Well, I hadn't edited the Makefiles, I was planning on it (but won't now that you pointed out the make option), but never got past making the generic port.... I tried adding WITHOUT_X11=yes to /etc/make.conf as well as X11BASE= and X11BASE="", but I still get the same error. Where to go from here? Do I have and old version of something that is causing this? I get this error _right away_ before anything is even built. Thanks! > If installing with the ports system you shouldn't need to be editing > any > Makefiles. make config will give you list of options you may select > from. > Note there is an initial build/install of PHP itself and a second port > called php5-extensions which you then install for all the modules. > Again, a > make config will list all options. No need to mess with Makefiles. > > > X11BASE is now deprecated. Unset X11BASE in make.conf and try again. > > *** Error code 1 > > > > Try putting WITHOUT_X11=yes into /etc/make.conf. Some PHP modules such > as GD > try and pull in X dependencies; this will short circuit that.