Re: [pgadmin-support] Error message trying to run pgadmin3 after installing in Unix

2009-12-03 Thread haiyan
After set the LD_LIBRARY_PATH env variable, it works. Thanks for the answers from Zongliang and Guillaume. Best, Haiyan > Le mercredi 2 décembre 2009 à 21:41:44, hai...@cis.jhu.edu a écrit : >> Hello, >> I installed pgadmin3-1.8.4 from source at linux. >> Here is the configure: >> •./configu

Re: [pgadmin-support] Error message trying to run pgadmin3 after installing in Unix

2009-12-02 Thread Guillaume Lelarge
Le mercredi 2 décembre 2009 à 21:41:44, hai...@cis.jhu.edu a écrit : > Hello, > I installed pgadmin3-1.8.4 from source at linux. > Here is the configure: > • ./configure –prefix=/cis/local/xnat-dev/xnat/pgadmin > –with-pgsql=/cis/local/xnat-dev/xnat/xnatdb > –with-libxml2=/cis/local/xnat-dev/xn

Re: [pgadmin-support] Error message trying to run pgadmin3 after installing in Unix

2009-12-02 Thread Quan Zongliang
> Got error message: > : error while loading shared libraries: libwx_gtk2u_stc-2.8.so.0: cannot > open shared object file: no such file or directory set your LD_LIBRARY_PATH to point to directory where wxWidgets lib is installed --- Quan Zongliang quanzo

[pgadmin-support] Error message trying to run pgadmin3 after installing in Unix

2009-12-02 Thread haiyan
Hello, I installed pgadmin3-1.8.4 from source at linux. Here is the configure: • ./configure –prefix=/cis/local/xnat-dev/xnat/pgadmin –with-pgsql=/cis/local/xnat-dev/xnat/xnatdb –with-libxml2=/cis/local/xnat-dev/xnat/opt/xmlinst –with-wx=/cis/local/xnat-dev/xnat/opt/gtk • make • m