Re: Relocation error: /usr/lib/libpq.so.5:undefinedsymbol: krb5_cc_get_principal

Started by Devrim GÜNDÜZabout 18 years ago3 messagesgeneral
Jump to latest
#1Devrim GÜNDÜZ
devrim@gunduz.org

Hi,

On Tue, 2008-03-11 at 14:27 -1000, Tri Quach wrote:

It is RHEL 3.

The packages you are installing are for RHEL 4, which won't install on
RHEL 3 correctly. Unfortunately, we don't have RHEL 3 - x86_64 packages.
Please download:

http://wwwmaster.postgresql.org/download/mirrors-ftp?file=%2Fbinary%2Fv8.2.6%2Flinux%2Fsrpms%2Fredhat%2Frhel-3.0-x86_64%2Fpostgresql-8.2.6-1PGDG.f8.src.rpm

and rebuild it on your server with:

rpmbuild --rebuild --define 'buildrhel3 1' postgresql-8.2.6-1PGDG.f8.src.rpm

You can find more information about this process at:

http://pgfoundry.org/docman/view.php/1000048/1338/PostgreSQL-RPM-Installation-PGDG.pdf

-HTH.

Regards,
--
Devrim GÜNDÜZ , RHCE
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, ODBCng - http://www.commandprompt.com/

#2Tri Quach
tquach@k12.hi.us
In reply to: Devrim GÜNDÜZ (#1)
Re: Relocation error:/usr/lib/libpq.so.5:undefinedsymbol: krb5_cc_get_principal

Hi Devrim,

When I tried to install, I got this error.

[root@lyris3 pq8.2.6]# rpmbuild --rebuild --define 'buildrhel3 1'
postgresql-8.2.6-1PGDG.f8.src.rpm
-bash: rpmbuild: command not found

Do you know where can I download rpmbuild for RHEL 3?

Thank you for your help,
Tri

-----Original Message-----
From: Devrim GÜNDÜZ [mailto:devrim@CommandPrompt.com]
Sent: Tuesday, March 11, 2008 2:40 PM
To: Tri Quach
Cc: PostgreSQL - General ML
Subject: RE: [GENERAL] Relocation error:/usr/lib/libpq.so.5:undefinedsymbol:
krb5_cc_get_principal

Hi,

On Tue, 2008-03-11 at 14:27 -1000, Tri Quach wrote:

It is RHEL 3.

The packages you are installing are for RHEL 4, which won't install on
RHEL 3 correctly. Unfortunately, we don't have RHEL 3 - x86_64 packages.
Please download:

http://wwwmaster.postgresql.org/download/mirrors-ftp?file=%2Fbinary%2Fv8.2.6
%2Flinux%2Fsrpms%2Fredhat%2Frhel-3.0-x86_64%2Fpostgresql-8.2.6-1PGDG.f8.src.
rpm

and rebuild it on your server with:

rpmbuild --rebuild --define 'buildrhel3 1' postgresql-8.2.6-1PGDG.f8.src.rpm

You can find more information about this process at:

http://pgfoundry.org/docman/view.php/1000048/1338/PostgreSQL-RPM-Installatio
n-PGDG.pdf

-HTH.

Regards,
--
Devrim GÜNDÜZ , RHCE
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, ODBCng - http://www.commandprompt.com/

#3Laurenz Albe
laurenz.albe@cybertec.at
In reply to: Tri Quach (#2)
Re: Relocation error:/usr/lib/libpq.so.5:undefinedsymbol: krb5_cc_get_principal

Tri Quach wrote:

When I tried to install, I got this error.

[root@lyris3 pq8.2.6]# rpmbuild --rebuild --define 'buildrhel3 1' postgresql-8.2.6-1PGDG.f8.src.rpm
-bash: rpmbuild: command not found

Do you know where can I download rpmbuild for RHEL 3?

You cannot download it, but it is on one of your RHEL CDs.
All you have to do is install it from there.

If you don't have rpmbuild installed, chances are that you are missing
many other build requisites too.
Do you have gcc? gmake?
You might end up installing a whole lot of software on your
machine, but it should work eventually.

Yours,
Laurenz Albe