I'm trying to load the postgres extension for tcl into mod_dtcl without
success--here's what happens (result returned from apache):
couldn't load file "/usr/local/pgsql/lib/libpgtcl.so":
/usr/local/pgsql/lib/libpgtcl.so: Undefined symbol "Tcl_GetChannel"
while executing
"load /usr/local/pgsql/lib/libpgtcl.so"
(in namespace eval "::request" script line 5)
invoked from within
"namespace eval request {
buffer_add ""
hputs [info commands]
load /usr/local/pgsql/lib/libpgtcl.so
hputs "test"
hputs "
"
}"
---
I can load the extension into tclsh8.2 at the command prompt. Interestingly
enough, I get the same message if I try to load the extension in to
tclsh8.3. I have verified that mod_dtcl.so and libpgtcl.so were both built
with the 8.2 tcl libraries, both by looking at the makefile and using lsof
to see which libraries are held open by the programs.
Any help would be appreciated.
-Chris
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]