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: | 2006-06-20 14:11:51 |
Message-ID: | 27683.1150812711@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin pgsql-general pgsql-ru-general |
"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
From | Date | Subject | |
---|---|---|---|
Next Message | Chris Hoover | 2006-06-20 14:44:42 | free space map |
Previous Message | ow | 2006-06-20 10:40:37 | Unique constraint and index-combination feature in 8.1 |
From | Date | Subject | |
---|---|---|---|
Next Message | Wes | 2006-06-20 14:18:08 | Re: Adding foreign key constraints without integrity |
Previous Message | Kenneth Downs | 2006-06-20 14:05:17 | Re: Interface Guidance and Opinions Needed |
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2006-06-21 09:39:59 | Re: DocBook 4.2 detecting at configure time |
Previous Message | Oleg Golovanov | 2006-06-20 07:29:42 | DocBook 4.2 detecting at configure time |