|
From: Scott S. J. D.C. <dr...@vi...> - 2002-07-05 20:39:00
|
Dear List: Here's what I get when I go to my /docbookx412 folder, running make install: [root@scott docbookx412]# make install mkdir -p /usr/share/xml/docbook/xml-dtd-4.1.2-9/ent chown -R root.root . chmod -R a+rX,g-w,o-w . install docbook.cat /usr/share/xml/docbook/xml-dtd-4.1.2-9/catalog install *.dtd /usr/share/xml/docbook/xml-dtd-4.1.2-9 install *.mod /usr/share/xml/docbook/xml-dtd-4.1.2-9 install ent/* /usr/share/xml/docbook/xml-dtd-4.1.2-9/ent # # XML Catalog # # DocBook XML V4.1.2 creating XML Catalog root /etc/xml/catalog ./buildDocBookCatalog: /usr/bin/xmlcatalog: No such file or directory Failed creating XML Catalog root /etc/xml/catalog make: *** [register-catalog] Error 1 And here is the output when running ./configure in my /scrollkeeper-0.3.9 folder: checking libxml2 version... 2.4.22 checking for xslt-config... /usr/local/bin/xslt-config checking for docbook-dtd412-xml... * ERROR * Couldn't find the DocBook XML V4.1.2 DTD. Please make sure that you have the docbook-dtd412-xml package installed. If it is installed, the package probably did not register the DTD in the catalog properly. Consult http://scrollkeeper.sourceforge.net/docbook.shtml for more information. configure: error: DocBook XML V4.1.2 DTD not present in /etc/xml/catalog. Make sure docbook-dtd412-xml is installed and registers DTD in catalog. [root@scott scrollkeeper-0.3.9]# This occurs whether i am logged in as my user name or as root. My question is how do I go about helping docbook to properly install the catalogs that it needs to function correctly? Thank You, Scott dr...@vi... |