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

2008-03-13 Thread Albe Laurenz
Tri Quach wrote: > When I tried to install, I got this error. > > [EMAIL PROTECTED] 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

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

2008-03-12 Thread Tri Quach
--Original Message- From: Devrim GÜNDÜZ [mailto:[EMAIL PROTECTED] 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 Q

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

2008-03-11 Thread Devrim GÜNDÜZ
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=%2Fb

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

2008-03-11 Thread Devrim GÜNDÜZ
Hi, On Tue, 2008-03-11 at 11:53 -1000, Tri Quach wrote: > Our server is Red Hat Enterprise Linux 4 (64-bit). > > [EMAIL PROTECTED] lm-9.3b-pgsql-linux-rh-enterprise_3]# ^ RHEL 3 or RHEL 4? Regards, -- Devrim GÜNDÜZ , RHCE PostgreSQL Replicati

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

2008-03-11 Thread Tri Quach
] Sent: Monday, March 10, 2008 7:34 PM To: Tri Quach Cc: pgsql-general@postgresql.org Subject: Re: [GENERAL] Relocation error: /usr/lib/libpq.so.5: undefinedsymbol: krb5_cc_get_principal Hi, On Mon, 2008-03-10 at 16:35 -1000, Tri Quach wrote: > I already installed PostgreSQL 8.2.3 without error

Re: [GENERAL] Relocation error: /usr/lib/libpq.so.5: undefined symbol: krb5_cc_get_principal

2008-03-10 Thread Devrim GÜNDÜZ
Hi, On Mon, 2008-03-10 at 16:35 -1000, Tri Quach wrote: > I already installed PostgreSQL 8.2.3 without error. Which distro/arch is this? Probably you installed a package set which is not built for you distro. Use 8.2.6 packages for your distro: http://www.postgresql.org/ftp/binary/v8.2.6/linux/

[GENERAL] Relocation error: /usr/lib/libpq.so.5: undefined symbol: krb5_cc_get_principal

2008-03-10 Thread Tri Quach
Hi All, I wonder if you can help me out. I already installed PostgreSQL 8.2.3 without error. postgresql-8.2.3-1PGDG.x86_64.rpm postgresql-libs-8.2.3-1PGDG.x86_64.rpm postgresql-server-8.2.3-1PGDG.x86_64.rpm

Re: [GENERAL] relocation error-urgent

2005-05-27 Thread Peter Eisentraut
Nageshwar Rao wrote: > I have postgresql7.4.6 runing . I am not able to log into database > using psql and also tried to create new database using createdb but > getting the following error for both > > psql: relocation error: psql: undefined symbol: get_progname > > createdb: relocation error: cr

[GENERAL] relocation error-urgent

2005-05-27 Thread Nageshwar Rao
I have postgresql7.4.6 runing . I am not able to log into database using psql and also tried to create new database using createdb but getting the following error for both psql: relocation error: psql: undefined symbol: get_progname createdb: relocation error: createdb: undefined symbol: get_pro

Re: [GENERAL] Relocation error pg_dumpall undefined symbol get_progname in 7.4.3

2004-06-20 Thread Tom Lane
"NTPT" <[EMAIL PROTECTED]> writes: > I recently compile Postgresql 7.4.3 with gcc 3.4.0 on RH 7.3 . Regression t= > ests work well All passed, but > Some binaries report a relocation error: :pg_dumpall undefined symbol get_p= > rogname .=20 > This error occures in most of the binaries. What is wron

Re: [GENERAL] Relocation error pg_dumpall undefined symbol get_progname

2004-06-20 Thread Bruce Momjian
It means you have an old version of the PostgreSQL libraries in your library search path. --- NTPT wrote: > Regardi > > I recently compile Postgresql 7.4.3 with gcc 3.4.0 on RH 7.3 . Regression tests work > well All passed

[GENERAL] Relocation error pg_dumpall undefined symbol get_progname in 7.4.3

2004-06-20 Thread NTPT
Regardi   I recently compile Postgresql 7.4.3 with gcc 3.4.0 on RH 7.3 . Regression tests work well All passed, but   Some binaries report a relocation error: :pg_dumpall undefined symbol get_progname .   This error occures in most of the binaries. What is wrong  ?  

[GENERAL] relocation error

2004-05-20 Thread w00t
I am running Suse 9.0 and have been working with postgresql 7.3.3 When I run psql as psql -v or psql -V and even psql --help I get a relocation error psql: relocation error: /usr/lib/libreadline.so.4: undefined symbol: BC Is there anyway to fix this with out reinstalling postgresql.