Thread: cann't find libs to run pgaccess ....
Hi everybody...... I'm new to Linux, PostgreSQL,....etc....and the free world. I downloaded the pgaccess, uncompressed it, and when try to run it, got a message about a missing file : "libpgtcl.so".... I dowloaded the tar file, and there is no any file name like this.... Please, anybody can say something about this ..... Thanks in advance... Andree
On Thu, 2002-07-11 at 15:12, Andres Ledesma wrote: > Hi everybody...... > > I'm new to Linux, PostgreSQL,....etc....and the free world. I downloaded > the pgaccess, uncompressed it, and when try to run it, got a message about a > missing file : "libpgtcl.so".... > > I dowloaded the tar file, and there is no any file name like this.... > Please, anybody can say something about this ..... libpgtcl.so is supplied with PostgreSQL itself. If you build from source, you need to configure it to build with Tk/Tcl support. If you are as unacquainted with the system as your first paragraph suggests, you may do better to install prebuilt binary packages made for your particular Linux distribution, and rely on the distribution's dependency checking to install everything you need. -- Oliver Elphick Oliver.Elphick@lfix.co.uk Isle of Wight, UK http://www.lfix.co.uk/oliver PGP: 1024R/32B8FAA1: 97 EA 1D 47 72 3F 28 47 6B 7E 39 CC 56 E4 C1 47 GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839 932A 614D 4C34 3E1D 0C1C ======================================== "I waited patiently for the LORD; and he inclined unto me, and heard my cry.He brought me up also out of an horrible pit, out of the miry clay, and set my feet upon a rock, and establishedmy goings. And he hath put a new song in my mouth, even praise unto our God. Many shall see it, and fear,and shall trust in the LORD." Psalms 40:1-3
Andres, 1 - go to http://rpmfind.net/linux/RPM 2 - download library libpgtcl.so, 3 - install libpgtcl.so 4 - make a simbolic link, for example: ln -s /usr/lib/libpgtcl.so /usr/local/pgsql/lib 5 - kill -SIGHUP (number of process postmaster) 6 - run pgaccess Good Luck, Allan On Thu, 11 Jul 2002, Andres Ledesma wrote: > Hi everybody...... > > I'm new to Linux, PostgreSQL,....etc....and the free world. I downloaded > the pgaccess, uncompressed it, and when try to run it, got a message about a > missing file : "libpgtcl.so".... > > I dowloaded the tar file, and there is no any file name like this.... > Please, anybody can say something about this ..... > > > Thanks in advance... > > Andree > > ---------------------------(end of broadcast)--------------------------- > TIP 4: Don't 'kill -9' the postmaster > ------------------------------------------------------------------------------- "... somos guerreiros, nascemos assim, com vontade e determinacao de fazer com que as pessoas a nossa volta se sintam mais fortes, menos injusticadas e mais felizes." Marta Maria -------------------------------------------------------------------------------