Re: Fw: configure error with krb5

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Fw: configure error with krb5
Дата
Msg-id 200301171648.h0HGmO915616@candle.pha.pa.us
обсуждение исходный текст
Ответ на Fw: configure error with krb5  ("kanchana" <pkkanchana@gmx.net>)
Список pgsql-general
Uh, you can look in config.log and see how it is looking for that
function.  You can then modify configure to test a different way or
figure out a way so configure finds what it needs.

If you send over the part of config.log dealing with that test, it may
help.


---------------------------------------------------------------------------

kanchana wrote:
> Hello all,
>
> Since there is no reply, i'm forwarding it again.
> hope someone will help me to overcome this.
>
> advance thanks,
> -kanchana
>
> > Hello all,
> >
> >     I'm using postgresql-latest version. I'm not able to configure with
> > kerberos5(latest).
> > While configuring postgresql, i got the following error.
> >
> > $./configure --with-openssl --with-krb5=/usr/local/krb5
> > :
> > :
> > checking for inflate in -lz... yes
> > checking for library containing com_err... -lcom_err
> > checking for library containing krb5_encrypt... -lk5crypto
> > checking for library containing krb5_sendauth... no
> > configure: error: could not find function 'krb5_sendauth' required for
> > Kerberos 5
> >
> >
> > how to avoid this.? plz help me asap.
> >
> > OS: HP-UX 11i
> >
> > Advance thanks,
> > -Kanchana
> >
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo@postgresql.org so that your
> message can get through to the mailing list cleanly
>

--
  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

В списке pgsql-general по дате отправления:

Предыдущее
От: "Claudio Lapidus"
Дата:
Сообщение: Re: Translation of the PostgreSQL manuals to Spanish is under way
Следующее
От: Jon Swinth
Дата:
Сообщение: Re: Fix FK deadlock, but no magic please