> "Tushar Parekh" <[EMAIL PROTECTED]> writes:
> 
> > I have Freebsd 4.7 + Apache 2 with SSL + mod_dtcl installed.
> 
> Uhm.... mod_dtcl doesn't exist for Apache 2...  I'll go on the
> assumption that you are using Apache 1.3.
  
> > Normal script runs ok e.g. <? puts "hello world ?> in a.ttml
> > correctly displays "hello world" when referenced from browser.

> > I have libpgtcl.so pointing to (soft link) libpgtcl.so.2 in /usr/local/lib
> > 
> > I have the following b.ttml
> > <?
> >     load libpgtcl[info sharedlibextension]
> >     ........ code to access database
> > ?>
> > 
> > this script fails on load command with error : couldn't load file
> > "libpgtcl.so" : /usr/local/lib/libpgtcl.so: Undefined symbol
> > "Tcl_GetChannel"

> Mikhail, you have any thoughts on this?

This is, probably, because libpgtcl.so was linked without the -ltcl8x.
Palle, any comments?

        -mi     (passing the blame)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to