TclApp | DLL | CGI - permissions?
- From: "Jeff Godfrey" <jeff_godfrey@xxxxxxxxx>
- Date: Thu, 28 Jun 2007 16:52:28 GMT
Hi All,
I have a wrapped TclApp CGI program that uses SQLite, so the wrapped
app contains the "tclsqlite3.dll" file. The application runs fine as
a cgi on my personal web server, but testing it on someone else's
server, it seems to silently fail.
After some investigation, I've found that the failure is caused by the
"package require sqlite" command. Interestingly, wrapping the line
with a catch doesn't seem to prevent the failure, nor does it trap any
error messages...
Anyway, I'd assume the problem is related to the handling of the dll
file itself. Unfortunately, I don't know enough about how an internal
DLL file is handled by a wrapped application. I *think* it's copied
to a temp folder somewhere for access by the application (which I'd
guess is the failure point), though I'm not sure. Assuming that's the
case, can I control *where* the DLL is stored? Presumably, I'd want
that located parallel to the wrapped exe itself, (which is in the
"cgi-bin" folder), as I have permissions there.
Any suggestions for debugging and/or fixing this?
Thanks,
Jeff
.
- Follow-Ups:
- Re: TclApp | DLL | CGI - permissions?
- From: Jeff Hobbs
- Re: TclApp | DLL | CGI - permissions?
- From: Jeff Godfrey
- Re: TclApp | DLL | CGI - permissions?
- Prev by Date: Re: tile and vista
- Next by Date: Re: starkit path
- Previous by thread: tclodbc
- Next by thread: Re: TclApp | DLL | CGI - permissions?
- Index(es):
Relevant Pages
|