Please send a 'ls -l' of your /usr/local/wx2/lib directory.Can anyone tell me step by step how to install CVS versions of pgAdmin3? I am doing:
cvs -z3 -d :pserver:[EMAIL PROTECTED]:/disk1/cvsroot co pgadmin3
That works but then I do
./configure --prefix=/usr/local/wx2 --enable-gtk2 --enable-unicode
make && make install
and when I'm done pgAdmin3 says:
[EMAIL PROTECTED] bin]# pgAdmin3 pgAdmin3: error while loading shared libraries: libwx_gtk2u_stc-2.5.so: cannot open shared object file: No such file or directory
ahp
---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match