undefined symbol: krb5_cc_get_principal

Lists: pgsql-bugspgsql-ports
From: "zaky" <zaky_bar(at)ramayana(dot)co(dot)id>
To: <pgsql-bugs(at)postgresql(dot)org>
Cc: <pgsql-ports(at)postgresql(dot)org>
Subject: undefined symbol: krb5_cc_get_principal
Date: 2007-03-29 08:22:29
Message-ID: 011f01c771db$64f1e760$033313ac@proxy.intern.ramayana.co.id
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs pgsql-ports

================================================
POSTGRESQL BUG REPORT
================================================

Name : Ahmad Zaky
Email address : zaky_bar(at)ramayana(dot)co(dot)id

System Configuration:
---------------------
Architecture : Intel Pentium
Operating System : Red Hat Release 9 (Kernel 2.4.20-8)
PostgreSQL version : PostgreSQl 8.2.3
Compiler use : gcc 3.2.2-5

My Problem:
-----------
default postgreSQL package on RH9 postgersql-7.x.x uninstalled
and then installed this rpm package:

postgersql-8.2.3-1PGDG
postgresql-libs-8.2.3-1PGDG
postgresql-server-8.2.3-1PGDG
postgresql-devel-8.2.3-1PGDG
postgresql-docs-8.2.3-1PGDG
postgresql-contrib-8.2.3-1PGDG
compat-postgresql-libs-4-2PGDG.rhel4

no error on installation, but i have a problem like this

#psql testdb
psql : relocation error: /usr/lib/libpq.so.5 undefined symbol:
krb5_cc_get_principal

Please help me...

terima kasih
zaky


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "zaky" <zaky_bar(at)ramayana(dot)co(dot)id>
Cc: pgsql-bugs(at)postgresql(dot)org, pgsql-ports(at)postgresql(dot)org
Subject: Re: undefined symbol: krb5_cc_get_principal
Date: 2007-03-29 19:37:25
Message-ID: 29670.1175197045@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs pgsql-ports

"zaky" <zaky_bar(at)ramayana(dot)co(dot)id> writes:
> Operating System : Red Hat Release 9 (Kernel 2.4.20-8)

It's unlikely that RPMs built for current Red Hat releases would work
on such an old release. You could try getting the SRPM and rebuilding
it locally. But really better advice is "it's time for an OS update".

regards, tom lane