Re: Fw: configure error with krb5

Поиск
Список
Период
Сортировка
От kanchana
Тема Re: Fw: configure error with krb5
Дата
Msg-id 00a601c2c08a$3a1dda50$3b0110ac@kovaiteam.com
обсуждение исходный текст
Ответ на Re: Fw: configure error with krb5  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Fw: configure error with krb5  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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.
>



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

Предыдущее
От: "Chris Boget"
Дата:
Сообщение: Altering a table - positioning new columns
Следующее
От: Pablo Yaggi
Дата:
Сообщение: Re: Transaction progress