stoufette wrote: > Hi man > > Thanks for your explications. > > I have done each line before the line below, and I have this error : > > Code: > $ run_zenbuild > > Loading initial Zenoss objects into the Zeo database > (this can take a few minutes) > unable to create the initial Zenoss object database > logout > > > > so I read the different messages of the forum and I modify the file : > Code: > zope.conf > > . > then I retry the command run_zenbuild and I have the error : > > Code: > -su: run_zenbuild: command not found > > >
If you su again you'll need to re-source the build files: Code: $ . shared-functions.sh $ . build-functions.sh and then you can continue with the install process. ------------------------ James Andrewartha -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=6521#6521 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
