pgacess: cant find libpgctl (no faq !) - Mailing list pgsql-general

From pilsl@goldfisch.at
Subject pgacess: cant find libpgctl (no faq !)
Date
Msg-id 20021022155143.T6144@goldfisch.at
Whole thread Raw
Responses Re: pgacess: cant find libpgctl (no faq !)  (Brett Schwarz <brett_schwarz@yahoo.com>)
List pgsql-general
I compiled postgres 7.2.3 (--with-tcl) and newest pgacess (0.98.8.b2).

While I got the libpgctl-libraries in the expected place and exported the
PGLIB-variable I still get the error:

Error: can not find libpgtcl.so shared library.

# ls -l $PGLIB/libpgt*
-rw-r--r--    1 root     root        31554 Oct 22 15:01 /opt/local/pgsql/lib/libpgtcl.a
lrwxrwxrwx    1 root     root           15 Oct 22 15:01 /opt/local/pgsql/lib/libpgtcl.so -> libpgtcl.so.2.2
lrwxrwxrwx    1 root     root           15 Oct 22 15:01 /opt/local/pgsql/lib/libpgtcl.so.2 -> libpgtcl.so.2.2
-rwxr-xr-x    1 root     root        36151 Oct 22 15:01 /opt/local/pgsql/lib/libpgtcl.so.2.2
# ls -l $PGLIB/libpq*
-rw-r--r--    1 root     root        87764 Oct 22 15:01 /opt/local/pgsql/lib/libpq.a
lrwxrwxrwx    1 root     root           12 Oct 22 15:01 /opt/local/pgsql/lib/libpq.so -> libpq.so.2.2
lrwxrwxrwx    1 root     root           12 Oct 22 15:01 /opt/local/pgsql/lib/libpq.so.2 -> libpq.so.2.2
-rwxr-xr-x    1 root     root        70037 Oct 17  2001 /opt/local/pgsql/lib/libpq.so.2.1
-rwxr-xr-x    1 root     root        79911 Oct 22 15:01 /opt/local/pgsql/lib/libpq.so.2.2


I also added the pglib-path to my ld.so.conf and I also copied the
above libraries to my "normal" lib-path (/usr/local/lib)

I also played around with trailing slashes and that stuff.


My tcl-version is a recent one (8.3) and I couldnt find any older
non-beta-pgaccess versions.  Somewhere they say only 7.2.1 and 7.2.2
is supported but I'm sure they just didnt know about 7.2.3 when
writing it on the wiki-web at www.pgaccess.org ;)

thnx,
peter


ps: system is linux

--
mag. peter pilsl
IT-Consulting
tel: +43-699-1-3574035
fax: +43-699-4-3574035
pilsl@goldfisch.at

pgsql-general by date:

Previous
From: pilsl@goldfisch.at
Date:
Subject: Re: 7.1.3 : pg_dumpall does not work for me
Next
From: Tom Lane
Date:
Subject: Re: Updating based on a join