Mohan K wrote: > Peter, > It is chicken and egg problem, I still need to enable kerberos in the > configure script to make sure proper pieces are picked up. But of course > the configure script fails :). > If I provide the relevant patches to configure.in script is that acceptable? > thanks
Probably if it isn't too ugly. --------------------------------------------------------------------------- > > > On 2/6/06, Peter Eisentraut <[EMAIL PROTECTED]> wrote: > > > > Mohan K wrote: > > > Regarding the configure issue: > > > The platform is Tru64 Unix 5.1b, the problem I had was we have > > > compiled our Kerberos build statically and is installed in a > > > directory other than the standard location. The trick adding to LIBS > > > did not work as it (krb5support) library needs to come after the > > > other libs (is there a way to control that?). > > > > I think what this comes down to is that we don't support static builds > > very well at all. So you will have to resort to editing > > Makefile.global yourself after configuring. > > > > -- > > Peter Eisentraut > > http://developer.postgresql.org/~petere/ > > -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073 ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match