RE: [HACKERS] libpgtcl undefined symbol error with pgaccess-0.76

Michael Meskes <meskes@topsystem.de>

From: "Meskes, Michael" <meskes@topsystem.de>
To: "'Brook Milligan'" <brook@trillium.NMSU.Edu>, hackers@postgreSQL.org
Date: 1998-02-19T09:16:46Z
Lists: pgsql-hackers
Where do I find the pgaccess source?

Michael

--
Dr. Michael Meskes, Project-Manager    | topsystem Systemhaus GmbH
meskes@topsystem.de                    | Europark A2, Adenauerstr. 20
meskes@debian.org                      | 52146 Wuerselen
Go SF49ers! Go Rhein Fire!             | Tel: (+49) 2405/4670-44
Use Debian GNU/Linux!                  | Fax: (+49) 2405/4670-10

> -----Original Message-----
> From:	Brook Milligan [SMTP:brook@trillium.NMSU.Edu]
> Sent:	Thursday, February 19, 1998 4:38 AM
> To:	hackers@postgreSQL.org
> Subject:	[HACKERS] libpgtcl undefined symbol error with
> pgaccess-0.76
> 
> Now that I have libpgtcl compiled and installed I tried pgaccess-0.76
> and got the following error:
> 
>    /usr/libexec/ld.so: Undefined symbol "_pgresStatus" in
> wish8.0:/usr/local/pgsql/lib/libpgtcl.so.1.0
> 
> Presumably this results from the following line in
> interfaces/libpgtcl/pgtclCmds.c, which is the only reference to
> pgresStatus in that directory:
> 
> pgtclCmds.c:538:	Tcl_AppendResult(interp,
> pgresStatus[PQresultStatus(result)], 0);
> 
> Is this the result of some new changes to libpgtcl or should I be
> including another library to resolve this?  It seems that we should
> make the 6.3 distribution work with pgaccess since it is often
> referred to as a useful graphical interface on these lists.
> 
> Cheers,
> Brook