LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   installing cluster glue on debian (https://www.linuxquestions.org/questions/linux-newbie-8/installing-cluster-glue-on-debian-880280/)

danndp 05-12-2011 05:28 AM

installing cluster glue on debian
 
hello,

i'm trying to compile cluster glue to build a cluster environment with 2 debian boxes...the problem is compiling cluster glue, i'm following this tutorial: http://www.clusterlabs.org/wiki/DebianCorosync

First " ./autogen.sh" OK
Then "./configure --localstatedir=/var --disable-fatal-warnings" OK
And then "make" i get the following error:

.
.

/usr/bin/xsltproc \
--xinclude \
http://docbook.sourceforge.net/relea...es/docbook.xsl hb_report.xml
http://docbook.sourceforge.net/relea...docbook.xsl:1: parser error : Document is empty

^
http://docbook.sourceforge.net/relea...docbook.xsl:1: parser error : Start tag expected, '<' not found

^
cannot parse http://docbook.sourceforge.net/relea...es/docbook.xsl
make[2]: *** [hb_report.8] Error 4
make[2]: Leaving directory `/usr/src/ha/Reusable-Cluster-Components-glue--glue-1.0.7/doc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/ha/Reusable-Cluster-Components-glue--glue-1.0.7/doc'
make: *** [all-recursive] Error 1

What can i do?

Regards!

knudfl 05-12-2011 06:38 AM

make[2]: Entering directory 'Reusable-Cluster-Components-glue--b3ab6686445b/doc'
/usr/bin/xsltproc \ ,,, etc. etc.

At that stage everything has been compiled ( exept 'doc' )
and you can do # make install ( And thus ignore the missing "doc files".)


I got no errors on Debian Squeeze, with these "docbook" packages installed:
docbook docbook-xsl-doc-html docbook5-xml docbook-xsl

(If you have Debian Lenny it shouldn't be a problem using Squeeze docbook* packages.
It's all text files, AFAIK.)

danndp 05-13-2011 03:06 AM

Quote:

Originally Posted by knudfl (Post 4354195)
make[2]: Entering directory 'Reusable-Cluster-Components-glue--b3ab6686445b/doc'
/usr/bin/xsltproc \ ,,, etc. etc.

At that stage everything has been compiled ( exept 'doc' )
and you can do # make install ( And thus ignore the missing "doc files".)


I got no errors on Debian Squeeze, with these "docbook" packages installed:
docbook docbook-xsl-doc-html docbook5-xml docbook-xsl

(If you have Debian Lenny it shouldn't be a problem using Squeeze docbook* packages.
It's all text files, AFAIK.)


Hello,

issuing "make install" produces the same output, take a look:


^
http://docbook.sourceforge.net/relea...docbook.xsl:1: parser error : Start tag expected, '<' not found

^
cannot parse http://docbook.sourceforge.net/relea...es/docbook.xsl
make[2]: *** [hb_report.8] Error 4
make[2]: Leaving directory `/usr/src/ha/Reusable-Cluster-Components-glue--glue-1.0.7/doc'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/usr/src/ha/Reusable-Cluster-Components-glue--glue-1.0.7/doc'
make: *** [install-recursive] Error 1


these are my versions:


cat /etc/issue
Debian GNU/Linux 6.0 \n \l

uname -a
Linux SIP-PROXY-SERVER-1 2.6.32-5-686 #1 SMP Wed Jan 12 04:01:41 UTC 2011 i686 GNU/Linux

Thanks!

knudfl 05-13-2011 08:21 AM

Use the version, that works = "Reusable-Cluster-Components-glue--b3ab6686445b"
http://hg.linux-ha.org/glue/archive/tip.tar.gz
( http://www.clusterlabs.org/wiki/Debi...c#cluster-glue )
( Or you can try copying its doc/ folder to your version.)


Or : Just ignore the errors. They have no importance at all.

..


All times are GMT -5. The time now is 08:05 AM.