From owner-freebsd-ports@FreeBSD.ORG Tue Nov 13 00:28:10 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D43AA22D for ; Tue, 13 Nov 2012 00:28:10 +0000 (UTC) (envelope-from zaphod@berentweb.com) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id ADCE28FC0C for ; Tue, 13 Nov 2012 00:28:10 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1TY4ML-0006Id-SR for freebsd-ports@freebsd.org; Mon, 12 Nov 2012 16:28:09 -0800 Date: Mon, 12 Nov 2012 16:28:09 -0800 (PST) From: Beeblebrox To: freebsd-ports@freebsd.org Message-ID: <1352766489875-5760413.post@n5.nabble.com> In-Reply-To: <1352660162870-5760094.post@n5.nabble.com> References: <1352623446128-5759953.post@n5.nabble.com> <20121111103807.7c86f0a3@ernst.jennejohn.org> <1352630590036-5759965.post@n5.nabble.com> <1352660162870-5760094.post@n5.nabble.com> Subject: Re: boost error for linux source - looking in the wrong place? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Nov 2012 00:28:10 -0000 OK, I got lua >= 5.1 installed on the system. Running configure gives same error. This source code is looking in all the wrong places for everything. I have also done "*setenv USE_PKGCONFIG yes*" prior to ./configure. configure: error: "BOOST library is missing" checking for mysql headers and libraries... CFLAGS="-I/usr/local/include/mysql -pipe -fno-strict-aliasing -g" LIBS="-L/usr/local/lib/mysql -lmysqlclient_r -pthread -lz -lm" checking for LIBUUID... yes checking for LUA... no checking for LUA... configure: error: Package requirements (lua >= 5.1) were not met: Package lua was not found in the pkg-config search path. Perhaps you should add the directory containing `lua.pc' to the PKG_CONFIG_PATH environment variable No package 'lua' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables LUA_CFLAGS and LUA_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. -- View this message in context: http://freebsd.1045724.n5.nabble.com/boost-error-for-linux-source-looking-in-the-wrong-place-tp5759953p5760413.html Sent from the freebsd-ports mailing list archive at Nabble.com.