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

From: "Meskes, Michael" <meskes(at)topsystem(dot)de>
To: "'Brook Milligan'" <brook(at)trillium(dot)NMSU(dot)Edu>, hackers(at)postgreSQL(dot)org
Subject: RE: [HACKERS] libpgtcl undefined symbol error with pgaccess-0.76
Date: 1998-02-19 09:16:46
Message-ID: 11720CEF3853D011AC0C00A024B7A9E1112583@EINSTEIN
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Where do I find the pgaccess source?

Michael

--
Dr. Michael Meskes, Project-Manager | topsystem Systemhaus GmbH
meskes(at)topsystem(dot)de | Europark A2, Adenauerstr. 20
meskes(at)debian(dot)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(at)trillium(dot)NMSU(dot)Edu]
> Sent: Thursday, February 19, 1998 4:38 AM
> To: hackers(at)postgreSQL(dot)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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jan Wieck 1998-02-19 10:26:29 Re: [HACKERS] Lost a function overloading capability?
Previous Message Meskes, Michael 1998-02-19 08:58:07 RE: [HACKERS] Subselects and NOTs