Thread: Issue with upgrade
Hi all
I recently upgraded one of our Postgres instances to V 8.1.9. I am getting the following error:
createdb: relocation error: /usr/lib/libpq.so.4: undefined symbol: krb5_cc_get_principal
Here is the environment:
OS: CentOS release 4.4 (Final)
Linux version 2.4.21-32.EL (bhcompile@tweety.build.redhat.com) (gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-52)) #1 Fri Apr 15 21:29:19 EDT 2005
I had a problem starting postgres and realized that the locale files had gotten corrupted. I have reinstalled glibc-common-2.3.2-95.33.i386.rpm and could then restart postgresql. However I am unable to do anything... could you please advise?
Regards
Srini
Srinivas Kotapally wrote: > I recently upgraded one of our Postgres instances to V 8.1.9. I am > getting the following error: > createdb: relocation error: /usr/lib/libpq.so.4: undefined symbol: > krb5_cc_get_principal "krb5..." implies one of the Kerberos libraries. Try reinstalling krb5-libs; the stock version for CentOS should be 1.3.4-46 currently. > Here is the environment: > OS: CentOS release 4.4 (Final) How did you do the upgrade? (From which version, installed how?) If you installed from a package, it should be one that was built on CentOS 4.4 (or a third-party .src.rpm that you rebuilt locally). If you install from source, it should be built on that machine or another very similar one running the same CentOS release. -kgd