Thread: libpgtcl.so
I have postgres on my PC and it work well... I wanted to have a gui and i chose pgaccess, unfortunetly i have some problem to run pgaccess : Error in startup script : couldn't load "libpgtcl.so": libpgtcl.so : cannot open file ... I have libpgtcl.so in my /usr/postgresql-7.1.1/src/interfaces/libpgtcl but how can pgaccess link his files with this .so ??? more over , your doc file talk about a pgaccess.tcl but i only have a main.tcl and a pgaccess file !!! Thanks a lot
Xavier Deheul <x.deheul@cadextan.fr> writes: > Error in startup script : couldn't load "libpgtcl.so": libpgtcl.so : cannot > open file ... Make sure both libpgtcl.so and libpq.so are known to your dynamic loader; you didn't tell us your platform but if it's Linux then you probably need to twiddle /etc/ld.so.conf and/or re-run ldconfig. regards, tom lane