Re: Build error?

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Joe Conway <mail(at)joeconway(dot)com>
Cc: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>, Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Build error?
Date: 2003-12-08 12:55:42
Message-ID: 200312081255.hB8Ctgr02466@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Joe Conway wrote:
> > Is that something broken on my system???
>
> Bruce just reported something like this too. I had a somewhat similar
> issue about a week and a half ago. It may be a long shot, but try:
>
> ./configure \
> --with-openssl \
> --with-krb5 \
> --with-includes=/usr/kerberos/include \
> --with-libs=/usr/kerberos/lib
>
> of course replacing /usr/kerberos/* with whatever is correct for your
> system. In my experience there has always (well, for quite some time
> anyway) been a dependency between openssl and krb5. Just before I ran
> into the latest problem, Peter made a change to configure that seemed to
> trigger it for me:
> http://archives.postgresql.org/pgsql-committers/2003-11/msg00278.php
>
> How long has it been since you rebuilt from cvs?

A few days.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jan Wieck 2003-12-08 14:38:45 Re: ERROR: Index pg_toast_8443892_index is not a btree
Previous Message Bruce Momjian 2003-12-08 12:45:54 Re: CVS HEAD compile failure