Hi, Just run install.sh. It finds graphviz compiled allready. Adn runs straight to the end.
Sven -----Ursprüngliche Nachricht----- Von: José Luis Gordo Romero [mailto:[EMAIL PROTECTED] Gesendet: Montag, 7. August 2006 09:01 An: General discussion of using zenoss system Betreff: Re: [zenoss-users] Graphviz Compile error during svn install Hello, Firsts Thanks for the reply, Graphviz installed succefully: [EMAIL PROTECTED]:~/zenossinst> rm -rf build/graphviz-2.8/ [EMAIL PROTECTED]:~/zenossinst> make graphviz-install unpacking graphviz-2.8 in build/ configuring build/graphviz-2.8/Makefile installing graphviz Now how would continue the install? runinng ./install.sh? Thanks and congrats for the great job (impatient to taste zenoss) :) 2006/8/7, Schuran, Sven <[EMAIL PROTECTED]>: > Hi, > > I am using SUSE 10.1, too. > > Please try to do the following. > > Sven > > ##################### > Hey Sven, > > That sounds like it didn't get the right "--prefix" option passed to > configure. Perhaps that's a by-product of your attempts to install it > manually. Remove the graphviz directory: > > $ cd zenossinst ; rm -rf buld/graphviz-2.8 > > Make sure that /usr/local/bin is in your path so that /usr/local/bin/python > is found by the configure script: > > $ export PATH=/usr/local/bin:$PATH > $ make graphviz-install > > That should fix the problem. I'm going to have to get a Suse image just so I > can keep up with you! > > -Eric > > ##################### > > -----Ursprüngliche Nachricht----- > Von: José Luis Gordo Romero [mailto:[EMAIL PROTECTED] > Gesendet: Sonntag, 6. August 2006 14:39 > An: [email protected] > Betreff: [zenoss-users] Graphviz Compile error during svn install > > Hello! > > I'm trying to install zenoss in Suse 10.1, I was install python from > sources http://www.python.org/ftp/python/2.4.3/Python-2.4.3.tgz > to avoid the zope compilation problem. > > The installation procedure was: > #svn co http://dev.zenoss.org/svn/trunk/inst zenossinst #cd zenossinst > #./install.sh > > Now when installing graphviz I'm obtaining the following error: > > gv_python.cpp: In function 'void init_gv()': > gv_python.cpp:5552: error: expected initializer before '*' token > gv_python.cpp:5553: error: 'PyObject' was not declared in this scope > gv_python.cpp:5553: error: 'm' was not declared in this scope > gv_python.cpp:5553: error: 'd' was not declared in this scope > gv_python.cpp:5554: error: 'SWIG_globals' was not declared in this > scope > gv_python.cpp:5554: error: 'SWIG_Python_newvarlink' was not declared > in this scope > gv_python.cpp:5557: error: 'SwigMethods' was not declared in this > scope > gv_python.cpp:5557: error: 'SWIG_Python_FixMethods' cannot be used as > a function > gv_python.cpp:5559: error: 'Py_InitModule' was not declared in this > scope > gv_python.cpp:5560: error: 'PyModule_GetDict' was not declared in this > scope > gv_python.cpp:5563: error: 'SWIG_Python_InstallConstants' cannot be > used as a function > gmake[3]: *** [gv_python.lo] Error 1 > gmake[3]: Leaving directory > `/home/zenoss/zenossinst/build/graphviz-2.8/tclpkg/gv' > gmake[2]: *** [install-recursive] Error 1 > gmake[2]: Leaving directory > `/home/zenoss/zenossinst/build/graphviz-2.8/tclpkg' > gmake[1]: *** [install-recursive] Error 1 > gmake[1]: Leaving directory `/home/zenoss/zenossinst/build/graphviz-2.8' > > Thanks > José Luis Gordo > _______________________________________________ > 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 _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
