now, after hacking my way through docbook and backtracking through configure scripts, I finally figured out that it's using the xmlcatalog (that garnome installed) somehow. I found the garnome/etc/xml/catalog file, which is suposed to be an XML catalog, I guess. I hacked around with symlinks, and figured out that if I link that file to docbkx/docbook.cat, or the 4.1.2 version of the docbook catalog, the configure script will locate it.
BUT WAIT!!!!
now I get this.
Code:
configure:4108: $XMLCATALOG --noout "$XML_CATALOG_FILE" "http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl" >&2
No entry for SYSTEM http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl
No entry for URI http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl
configure:4111: $? = 4
configure:4116: result: not found
configure:4118: error: could not find DocBook XSL Stylesheets in XML catalog
This machine isn't directly on the internet. And that URL is
HARDCODED into the configure script. This had better not be trying to access an external site just for some documentation tool.
Anyone have
any ideas?