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)---
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:
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
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
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