Re: [GENERAL] DocBook 4.2 detecting at configure time

2006-06-21 Thread Oleg Golovanov
Of cause I had probed it already - with command: SGML_CATALOG_FILES=/usr/local/share/sgml/docbook/4.2/docbook.cat ./configure --prefix=/usr/local/pgsql --enable-depend --enable-nls --enable-integer-datetimes --with-openssl --with-pam --enable-thread-safety --with-includes=/usr/local/include --

Re: [GENERAL] DocBook 4.2 detecting at configure time

2006-06-21 Thread Peter Eisentraut
Am Dienstag, 20. Juni 2006 09:29 schrieb Oleg Golovanov: > I have changed configure command. Currently I issue command: > SGML_CATALOG_FILES=/usr/local/share/xml/docbook/4.2/docbook.cat Replace that by /usr/local/share/sgml/docbook/4.2/docbook.cat. -- Peter Eisentraut http://developer.postgresql

Re: [GENERAL] DocBook 4.2 detecting at configure time

2006-06-20 Thread Tom Lane
"Oleg Golovanov" <[EMAIL PROTECTED]> 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/. > configu

[GENERAL] DocBook 4.2 detecting at configure time

2006-06-20 Thread Oleg Golovanov
Hi! I am using FreeBSD 5.4. There are installed: docbook-4.2 V4.2 of the DocBook DTD, designed for technical documentati docbook-sk-4.1.2_3 XML version of the DocBook DTD version controlled for Scrol docbook-xml-4.2_1 XML version of the DocBook DTD docbook-xsl-1.69.1 XSL DocBook st