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