From owner-freebsd-questions@FreeBSD.ORG Sun Jun 29 20:13:15 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7CFC8E1A for ; Sun, 29 Jun 2014 20:13:15 +0000 (UTC) Received: from systemdatarecorder.org (ec2-54-246-96-61.eu-west-1.compute.amazonaws.com [54.246.96.61]) (using TLSv1.1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "localhost", Issuer "localhost" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 189DC2605 for ; Sun, 29 Jun 2014 20:13:13 +0000 (UTC) Received: from nereid (84-253-211-213.bb.dnainternet.fi [84.253.211.213]) (authenticated bits=0) by systemdatarecorder.org (8.14.4/8.14.4/Debian-2ubuntu2.1) with ESMTP id s5TKBBVP025820 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Sun, 29 Jun 2014 20:11:12 GMT Date: Sun, 29 Jun 2014 23:12:32 +0300 From: Stefan Parvu To: freebsd-questions@freebsd.org Subject: rrdtool and lua on FreeBSD 10.x anyone ? Message-Id: <20140629231232.3d6c5b5e561e1627e58b3ace@systemdatarecorder.org> Organization: systemdatarecorder.org X-Mailer: Sylpheed 3.4.1 (GTK+ 2.24.22; amd64-portbld-freebsd11.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jun 2014 20:13:15 -0000 Hi, Anyone here using rrdtool and lua ? I have seen that RRDtool has bindings for LUA but I was curious how one would get them compiled correctly. What I tried: - # pkg install lua52-5.2.3_2 - configure rrdtool ... which ended up like this: checking for lua... /usr/local/bin/lua checking for lua >= 5.0... 5.2 found checking lua52/lua.h usability... yes checking lua52/lua.h presence... yes checking for lua52/lua.h... yes checking lua52/lualib.h usability... yes checking lua52/lualib.h presence... yes checking for lua52/lualib.h... yes checking lua52/lauxlib.h usability... yes checking lua52/lauxlib.h presence... yes checking for lua52/lauxlib.h... yes checking for library containing lua_call... no Lua headers found but not the libraries! Please reinstall the dev packages for Lua 5.2 There are no such thing as a lua-dev package, does this sound a Linux thing or is there anything else I need to install ? Many thanks, -- Stefan Parvu