Re: [pgadmin-support] undefined symbol: krb5_cc_get_principal

2004-08-26 Thread Karin Huegele
C1 uses krb5 1.3.x and RH EL 3.0 seems to use 1.2.7 like what's found > on a RH9 box) but I'm surely missing something. However if we go to the > last step (rebuild on RH EL, we will try to add the flag you give). > > Regards, > RaphaÃl > > >

Re: [pgadmin-support] undefined symbol: krb5_cc_get_principal

2004-08-13 Thread Karin Huegele
Hello Raphael, ldd -r /usr/bin/pgadmin3 returns: libcrypt.so.1 => /lib/libcrypt.so.1 (0xb75af000) libssl.so.4 => /lib/libssl.so.4 (0xb757b000) libcrypto.so.4 => /lib/libcrypto.so.4 (0xb748a000) libgtk-x11-2.0.so.0 => /usr/lib/libgtk-x11-2.0.so.0 (0xb7235000)

Re: [pgadmin-support] undefined symbol: krb5_cc_get_principal

2004-08-13 Thread Karin Huegele
2 at 16:09, RaphaÃl Enrici wrote: > Hi Karin, > > Karin Huegele wrote: > > Hello, > > I just installed pgadmin3. During startup, it returned the following > > error: > > /usr/bin/pgadmin3:relocation error: /usr/bin/pgadmin3: undefined symbol: > > krb5_cc_get_pri

[pgadmin-support] undefined symbol: krb5_cc_get_principal

2004-08-12 Thread Karin Huegele
Hello, I just installed pgadmin3. During startup, it returned the following error: /usr/bin/pgadmin3:relocation error: /usr/bin/pgadmin3: undefined symbol: krb5_cc_get_principal. I am using postgresql 7.4.2 with all default initial settings, Red Hat Enterprise Linux AS (v.3 rhel-i386-as-3). I do