Re: [pgadmin-support] postgresql_autodoc integration in PgAdmin?
On Wed, Dec 2, 2009 at 7:30 AM, Wolfgang Keller wrote: >> It's written in Perl. pgAdmin is C++. > > I know, but... > > A lot of free software (OpenOffice, Gimp, Inkscape...) is written in C++ and > integrates e.g. Python scripts. Without that the user has to notice it. > Should this be impossible with a Perl script? *duck* Python has an embeddable interpreter which has a liberal licence which is compatible with pgAdmin's licence (iirc). Unfortunately, Perl's licence is not compatible which makes it much less convenient to provide fully functional binary builds. > Being able to use autodoc as another reporting tool would be "quite nice". I don't disagree. -- Dave Page EnterpriseDB UK: http://www.enterprisedb.com -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-support
[pgadmin-support] Error message trying to run pgadmin3 after installing in Unix
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 make install No error message during installation. Then when I run: ./pgadmin3 at .../bin 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 Somebody can help me with that? Thank you advance. Haiyan -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-support
Re: [pgadmin-support] Error message trying to run pgadmin3 after installing in Unix
> 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 quanzongli...@gmail.com -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-support
Re: [pgadmin-support] Error message trying to run pgadmin3 after installing in Unix
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/xnat/opt/xmlinst > with-wx=/cis/local/xnat-dev/xnat/opt/gtk > make > make install > > No error message during installation. > > Then when I run: > ./pgadmin3 at .../bin > > 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 > > Somebody can help me with that? > Did you configure /etc/ld.so.conf with the path to the wx libraries? or did you set the LD_LIBRARY_PATH env variable? -- Guillaume. http://www.postgresqlfr.org http://dalibo.com -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-support