Thread: RE: [HACKERS] libpgtcl undefined symbol error with pgaccess-0.76
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
On Thu, 19 Feb 1998, Meskes, Michael wrote: > Where do I find the pgaccess source? src/bin/pgaccess
On Thu, 19 Feb 1998, Meskes, Michael wrote: > Where do I find the pgaccess source? src/bin/pgaccess Actually, the most recent version is ftp://ftp.flex.ro/pub/pgaccess/pgaccess-0.76.tar.gz This, not the old version, really should ship with 6.3. Cheers, Brook
On Thu, 19 Feb 1998, Brook Milligan wrote: > On Thu, 19 Feb 1998, Meskes, Michael wrote: > > > Where do I find the pgaccess source? > > src/bin/pgaccess > > Actually, the most recent version is > > ftp://ftp.flex.ro/pub/pgaccess/pgaccess-0.76.tar.gz > > This, not the old version, really should ship with 6.3. Someone needs to tells us of these upgrades, eh? :) Updating now...
Brook Milligan writes: > Actually, the most recent version is > > ftp://ftp.flex.ro/pub/pgaccess/pgaccess-0.76.tar.gz > > This, not the old version, really should ship with 6.3. Why isn't it in CVS? 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
On Fri, 20 Feb 1998, Michael Meskes wrote: > Brook Milligan writes: > > Actually, the most recent version is > > > > ftp://ftp.flex.ro/pub/pgaccess/pgaccess-0.76.tar.gz > > > > This, not the old version, really should ship with 6.3. > > Why isn't it in CVS? Cause nobody had told me it was upgraded :( Done now...