Hi, new guy here.

I've had a few challenges trying to build from zenoss-1.0.1.tar.gz.  Here's
the latest:

$ ./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
gmake: *** [build/rrdtool-1.2.11/Makefile] Error 1
unable to build zenoss and prerequisites, see zenbuild.log

On examining zenbuild.log:

configure: WARNING:
----------------------------------------------------------------------------
* I could not find a working copy of libart-2.0. Check config.log for hints
on why
 this is the case. Maybe you need to set LDFLAGS and CPPFLAGS appropriately
 so that compiler and the linker can find libart_lgpl_2 and its header
files. If
 you have not installed libart-2.0, you can get it either from its original
home on

    ftp://ftp.gnome.org/pub/GNOME/sources/libart_lgpl/2.3/

 You can find also find an archive copy on

    http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/libs

 The last tested version of libart-2.0 is 2.3.17.

      LIBS=-lm
  LDFLAGS=-L///opt/zenoss/lib
 CPPFLAGS=-I///opt/zenoss/include/freetype2
-I///opt/zenoss/include/libpng  -I///opt/zenoss/include/libart-2.0
-I///opt/zenoss/include
-I/usr/include/libart-2.0

----------------------------------------------------------------------------

checking for zlibVersion in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for png_access_version_number in -lpng... yes
checking png.h usability... yes
checking png.h presence... yes
checking for png.h... yes
checking for FT_Init_FreeType in -lfreetype... yes
checking ft2build.h usability... yes
checking ft2build.h presence... yes
checking for ft2build.h... yes
configure: error: Please fix the library issues listed above and try again.

But here's the thing.  I've already got rrdtool installed, and it's worked
fine for other things:

$ ll -d /usr/local/rrd*
lrwxrwxrwx    1 root     root           14 Nov 23 23:07 /usr/local/rrdtool
-> rrdtool-1.2.13
drwxr-xr-x    7 root     root         4096 May 17  2006 /usr/local/rrdtool-
1.2.13

So, is there a way I can skip the rrdtool build and leverage my existing
rrdtool install?

jc
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to