[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Building server on OSX 10.5.5
- To: hobbit (at) hswn.dk
- Subject: Building server on OSX 10.5.5
- From: "Lee J. Imber" <ljimber (at) gmail.com>
- Date: Thu, 25 Sep 2008 14:35:16 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :content-type:content-transfer-encoding:mime-version:subject:date :x-mailer; bh=vj+2dwVawsxe52wSaLtR5Mjp4IIVNqIaMwgW56RGlA8=; b=U7uB/R+l49LNnQhw+o7BJgZjS4RxTkxPbl/902EqXkFy/W2tpQfTya51+t14SW0pIm 6yu106Hu2p/jLpg1J45QCQQFfRmusH+epATogUt261eUHdIS422Fpb0wQ7ZjiLF6I3+f 8G0Ne7N2hOYPylRvoBWHLHutxZM/pVByi1x84=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding :mime-version:subject:date:x-mailer; b=GdkwirIUbbDGTc1VXa6XP6K4xP+QIxNDQtWcuuEnbxXZkZvf1L3U17VXBc/OIqiyo1 UomGyXdJJHuTqS500tH1Kc2bJC6SqxSjPDcNbjSMJZ57aNL7oit6vo3cttyVxmAxNL78 mnBs2nZ07ZOrEGhSX0DcOV3vgNkHdNjL5fg+4=
I am trying to build 4.2.0 server on OSX 10.5.5.
sh-3.2$ find /opt/local/ -name rrdtool
/opt/local//bin/rrdtool
/opt/local//lib/rrdtool
/opt/local//share/rrdtool
/opt/local//var/macports/distfiles/rrdtool
/opt/local//var/macports/receipts/rrdtool
/opt/local//var/macports/software/rrdtool
/opt/local//var/macports/software/rrdtool/1.3.2_0/opt/local/bin/rrdtool
/opt/local//var/macports/software/rrdtool/1.3.2_0/opt/local/lib/rrdtool
/opt/local//var/macports/software/rrdtool/1.3.2_0/opt/local/share/
rrdtool
/opt/local//var/macports/sources/rsync.macports.org/release/ports/net/
rrdtool
sh-3.2$ MAKE=gmake ./configure.server --rrdinclude /opt/local/bin --
rrdlib /opt/local/lib
Configuration script for Hobbit
This script asks a few questions and builds a Makefile to compile Hobbit
Checking your make-utility
Checking pre-requisites for building Hobbit
Checking for fping ...
Hobbit has a built-in ping utility (hobbitping)
However, it is not yet fully stable and therefore it
may be best to use the external fping utility instead.
I could not find fping on your system
Do you want to use hobbitping [Y/n] ?
y
OK, I will use hobbitping.
Checking for RRDtool ...
test-rrd.c:3:17: error: rrd.h: No such file or directory
test-rrd.c: In function 'main':
test-rrd.c:26: warning: implicit declaration of function
'rrd_clear_error'
test-rrd.c:30: warning: implicit declaration of function 'rrd_graph'
gmake: *** [test-compile] Error 1
Not RRDtool 1.0.x, checking for 1.2.x
test-rrd.c:3:17: error: rrd.h: No such file or directory
test-rrd.c: In function 'main':
test-rrd.c:26: warning: implicit declaration of function
'rrd_clear_error'
test-rrd.c:28: warning: implicit declaration of function 'rrd_graph'
gmake: *** [test-compile] Error 1
ERROR: RRDtool include files found in /opt/local/bin, but compile fails.
sh-3.2$
AFAIK BSD tools are installed.
Anyone have success?
Thanks,
Lee