Whoops. Guess I read too much into your last msg. :-)
So I made the necessary changes and got past that point. And ran into this: $ ./install.sh --no-prompt This installer actually builds Zenoss. For a simpler installation try the VMPlayer Appliance image, or use RPMs for Redhat based systems. Building... MySQL event database name [events]: MySQL username for Zenoss events database [zenoss]: MySQL password for zenoss [zenoss]: Password for the Zenoss "admin" user [zenoss]: Enter the password again: stty: standard input: Inappropriate ioctl for device installing into //opt/zenoss build log is in zenbuild.log installing libzenos/Products.tar.gz installing libzenos/bin.tar.gz installing zope installing pysnmp installing pycrypto installing twisted installing twistedsnmp installing mysql-python installing libpng configuring build/rrdtool-1.2.11/Makefile installing rrdtool gmake: *** [rrdtool-install] Error 2 unable to build zenoss and prerequisites, see zenbuild.log and checking zenbuild.log this time shows: [snipped for brevity] gcc -DHAVE_CONFIG_H "-DMAKE_TIMESTAMP=\"Sat Dec 9 06:39:59 UTC 2006\"" -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/opt/zenoss/share/rrdtool/fonts/DejaVuSansMono- Roman.ttf\" -DNUMVERS=1.2011 -I///opt/zenoss/include/freetype2 -I///opt/zenoss/include/libpng -I/usr/local/include/libart-2.0-I///opt/zenoss/include -I/usr/include/libart- 2.0 -I/usr/include/freetype2 -g -O2 -fPIC -DPIC -Wall -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -MT rrd_gfx.lo -MD -MP -MF .deps/rrd_gfx.Tpo -c rrd_gfx.c -fPIC -DPIC -o .libs/rrd_gfx.o rrd_gfx.c:12:18: warning: anonymous variadic macros were introduced in C99 rrd_gfx.c: In function `gfx_string_create': rrd_gfx.c:455: `FT_LOAD_TARGET_NORMAL' undeclared (first use in this function) rrd_gfx.c:455: (Each undeclared identifier is reported only once rrd_gfx.c:455: for each function it appears in.) rrd_gfx.c:456: `FT_LOAD_TARGET_LIGHT' undeclared (first use in this function) rrd_gfx.c:457: `FT_LOAD_TARGET_MONO' undeclared (first use in this function) rrd_gfx.c:492: `FT_RENDER_MODE_NORMAL' undeclared (first use in this function) rrd_gfx.c:493: `FT_RENDER_MODE_LIGHT' undeclared (first use in this function) rrd_gfx.c:494: `FT_RENDER_MODE_MONO' undeclared (first use in this function) rrd_gfx.c: In function `gfx_render_png': rrd_gfx.c:682: `FT_PIXEL_MODE_GRAY' undeclared (first use in this function) rrd_gfx.c:702: `FT_PIXEL_MODE_MONO' undeclared (first use in this function) rrd_gfx.c:683: warning: unreachable code at beginning of switch statement gmake[2]: *** [rrd_gfx.lo] Error 1 gmake[2]: Leaving directory `/home/zenoss/zenoss-1.0.1/build/rrdtool-1.2.11 /src' gmake[1]: *** [install-recursive] Error 1 gmake[1]: Leaving directory `/home/zenoss/zenoss-1.0.1/build/rrdtool-1.2.11' Thoughts? jc On 12/8/06, Christopher Blunck <[EMAIL PROTECTED]> wrote:
Jim, The GNUmakefile exists in the zenoss-1.0.1 top-level directory. It passes variables to the configure script down in the rrdtool directory. You want to modify the GNUmakefile in the top level directory rather than the Makefile in rrdtool. After you modify the GNUmakefile you can re-run ./install.sh -c Jim Carroll wrote: > The Makefile in the rrdtool-1.2.11 directory, you mean? It hasn't been > created yet. > > As mentioned, ./configure faceplanted when it was trying to find > libart-2.0. > > Surely there's a way of passing this info to ./configure, but I'm a > little > rusty at this. Ideas? > > jc > > On 12/8/06, Christopher Blunck <[EMAIL PROTECTED]> wrote: >> >> Jim, >> >> You could try to modify the GNUmakefile. Around line 237 you should see >> an include for libart. Change it from this: >> -I$(DESTDIR)/$(ZENHOME)/include/libart-2.0 \ >> >> to this: >> * -I/usr/local/include/libart-2.0 \ >> * >> >> -c >> >> > > ------------------------------------------------------------------------ > > _______________________________________________ > zenoss-users mailing list > [email protected] > http://lists.zenoss.org/mailman/listinfo/zenoss-users _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
_______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
