Обсуждение: Errors trying to run pgadmin3 1.2.0 beta1

Поиск
Список
Период
Сортировка

Errors trying to run pgadmin3 1.2.0 beta1

От
Stuart
Дата:
Pgadmin Developers,
Let me first offer my gratitude for your hard work and diligence in providing 
this software to users like myself.  Thank you all very much.
The problem I have with this release is that, when starting the pg3admin from 
an icon in KDE 3.3 the initial splash window comes up, then closes without 
any warning or error messages. From a command line I get the same splash 
window, then the following error is displayed:
"error while loading shared libraries: /usr/bin/pgadmin3: undefined symbol: 
gtk_button_set_alignment"
I am running SuSE 9.1 Professional with KDE 3.3 and the following packages 
provided with the distribution:

gtk2-2.2.4-125.4
gtk-1.2.10-877
libgtkhtml-2.4.1-140
wxGTK-2.4.2.4-138
postgresql-libs-7.4.2-31
postgresql-devel-7.4.2-31
qt3-postgresql-3.3.3-15
postgresql-docs-7.4.2-31
postgresql-contrib-7.4.2-31
postgresql-server-7.4.2-31
postgresql-pl-7.4.2-31
rekall-postgresql-2.2.1-3
postgresql-7.4.2-31
postgresql-jdbc-7.3-189
heimdal-lib-0.6.1rc3-51
heimdal-tools-0.6.1rc3-51
heimdal-0.6.1rc3-51
openssl-0.9.7d-15.13


To accomodate the Failed dependencies on installing the rpm:
libcrypto.so.4 is needed by pgadmin3-1.2.0-beta1
libkrb5.so.3 is needed by pgadmin3-1.2.0-beta1
libssl.so.4 is needed by pgadmin3-1.2.0-beta1

I created symlinks :
/usr/lib/libcrypto.so.4 -> libcrypto.so.0.9.7
/usr/lib/libkrb5.so.3 -> libkrb5.so.17.3.0
/usr/lib/libssl.so.4 -> libssl.so.0.9.7

Tying to make sure the gtk libraries were found, I also entered from the 
command line: 
GTK_PATH=/opt/gnome/lib:/usr/local/lib/gtk-2.0:/opt/gnome/lib/gtk-2.0:/usr/lib/gtk-2.0
PATH=/opt/gnome/lib:${PATH}

None of this seemed to help.  Also a previous release, 
pgadmin3-1.1.0-cvs20040331, seems to run fine.  I hope this will assist you 
in working out further bugs in the software.  Feel free to contact me if more 
information is needed.

Thanks again

Stuart
Postgresql user


Re: Errors trying to run pgadmin3 1.2.0 beta1

От
Andreas Pflug
Дата:
Stuart wrote:

>     "error while loading shared libraries: /usr/bin/pgadmin3: undefined symbol: 
> gtk_button_set_alignment"
> 
>     I am running SuSE 9.1 Professional with KDE 3.3 and the following packages 
> provided with the distribution:

Hi Stuart,

which package did you use? It's obviously not completely compatible with 
your installation/distribution.
You might need to compile from source to fix it.

Regards,
Andreas