Thread

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

    Michael Meskes <meskes@topsystem.de> — 1998-02-19T09:16:46Z

    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
    
    
  2. RE: [HACKERS] libpgtcl undefined symbol error with pgaccess-0.76

    Marc Fournier <scrappy@hub.org> — 1998-02-19T13:03:00Z

    On Thu, 19 Feb 1998, Meskes, Michael wrote:
    
    > Where do I find the pgaccess source?
    
    	src/bin/pgaccess
    
    
    
    
  3. Re: [HACKERS] libpgtcl undefined symbol error with pgaccess-0.76

    Brook Milligan <brook@trillium.nmsu.edu> — 1998-02-19T15:52:15Z

       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
    
    
  4. Re: [HACKERS] libpgtcl undefined symbol error with pgaccess-0.76

    Marc Fournier <scrappy@hub.org> — 1998-02-19T16:42:45Z

    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...
    
    
    
    
    
  5. Re: [HACKERS] libpgtcl undefined symbol error with pgaccess-0.76

    Michael Meskes <meskes@topsystem.de> — 1998-02-20T11:20:21Z

    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
    
    
  6. Re: [HACKERS] libpgtcl undefined symbol error with pgaccess-0.76

    Marc Fournier <scrappy@hub.org> — 1998-02-20T13:03:14Z

    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...