Re: Fw: configure error with krb5

From: "kanchana" <pkkanchana(at)gmx(dot)net>
To: "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Fw: configure error with krb5
Date: 2003-01-20 13:45:37
Message-ID: 00a601c2c08a$3a1dda50$3b0110ac@kovaiteam.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello Bruce Momjian,

I done sucessfully for hp-ux pa-risc. Then i treid to work on IA64.
Configure ok but "gmake" gives following error..

Plz tel me how to overcome this.

Advance thanks for your time and efforts.
:
gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/
include -I/home/saratha/krb5/include -I/usr/local/ssl/include -c -o float.o
float.c
float.c: In function `float4out':
float.c:233: Internal compiler error in emit_move_insn, at expr.c:2739
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
gmake[4]: *** [float.o] Error 1
gmake[4]: Leaving directory `src/backend/utils/adt'
gmake[3]: *** [adt-recursive] Error 2
gmake[3]: Leaving directory `src/backend/utils'
gmake[2]: *** [utils-recursive] Error 2
gmake[2]: Leaving directory `src/backend'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `src'
gmake: *** [all] Error 2

Regards,
-Kanchana
> kanchana wrote:
> > Hello Bruce Momjian,
> >
> > Thanks a lot for all. I tried by adding -lcurses on link line of
psql.
> > Looks like it works fine.
> >
> > Next i moved to compile with krb5, it gives error.
> > as follows..........
> >
#./configure --prefix=/opt/postgresql --enable-integer-datetimes --with-open
> > ssl=/usr/local/ssl --with-krb5=/usr/local/krb5
> >
> > ----------no problem here.
> >
> > #gmake gives ERROR
> > :
> > :
> > /usr/ccs/bin/ld -b +b /opt/postgresql/lib fe-auth.o fe-connect.o
fe-exec.o
> > fe-misc.o fe-print.o fe-lobj.o pqexpbuffer.o dllist.o md5.o pqsignal.o
> > fe-secure.o wchar.o
> >
encnames.o -L/usr/local/krb5/lib -L/usr/local/ssl/lib -lssl -lcrypto -lkrb5
> > -lk5crypto -lcom_err -lnsl -o libpq.sl
> > /usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (fe-auth.o)
was
> > detected. The linked output may not run on a PA 1.x system.
> > /usr/ccs/bin/ld: DP relative code in file
> > /usr/local/krb5/lib/libkrb5.a(init_ctx.o) - shared library must be
position
> > independent. Use +z or +Z to recompile.
>
> Right here, it looks like the k5crypto library wasn't created properly.
> I think the problem is that it is trying to create a shared libpq, but
> kerberos is a non-shared *.a library, or has non-shared object files in
> it. Just a guess, of course.
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Gregory Seidman 2003-01-20 13:58:16 Re: passwords and 7.3
Previous Message Chris Boget 2003-01-20 13:24:57 Altering a table - positioning new columns