Upd: [Tcl] did pgaccess ever work with kerberos?

From: Peter Much <pmc(at)citylink(dot)dinoex(dot)sub(dot)org>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: Upd: [Tcl] did pgaccess ever work with kerberos?
Date: 2005-03-13 15:05:04
Message-ID: 20050313150504.GA68976@gate.oper.dinoex.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces


Update:
Just to verify my assumptions, I relinked my libpgtcl.so with linker
option "-static" and mentioned all the kerberos libraries on the
commandline.

Then libpgtcl.so grew from 30kB to 1500kB, it contains now all the
stuff from tcl and from libpq and from kerberos.

And now it works.

I do not think this is a good solution. So if anybody here who is
experienced with Tcl can point me to the way how this could be done
in a cleanly fashion, that would be great.

PMc

Browse pgsql-interfaces by date

  From Date Subject
Next Message Rodrigo Moreno 2005-03-13 15:56:32 How to use PQconsumeInput and PQisBusy correctly ?
Previous Message Peter Much 2005-03-13 14:07:51 [Tcl] did pgaccess ever work with kerberos?