On Wed, 2005-06-29 at 21:31 +0300, Devrim GUNDUZ wrote:
> > I couldn't find the Red Hat ES4 package that contains the
> > 'collateindex.pl' script that the build process needs
>
> docbook-style-dsssl-1.78-4
I had installed that package.
It looks like problem was I didn't './configure' from the top of the
Postgres tree after I installed the docbook tools. The Postgres doc
build wanted to default to /bin/collateindex.pl, but Red Hat's
docbook-style-dsssl package creates /usr/bin/collateindex.pl.
Live and learn. Thanks.