Re: [pgadmin-support] Compile Error: pgA1.3.6 (wx2.8.3, pgsql8.1.9)

2007-05-15 Thread DocSea - Rado RAMAHANDRY
Oops, are not it in /usr/local/lib? export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib: Regards, Hiroshi Saito Ah ok, it runs fine now. (after export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib) Thanks Hiroshi Saito, Rado R. ---(end of broadcast)---

Re: [pgadmin-support] Compile Error: pgA1.3.6 (wx2.8.3, pgsql8.1.9)

2007-05-15 Thread Hiroshi Saito
Hi. From: "DocSea - Rado RAMAHANDRY" You are right, I had forgotten the contrib module and that's worked. However, if I run it: #>/usr/local/pgadmin3/bin/pgadmin3 /usr/local/pgadmin3/bin/pgadmin3: error while loading shared libraries: libwx_gtk2u_stc-2.8.so.0: cannot open shared object file:

Re: [pgadmin-support] Compile Error: pgA1.3.6 (wx2.8.3, pgsql8.1.9)

2007-05-15 Thread DocSea - Rado RAMAHANDRY
Hiroshi Saito a écrit : Hi. Probably, the contrib module has been forgotten. cd contrib gmake install Regards, Hiroshi Saito You are right, I had forgotten the contrib module and that's worked. However, if I run it: #>/usr/local/pgadmin3/bin/pgadmin3 /usr/local/pgadmin3/bin/pgadmin3: error wh

Re: [pgadmin-support] Compile Error: pgA1.3.6 (wx2.8.3, pgsql8.1.9)

2007-05-15 Thread Hiroshi Saito
Hi. Probably, the contrib module has been forgotten. cd contrib gmake install Regards, Hiroshi Saito From: "DocSea - Rado RAMAHANDRY" Configured wxWidgets 2.8.3 for `i686-pc-linux-gnu' Which GUI toolkit should wxWidgets use? GTK+ 2 Should wxWidgets be compiled into single

[pgadmin-support] Compile Error: pgA1.3.6 (wx2.8.3, pgsql8.1.9)

2007-05-15 Thread DocSea - Rado RAMAHANDRY
Hi, I have a problem to compile pgadmin3-1.6.3 for PostgreSQL 8.1.9 in Ubuntu. The configuration and the installation of wxWidgets-2.8.3 as well as the configuration of pgadmin3-1.6.3 proceeded normally, but the compilation of pgadmin3-1.6.3 leaves me these error messages: -- #>./configu