Do you happen to have SVN/ svk installed on this system already?
I'm running into a problem while compiling wmi.

cp bin/winexe //usr/local/zenoss/bin &&                         \
cp wmi/_pywmi.so //usr/local/zenoss/lib/python &&                       \
cp wmi/pywmi.py //usr/local/zenoss/lib/python
./autogen.sh: running script/mkversion.sh
./script/mkversion.sh: svk: not found
./script/mkversion.sh: bzr: not found
./script/mkversion.sh: 'version.h' created for 
Samba("4.0.0tp4-SVN-build-UNKNOWN")
./autogen.sh: running autoheader -I. -Ilib/replace
autom4te: need GNU m4 1.4 or later: /usr/local/bin/m4
autoheader: '/usr/local/bin/autom4te' failed with exit status: 1
gmake[1]: *** [pywmi-installed] Error 1
gmake[1]: Leaving directory `/home/zenoss/zenoss-1.9.5/build/wmi-20070502'

This is installing 1.9.5 what version did you get to compile?


jmaltais wrote:
> After a few frustrating days, I decided to post my notes for getting Zenoss 
> to compile and run on Solaris 10.  I used packages from Sunfreeware; 
> Blastwave did not work since MySQL was compiled with Sun Studio, Python with 
> GCC: this prevents mysql-python from building.
> 
> Sunfreeware packages:
> 
> bzip2-1.0.4
> coreutils-6.4
> db-4.2.52.NC
> diffutils-2.8.1
> fping2.4b2
> gcc-3.4.6
> gdbm-1.8.3
> glib-1.2.10
> grep-2.5.1a
> gtk+-1.2.10
> less-381
> libgcc-3.3 (Required by Python 2.4, install before gcc 3.4.6)
> libiconv-1.11
> make-3.81
> mysql-5.0.27
> ncurses-5.6
> openssl-0.9.8d
> pcre-6.7
> python-2.4.3 (Not listed on the main page but available on the FTP site)
> readline-5.2
> sqlite-3.3.6
> sudo-1.6.8p9
> tar-1.16
> tcl-8.5a4
> tk-8.5a4
> vim-7.0
> zlib-1.2.3
> 
> Required Solaris packages:
> 
> SUNWhea - SunOS Header Files
> SUNWarc - Lint Libraries (usr)
> SUNWarcr - Lint Libraries (root)
> SUNWlibm - Math & Microtasking Library Headers & Lint Files (Usr)
> SUNWlibmr - Math Library Lint Files (Root)
> SUNWlibms - Math & Microtasking Libraries (Usr)
> SUNWlibmsr - Math & Microtasking Libraries (Root)
> SUNWpl5u - Perl 5.6.1 (core)
> SUNWgpch - The GNU Patch utility
> SUNWsfwhea - Open Source header files
> SUNWgccruntime - GCC Runtime libraries
> 
> 
> Other required packages
> 
> perl Net::SNMP module
> 
> * Configure MySQL and get it running.
> * Configure /usr/local/etc/sudoers (use /usr/local/bin/kill)
> * Create symbolic link: /usr/local/bin/gcc -> /usr/local/bin/cc
> * untar zenoss 
> * export mysqlclient=mysqlclient (required by mysql-python, thread safe 
> libraries not present)
> * export LD_LIBRARY_PATH=/usr/local/mysql/lib/mysql
> * export 
> PATH=$ZENHOME/bin:/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/usr/bin:/usr/ccs/bin:/usr/ucb:/sbin:/usr/sbin:/usr/sfw/bin
> * Start installation:
> 
> * If rrdtools binding fails:  Edit 
> build/rrdtool-1.2.15/bindings/python/Makefile.  Remove all occurrences of 
> "-std=gnu99" then cd buid/rrdtool-1.2.15; make; make install.  Restart 
> installation of zenoss...
> * If nagios-plugins fails:  Change directory to build/nagios-plugins-1.4.5 
> then execute: ./configure --prefix=$ZENHOME; make; make install.  Restart 
> installation of zenoss...
> 
> 
> 2007.05.09 update
> Updated list of packages to install.  Zenoss does not work with Python 2.5... 
> :-(
> Started testing...


------------------------
Rob Gault




-------------------- m2f --------------------

Read this topic online here:
http://community.zenoss.com/forums/viewtopic.php?p=6513#6513

-------------------- m2f --------------------



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

Reply via email to