Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: DocBook 4.2 detecting at configure time


  • From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
  • To: "Oleg Golovanov" <o(dot)golovanov(at)equant(dot)ru>
  • Cc: pgsql-general(at)postgresql(dot)org, pgsql-ru-general(at)postgresql(dot)org
  • Subject: Re: DocBook 4.2 detecting at configure time
  • Date: Tue, 20 Jun 2006 10:11:51 -0400
  • Message-id: <27683(dot)1150812711(at)sss(dot)pgh(dot)pa(dot)us>

"Oleg Golovanov" <o(dot)golovanov(at)equant(dot)ru> writes:
> I have changed configure command. Currently I issue command:
> SGML_CATALOG_FILES=/usr/local/share/xml/docbook/4.2/docbook.cat 

Are you sure that's the place to look?  On my machine the appropriate
stuff is under .../share/sgml/, not /xml/.

> configure:22300: checking for DocBook V4.2
> onsgmls:conftest.sgml:1:54:W: cannot generate system identifier for 
> public text
> "-//OASIS//DTD DocBook V4.2//EN"

The catalog file you point to needs to have a publicId item for that
name, for instance on my machine I find

  <public publicId="-//OASIS//DTD DocBook XML V4.2//EN" uri="xml-dtd-4.2-1.0-30/docbookx.dtd"/>

in /usr/share/sgml/docbook/xmlcatalog

			regards, tom lane



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group