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 archives
  Advanced Search

Re: [PATCH] Add solaris path for docbook COLLATEINDEX


  • From: Peter Eisentraut <peter_e(at)gmx(dot)net>
  • To: Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM>
  • Cc: Bruce Momjian <bruce(at)momjian(dot)us>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
  • Subject: Re: [PATCH] Add solaris path for docbook COLLATEINDEX
  • Date: Mon, 30 Nov 2009 21:27:37 +0200
  • Message-id: <1259609257.24894.2.camel@vanquo.pezone.net> <text/plain>

On mån, 2009-11-30 at 19:53 +0100, Zdenek Kotala wrote:
> Bruce Momjian píše v po 30. 11. 2009 v 12:32 -0500:
> > I am not happy looking in a directory _above_ a specified directory by
> > default:
> > 
> > 	             [$DOCBOOKSTYLE/bin $DOCBOOKSTYLE/.. $PATH])
> > 
> > That seems possibly unsafe.  I suggest you just add it to the PATH for
> > Solaris builds.
> 
> I'm not sure if it is unsafer that searching in $PATH. Anyway I don't
> think that your proposed solution is good way. I'm able to do it but how
> many other people can? Who know where collateindex.pl stays on Solaris?
> configure is here to make live easier for people. If we know how to do
> it automatically we should do it.

Note that $DOCBOOKSTYLE/bin corresponds to the location of the file in
an unpacked source archive and $PATH is of course where programs
normally go.  The $DOCBOOKSTYLE/.. location makes no sense at all,
because that basically says that the installer intentionally moved the
file, but to a completely nonstandard location.

> If you think that $DOCBOOKSTYLE/.. is not good than I propose to
> use /usr/share/sgml/docbook/ directly.

That would be the less ugly solution.





Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group