mray wrote:
> Were there any changes we need to make to the Zenoss Install Guide? There
> are not yet a specific FreeBSD 7.0 install instructions, did you just use the
> 6.3 notes? I want to keep it as current and applicable as possible.
>
> http://downloads.sourceforge.net/zenoss/Zenoss_Core_Installation_2.3.0.pdf.zip
>
> Thanks,
> Matt Ray
> Zenoss Community Manager
> [EMAIL PROTECTED]
Yes, I have used 6.3 install notes with some changes:
1. To depencies I added subversion and bazaar-ng.
2. I started building with install.sh script and after error (zenbuild.log) :
_____________________________________________________
./script/mkversion.sh: 'version.h' created for
Samba("4.0.0tp4-SVN-build-UNKNOWN")
./autogen.sh: running autoheader -I. -Ilib/replace
build/m4/check_cc.m4:8: error: AC_REQUIRE: circular dependency of AC_GNU_SOURCE
lib/replace/autoconf-2.60.m4:169: AC_USE_SYSTEM_EXTENSIONS is expanded from...
../../lib/autoconf/specific.m4:331: AC_GNU_SOURCE is expanded from...
lib/replace/autoconf-2.60.m4:169: AC_USE_SYSTEM_EXTENSIONS is expanded from...
build/m4/check_cc.m4:8: the top level
autom4te-2.62: /usr/local/bin/gm4 failed with exit status: 1
autoheader-2.62: '/usr/local/bin/autom4te-2.62' failed with exit status: 1
./configure: not found
gmake[2]: Entering directory
`/usr/home/zenoss/zenoss-2.3.0/build/wmi-1.1.8/Samba/source'
gmake[2]: *** No rule to make target `proto'. Stop.
gmake[2]: Leaving directory
`/usr/home/zenoss/zenoss-2.3.0/build/wmi-1.1.8/Samba/source'
cd Samba/source ; \
cp bin/winexe //usr/local/zenoss/bin ; \
cp bin/wmic //usr/local/zenoss/bin ; \
cp bin/shared/*async_wmi_lib.so.0* //usr/local/zenoss/lib/python
cp: bin/winexe: No such file or directory
cp: bin/wmic: No such file or directory
cp: bin/shared/*async_wmi_lib.so.0*: No such file or directory
gmake[1]: *** [pywmi-installed] Error 1
gmake[1]: Leaving directory `/usr/home/zenoss/zenoss-2.3.0/build/wmi-1.1.8'
__________________________________________
I make changes (solution from this post
http://lists.zenoss.org/pipermail/zenoss-users/2008/021644.html) in
build/wmi-1.1.8/Samba/source/lib/replace/autoconf-2.60.m4 in lines 174-177....
from:
AC_REQUIRE([AC_GNU_SOURCE])
AC_REQUIRE([AC_AIX])
AC_REQUIRE([AC_MINIX])
to:
# AC_REQUIRE([AC_GNU_SOURCE])
# AC_REQUIRE([AC_AIX])
# AC_REQUIRE([AC_MINIX])
After this correction I started to build zenoss again with install.sh script.
Pavel
-------------------- m2f --------------------
Read this topic online here:
http://forums.zenoss.com/viewtopic.php?p=27885#27885
-------------------- m2f --------------------
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users